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
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Owner's email.PayPal account PayerID.int
hashCode()
void
setPayerEmail
(String payerEmail) Owner's email.void
setPayerId
(String payerId) PayPal account PayerID.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Paypal
public Paypal()
-
-
Method Details
-
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. -
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. -
equals
-
canEqual
-
hashCode
public int hashCode()
-