Package com.stripe.model
Class Subscription.PaymentMethodOptions.CustomerBalance
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Subscription.PaymentMethodOptions.CustomerBalance
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
Subscription.PaymentMethodOptions
A description of the mandate or subscription that is meant to be displayed to the
customer.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The funding method type to be used when there are not enough funds in the customer balance.int
hashCode()
void
void
setFundingType
(String fundingType) The funding method type to be used when there are not enough funds in the customer balance.Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
CustomerBalance
public CustomerBalance()
-
-
Method Details
-
getBankTransfer
-
getFundingType
The funding method type to be used when there are not enough funds in the customer balance. Permitted values include:bank_transfer
.Equal to
bank_transfer
. -
setBankTransfer
public void setBankTransfer(Subscription.PaymentMethodOptions.CustomerBalance.BankTransfer bankTransfer) -
setFundingType
The funding method type to be used when there are not enough funds in the customer balance. Permitted values include:bank_transfer
.Equal to
bank_transfer
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-