Package com.stripe.model
Class ConfirmationToken.PaymentMethodPreview.StripeBalance
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.ConfirmationToken.PaymentMethodPreview.StripeBalance
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- ConfirmationToken.PaymentMethodPreview
For more details about StripeBalance, 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 booleanbooleanThe connected account ID whose Stripe balance to use as the source of payment.The source_type of the balanceinthashCode()voidsetAccount(String account) The connected account ID whose Stripe balance to use as the source of payment.voidsetSourceType(String sourceType) The source_type of the balanceMethods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
StripeBalance
public StripeBalance()
-
-
Method Details
-
getAccount
The connected account ID whose Stripe balance to use as the source of payment. -
getSourceType
The source_type of the balanceOne of
bank_account,card, orfpx. -
setAccount
The connected account ID whose Stripe balance to use as the source of payment. -
setSourceType
The source_type of the balanceOne of
bank_account,card, orfpx. -
equals
-
canEqual
-
hashCode
public int hashCode()
-