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 SummaryNested ClassesModifier and TypeClassDescriptionstatic classFor more details about BillingDetails, please refer to the API Reference.static classFor more details about UsBankAccount, please refer to the API Reference.
- 
Field SummaryFields inherited from class com.stripe.model.StripeObjectPRETTY_PRINT_GSON
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class com.stripe.model.StripeObjectdeserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
- 
Constructor Details- 
OriginPaymentMethodDetailspublic OriginPaymentMethodDetails()
 
- 
- 
Method Details- 
getBillingDetails
- 
getTypeThe type of the payment method used in the InboundTransfer.Equal to us_bank_account.
- 
getUsBankAccount
- 
setBillingDetailspublic void setBillingDetails(InboundTransfer.OriginPaymentMethodDetails.BillingDetails billingDetails) 
- 
setTypeThe type of the payment method used in the InboundTransfer.Equal to us_bank_account.
- 
setUsBankAccountpublic void setUsBankAccount(InboundTransfer.OriginPaymentMethodDetails.UsBankAccount usBankAccount) 
- 
equals
- 
canEqual
- 
hashCodepublic int hashCode()
 
-