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
public static class Source.Owner extends StripeObject
-
-
Field Summary
-
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
-
Constructor Summary
Constructors Constructor Description Owner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)AddressgetAddress()Owner's address.java.lang.StringgetEmail()Owner's email address.java.lang.StringgetName()Owner's full name.java.lang.StringgetPhone()Owner's phone number (including extension).AddressgetVerifiedAddress()Verified owner's address.java.lang.StringgetVerifiedEmail()Verified owner's email address.java.lang.StringgetVerifiedName()Verified owner's full name.java.lang.StringgetVerifiedPhone()Verified owner's phone number (including extension).inthashCode()voidsetAddress(Address address)Owner's address.voidsetEmail(java.lang.String email)Owner's email address.voidsetName(java.lang.String name)Owner's full name.voidsetPhone(java.lang.String phone)Owner's phone number (including extension).voidsetVerifiedAddress(Address verifiedAddress)Verified owner's address.voidsetVerifiedEmail(java.lang.String verifiedEmail)Verified owner's email address.voidsetVerifiedName(java.lang.String verifiedName)Verified owner's full name.voidsetVerifiedPhone(java.lang.String verifiedPhone)Verified owner's phone number (including extension).-
Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
-
-
-
Method Detail
-
getAddress
public Address getAddress()
Owner's address.
-
getEmail
public java.lang.String getEmail()
Owner's email address.
-
getName
public java.lang.String getName()
Owner's full name.
-
getPhone
public java.lang.String getPhone()
Owner's phone number (including extension).
-
getVerifiedAddress
public Address 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
public java.lang.String 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
public java.lang.String 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
public java.lang.String 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
public void setAddress(Address address)
Owner's address.
-
setEmail
public void setEmail(java.lang.String email)
Owner's email address.
-
setName
public void setName(java.lang.String name)
Owner's full name.
-
setPhone
public void setPhone(java.lang.String phone)
Owner's phone number (including extension).
-
setVerifiedAddress
public void setVerifiedAddress(Address verifiedAddress)
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
public void setVerifiedEmail(java.lang.String verifiedEmail)
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
public void setVerifiedName(java.lang.String verifiedName)
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
public void setVerifiedPhone(java.lang.String verifiedPhone)
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
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-