Package com.stripe.model
Class Mandate.PaymentMethodDetails.Paypal
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Mandate.PaymentMethodDetails.Paypal
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Mandate.PaymentMethodDetails
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 boolean
boolean
The PayPal Billing Agreement ID (BAID).Uniquely identifies this particular PayPal account.PayPal account PayerID.Owner's verified email.int
hashCode()
void
setBillingAgreementId
(String billingAgreementId) The PayPal Billing Agreement ID (BAID).void
setFingerprint
(String fingerprint) Uniquely identifies this particular PayPal account.void
setPayerId
(String payerId) PayPal account PayerID.void
setVerifiedEmail
(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
-
getBillingAgreementId
The PayPal Billing Agreement ID (BAID). This is an ID generated by PayPal which represents the mandate between the merchant and the customer. -
getFingerprint
Uniquely identifies this particular PayPal account. You can use this attribute to check whether two PayPal accounts are the same. -
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. -
setBillingAgreementId
The PayPal Billing Agreement ID (BAID). This is an ID generated by PayPal which represents the mandate between the merchant and the customer. -
setFingerprint
Uniquely identifies this particular PayPal account. You can use this attribute to check whether two PayPal accounts are the same. -
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()
-