Package com.stripe.model
Class Charge.PresentmentDetails
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Charge.PresentmentDetails
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Charge
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 boolean
boolean
Amount intended to be collected by this payment, denominated in presentment_currency.Currency presented to the customer during payment.int
hashCode()
void
setPresentmentAmount
(Long presentmentAmount) Amount intended to be collected by this payment, denominated in presentment_currency.void
setPresentmentCurrency
(String presentmentCurrency) Currency presented to the customer during payment.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
-
getPresentmentAmount
Amount intended to be collected by this payment, denominated in presentment_currency. -
getPresentmentCurrency
Currency presented to the customer during payment. -
setPresentmentAmount
Amount intended to be collected by this payment, denominated in presentment_currency. -
setPresentmentCurrency
Currency presented to the customer during payment. -
equals
-
canEqual
-
hashCode
public int hashCode()
-