Package com.stripe.model
Class SetupIntent.PaymentMethodOptions.Paypal
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.SetupIntent.PaymentMethodOptions.Paypal
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- SetupIntent.PaymentMethodOptions
-
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).Three-letter ISO currency code, in lowercase.The Stripe connected account IDs of the sellers on the platform for this transaction (optional).int
hashCode()
void
setBillingAgreementId
(String billingAgreementId) The PayPal Billing Agreement ID (BAID).void
setCurrency
(String currency) Three-letter ISO currency code, in lowercase.void
setSubsellers
(List<String> subsellers) The Stripe connected account IDs of the sellers on the platform for this transaction (optional).Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, 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. -
getCurrency
Three-letter ISO currency code, in lowercase. Must be a supported currency. -
getSubsellers
The Stripe connected account IDs of the sellers on the platform for this transaction (optional). Only allowed when separate charges and transfers are used. -
setBillingAgreementId
The PayPal Billing Agreement ID (BAID). This is an ID generated by PayPal which represents the mandate between the merchant and the customer. -
setCurrency
Three-letter ISO currency code, in lowercase. Must be a supported currency. -
setSubsellers
The Stripe connected account IDs of the sellers on the platform for this transaction (optional). Only allowed when separate charges and transfers are used. -
equals
-
canEqual
-
hashCode
public int hashCode()
-