Package com.stripe.model.treasury
Class ReceivedCredit.InitiatingPaymentMethodDetails
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.treasury.ReceivedCredit.InitiatingPaymentMethodDetails
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- ReceivedCredit
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static class
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
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
setFinancialAccount
(ReceivedCredit.InitiatingPaymentMethodDetails.FinancialAccount financialAccount) 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, 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(ReceivedCredit.InitiatingPaymentMethodDetails.BillingDetails billingDetails) -
setFinancialAccount
public void setFinancialAccount(ReceivedCredit.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(ReceivedCredit.InitiatingPaymentMethodDetails.UsBankAccount usBankAccount) -
equals
-
canEqual
-
hashCode
public int hashCode()
-