Package com.stripe.model
Class Order.Payment.Settings
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Order.Payment.Settings
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Order.Payment
For more details about Settings, please refer to the API Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classFor more details about AutomaticPaymentMethods, please refer to the API Reference.static classFor more details about PaymentMethodOptions, please refer to the API Reference.static classFor more details about TransferData, 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()voidsetApplicationFeeAmount(Long applicationFeeAmount) voidsetAutomaticPaymentMethods(Order.Payment.Settings.AutomaticPaymentMethods automaticPaymentMethods) voidsetPaymentMethodOptions(Order.Payment.Settings.PaymentMethodOptions paymentMethodOptions) voidsetPaymentMethodTypes(List<String> paymentMethodTypes) voidsetReturnUrl(String returnUrl) voidsetStatementDescriptor(String statementDescriptor) voidsetStatementDescriptorSuffix(String statementDescriptorSuffix) voidsetTransferData(Order.Payment.Settings.TransferData transferData) Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Settings
public Settings()
-
-
Method Details
-
getApplicationFeeAmount
-
getAutomaticPaymentMethods
-
getPaymentMethodOptions
-
getPaymentMethodTypes
-
getReturnUrl
-
getStatementDescriptor
-
getStatementDescriptorSuffix
-
getTransferData
-
setApplicationFeeAmount
-
setAutomaticPaymentMethods
public void setAutomaticPaymentMethods(Order.Payment.Settings.AutomaticPaymentMethods automaticPaymentMethods) -
setPaymentMethodOptions
public void setPaymentMethodOptions(Order.Payment.Settings.PaymentMethodOptions paymentMethodOptions) -
setPaymentMethodTypes
-
setReturnUrl
-
setStatementDescriptor
-
setStatementDescriptorSuffix
-
setTransferData
-
equals
-
canEqual
-
hashCode
public int hashCode()
-