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 class
For more details about BillingDetails, please refer to the API Reference.static class
For more details about FinancialAccount, 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
Modifier and TypeMethodDescriptionprotected boolean
boolean
Set whentype
isbalance
.Set whentype
isissuing_card
.getType()
Polymorphic type matching the originating money movement's source.int
hashCode()
void
setBalance
(String balance) Set whentype
isbalance
.void
void
void
setIssuingCard
(String issuingCard) Set whentype
isissuing_card
.void
Polymorphic type matching the originating money movement's source.void
Methods 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 whentype
isbalance
.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 whentype
isbalance
.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()
-