Class OutboundPayment.Amount
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.moneymanagement.OutboundPayment.Amount
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- OutboundPayment
The "presentment amount" for the OutboundPayment.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThree-letter ISO currency code, in lowercase.getValue()A non-negative integer representing how much to charge in the smallest currency unit.inthashCode()voidsetCurrency(String currency) Three-letter ISO currency code, in lowercase.voidA non-negative integer representing how much to charge in the smallest currency unit.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Amount
public Amount()
-
-
Method Details
-
getCurrency
Three-letter ISO currency code, in lowercase. Must be a supported currency. -
getValue
A non-negative integer representing how much to charge in the smallest currency unit. -
setCurrency
Three-letter ISO currency code, in lowercase. Must be a supported currency. -
setValue
A non-negative integer representing how much to charge in the smallest currency unit. -
equals
-
canEqual
-
hashCode
public int hashCode()
-