Package com.stripe.model.treasury
Class OutboundTransfer.DestinationPaymentMethodDetails
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.treasury.OutboundTransfer.DestinationPaymentMethodDetails
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- OutboundTransfer
For more details about DestinationPaymentMethodDetails, please refer to the API Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classFor more details about BillingDetails, please refer to the API Reference.static classFor more details about FinancialAccount, please refer to the API Reference.static classFor more details about UsBankAccount, 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 booleanbooleangetType()The type of the payment method used in the OutboundTransfer.inthashCode()voidvoidsetFinancialAccount(OutboundTransfer.DestinationPaymentMethodDetails.FinancialAccount financialAccount) voidThe type of the payment method used in the OutboundTransfer.voidMethods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
DestinationPaymentMethodDetails
public DestinationPaymentMethodDetails()
-
-
Method Details
-
getBillingDetails
-
getFinancialAccount
-
getType
The type of the payment method used in the OutboundTransfer.One of
financial_account, orus_bank_account. -
getUsBankAccount
-
setBillingDetails
public void setBillingDetails(OutboundTransfer.DestinationPaymentMethodDetails.BillingDetails billingDetails) -
setFinancialAccount
public void setFinancialAccount(OutboundTransfer.DestinationPaymentMethodDetails.FinancialAccount financialAccount) -
setType
The type of the payment method used in the OutboundTransfer.One of
financial_account, orus_bank_account. -
setUsBankAccount
public void setUsBankAccount(OutboundTransfer.DestinationPaymentMethodDetails.UsBankAccount usBankAccount) -
equals
-
canEqual
-
hashCode
public int hashCode()
-