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
-
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
-
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()
-