Package com.stripe.model
Class Balance.RefundAndDisputePrefunding
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Balance.RefundAndDisputePrefunding
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Balance
For more details about RefundAndDisputePrefunding, please refer to the API Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
For more details about Available, please refer to the API Reference.static class
For more details about Pending, 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
Funds that are available for use.Funds that are pending.int
hashCode()
void
Funds that are available for use.void
Funds that are pending.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
RefundAndDisputePrefunding
public RefundAndDisputePrefunding()
-
-
Method Details