Package com.stripe.model.treasury
Class ReceivedDebit.InitiatingPaymentMethodDetails
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.treasury.ReceivedDebit.InitiatingPaymentMethodDetails
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- ReceivedDebit
For more details about InitiatingPaymentMethodDetails, please refer to the API Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classFor more details about BillingDetails, please refer to the API Reference.static classFor more details about FinancialAccount, please refer to the API Reference.static classFor 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
Modifier and TypeMethodDescriptionprotected booleanbooleanSet whentypeisbalance.Set whentypeisissuing_card.getType()Polymorphic type matching the originating money movement's source.inthashCode()voidsetBalance(String balance) Set whentypeisbalance.voidvoidvoidsetIssuingCard(String issuingCard) Set whentypeisissuing_card.voidPolymorphic type matching the originating money movement's source.voidMethods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
InitiatingPaymentMethodDetails
public InitiatingPaymentMethodDetails()
-
-
Method Details
-
getBalance
Set whentypeisbalance.Equal to
payments. -
getBillingDetails
-
getFinancialAccount
-
getIssuingCard
-
getType
Polymorphic type matching the originating money movement's source. This can be an external account, a Stripe balance, or a FinancialAccount.One of
balance,financial_account,issuing_card,stripe, orus_bank_account. -
getUsBankAccount
-
setBalance
Set whentypeisbalance.Equal to
payments. -
setBillingDetails
public void setBillingDetails(ReceivedDebit.InitiatingPaymentMethodDetails.BillingDetails billingDetails) -
setFinancialAccount
public void setFinancialAccount(ReceivedDebit.InitiatingPaymentMethodDetails.FinancialAccount financialAccount) -
setIssuingCard
-
setType
Polymorphic type matching the originating money movement's source. This can be an external account, a Stripe balance, or a FinancialAccount.One of
balance,financial_account,issuing_card,stripe, orus_bank_account. -
setUsBankAccount
public void setUsBankAccount(ReceivedDebit.InitiatingPaymentMethodDetails.UsBankAccount usBankAccount) -
equals
-
canEqual
-
hashCode
public int hashCode()
-