Package com.stripe.model.treasury
Class InboundTransfer.OriginPaymentMethodDetails
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.treasury.InboundTransfer.OriginPaymentMethodDetails
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- InboundTransfer
For more details about OriginPaymentMethodDetails, 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 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
Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
OriginPaymentMethodDetails
public OriginPaymentMethodDetails()
-
-
Method Details
-
getBillingDetails
-
getType
The type of the payment method used in the InboundTransfer.Equal to
us_bank_account
. -
getUsBankAccount
-
setBillingDetails
public void setBillingDetails(InboundTransfer.OriginPaymentMethodDetails.BillingDetails billingDetails) -
setType
The type of the payment method used in the InboundTransfer.Equal to
us_bank_account
. -
setUsBankAccount
public void setUsBankAccount(InboundTransfer.OriginPaymentMethodDetails.UsBankAccount usBankAccount) -
equals
-
canEqual
-
hashCode
public int hashCode()
-