Package com.stripe.model
Class PaymentMethod.StripeBalance
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentMethod.StripeBalance
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- PaymentMethod
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 boolean
boolean
The connected account ID whose Stripe balance to use as the source of payment.The source_type of the balanceint
hashCode()
void
setAccount
(String account) The connected account ID whose Stripe balance to use as the source of payment.void
setSourceType
(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()
-