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 booleanbooleanThe PayPal Billing Agreement ID (BAID).PayPal account PayerID.inthashCode()voidsetBillingAgreementId(String billingAgreementId) The PayPal Billing Agreement ID (BAID).voidsetPayerId(String payerId) PayPal account PayerID.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. -
getPayerId
PayPal account PayerID. This identifier uniquely identifies the PayPal customer. -
setBillingAgreementId
The PayPal Billing Agreement ID (BAID). This is an ID generated by PayPal which represents the mandate between the merchant and the customer. -
setPayerId
PayPal account PayerID. This identifier uniquely identifies the PayPal customer. -
equals
-
canEqual
-
hashCode
public int hashCode()
-