Package com.stripe.model
Class Subscription.PresentmentDetails
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Subscription.PresentmentDetails
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Subscription
For more details about PresentmentDetails, 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 booleanbooleanCurrency used for customer payments.inthashCode()voidsetPresentmentCurrency(String presentmentCurrency) Currency used for customer payments.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
PresentmentDetails
public PresentmentDetails()
-
-
Method Details