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
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static class
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
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, 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()
-