Package com.stripe.model.treasury
Class OutboundPayment.DestinationPaymentMethodDetails
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.treasury.OutboundPayment.DestinationPaymentMethodDetails
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- OutboundPayment
For more details about DestinationPaymentMethodDetails, please refer to the API Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
For more details about BillingDetails, please refer to the API Reference.static class
For more details about FinancialAccount, please refer to the API Reference.static class
For 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 boolean
boolean
getType()
The type of the payment method used in the OutboundPayment.int
hashCode()
void
void
setFinancialAccount
(OutboundPayment.DestinationPaymentMethodDetails.FinancialAccount financialAccount) void
The type of the payment method used in the OutboundPayment.void
Methods 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 OutboundPayment.One of
financial_account
, orus_bank_account
. -
getUsBankAccount
-
setBillingDetails
public void setBillingDetails(OutboundPayment.DestinationPaymentMethodDetails.BillingDetails billingDetails) -
setFinancialAccount
public void setFinancialAccount(OutboundPayment.DestinationPaymentMethodDetails.FinancialAccount financialAccount) -
setType
The type of the payment method used in the OutboundPayment.One of
financial_account
, orus_bank_account
. -
setUsBankAccount
public void setUsBankAccount(OutboundPayment.DestinationPaymentMethodDetails.UsBankAccount usBankAccount) -
equals
-
canEqual
-
hashCode
public int hashCode()
-