Package com.stripe.model
Class PaymentIntent.AllocatedFunds
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentIntent.AllocatedFunds
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- PaymentIntent
For more details about AllocatedFunds, 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 booleanbooleanAllocated Funds configuration for this PaymentIntent.inthashCode()voidsetEnabled(Boolean enabled) Allocated Funds configuration for this PaymentIntent.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
AllocatedFunds
public AllocatedFunds()
-
-
Method Details