Package com.stripe.model
Class Order.Payment.Settings.PaymentMethodOptions.Paypal
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Order.Payment.Settings.PaymentMethodOptions.Paypal
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Order.Payment.Settings.PaymentMethodOptions
For more details about Paypal, please refer to the API Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classFor more details about LineItem, 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 booleanbooleaninthashCode()voidsetCaptureMethod(String captureMethod) voidvoidsetPreferredLocale(String preferredLocale) voidsetReference(String reference) voidsetReferenceId(String referenceId) voidsetSetupFutureUsage(String setupFutureUsage) voidsetSubsellers(List<String> subsellers) 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
-
getCaptureMethod
-
getLineItems
-
getPreferredLocale
-
getReference
-
getReferenceId
-
getSetupFutureUsage
-
getSubsellers
-
setCaptureMethod
-
setLineItems
public void setLineItems(List<Order.Payment.Settings.PaymentMethodOptions.Paypal.LineItem> lineItems) -
setPreferredLocale
-
setReference
-
setReferenceId
-
setSetupFutureUsage
-
setSubsellers
-
equals
-
canEqual
-
hashCode
public int hashCode()
-