Package com.stripe.model
Class PaymentMethod.Paypal
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentMethod.Paypal
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- PaymentMethod
For more details about Paypal, please refer to the API
Reference.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanTwo-letter ISO code representing the buyer's country.Uniquely identifies this particular PayPal account.Owner's email.PayPal account PayerID.Owner's verified email.inthashCode()voidsetCountry(String country) Two-letter ISO code representing the buyer's country.voidsetFingerprint(String fingerprint) Uniquely identifies this particular PayPal account.voidsetPayerEmail(String payerEmail) Owner's email.voidsetPayerId(String payerId) PayPal account PayerID.voidsetVerifiedEmail(String verifiedEmail) Owner's verified email.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Paypal
public Paypal()
-
-
Method Details
-
getCountry
Two-letter ISO code representing the buyer's country. Values are provided by PayPal directly (if supported) at the time of authorization or settlement. They cannot be set or mutated. -
getFingerprint
Uniquely identifies this particular PayPal account. You can use this attribute to check whether two PayPal accounts are the same. -
getPayerEmail
Owner's email. Values are provided by PayPal directly (if supported) at the time of authorization or settlement. They cannot be set or mutated. -
getPayerId
PayPal account PayerID. This identifier uniquely identifies the PayPal customer. -
getVerifiedEmail
Owner's verified email. Values are verified or provided by PayPal directly (if supported) at the time of authorization or settlement. They cannot be set or mutated. -
setCountry
Two-letter ISO code representing the buyer's country. Values are provided by PayPal directly (if supported) at the time of authorization or settlement. They cannot be set or mutated. -
setFingerprint
Uniquely identifies this particular PayPal account. You can use this attribute to check whether two PayPal accounts are the same. -
setPayerEmail
Owner's email. Values are provided by PayPal directly (if supported) at the time of authorization or settlement. They cannot be set or mutated. -
setPayerId
PayPal account PayerID. This identifier uniquely identifies the PayPal customer. -
setVerifiedEmail
Owner's verified email. Values are verified or provided by PayPal directly (if supported) at the time of authorization or settlement. They cannot be set or mutated. -
equals
-
canEqual
-
hashCode
public int hashCode()
-