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
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic class -
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 OutboundPayment.inthashCode()voidvoidsetFinancialAccount(OutboundPayment.DestinationPaymentMethodDetails.FinancialAccount financialAccount) voidThe type of the payment method used in the OutboundPayment.voidMethods 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()
-