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
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
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
-
getType
The type of the payment method used in the OutboundTransfer.Equal to
us_bank_account
. -
getUsBankAccount
-
setBillingDetails
public void setBillingDetails(OutboundTransfer.DestinationPaymentMethodDetails.BillingDetails billingDetails) -
setType
The type of the payment method used in the OutboundTransfer.Equal to
us_bank_account
. -
setUsBankAccount
public void setUsBankAccount(OutboundTransfer.DestinationPaymentMethodDetails.UsBankAccount usBankAccount) -
equals
-
canEqual
-
hashCode
public int hashCode()
-