Package com.stripe.model
Class Source.Owner
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Source.Owner
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Source
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Owner's address.getEmail()
Owner's email address.getName()
Owner's full name.getPhone()
Owner's phone number (including extension).Verified owner's address.Verified owner's email address.Verified owner's full name.Verified owner's phone number (including extension).int
hashCode()
void
setAddress
(Address address) Owner's address.void
Owner's email address.void
Owner's full name.void
Owner's phone number (including extension).void
setVerifiedAddress
(Address verifiedAddress) Verified owner's address.void
setVerifiedEmail
(String verifiedEmail) Verified owner's email address.void
setVerifiedName
(String verifiedName) Verified owner's full name.void
setVerifiedPhone
(String verifiedPhone) Verified owner's phone number (including extension).Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Owner
public Owner()
-
-
Method Details
-
getAddress
Owner's address. -
getEmail
Owner's email address. -
getName
Owner's full name. -
getPhone
Owner's phone number (including extension). -
getVerifiedAddress
Verified owner's address. Verified values are verified or provided by the payment method directly (and if supported) at the time of authorization or settlement. They cannot be set or mutated. -
getVerifiedEmail
Verified owner's email address. Verified values are verified or provided by the payment method directly (and if supported) at the time of authorization or settlement. They cannot be set or mutated. -
getVerifiedName
Verified owner's full name. Verified values are verified or provided by the payment method directly (and if supported) at the time of authorization or settlement. They cannot be set or mutated. -
getVerifiedPhone
Verified owner's phone number (including extension). Verified values are verified or provided by the payment method directly (and if supported) at the time of authorization or settlement. They cannot be set or mutated. -
setAddress
Owner's address. -
setEmail
Owner's email address. -
setName
Owner's full name. -
setPhone
Owner's phone number (including extension). -
setVerifiedAddress
Verified owner's address. Verified values are verified or provided by the payment method directly (and if supported) at the time of authorization or settlement. They cannot be set or mutated. -
setVerifiedEmail
Verified owner's email address. Verified values are verified or provided by the payment method directly (and if supported) at the time of authorization or settlement. They cannot be set or mutated. -
setVerifiedName
Verified owner's full name. Verified values are verified or provided by the payment method directly (and if supported) at the time of authorization or settlement. They cannot be set or mutated. -
setVerifiedPhone
Verified owner's phone number (including extension). Verified values are verified or provided by the payment method directly (and if supported) at the time of authorization or settlement. They cannot be set or mutated. -
equals
-
canEqual
-
hashCode
public int hashCode()
-