Class InboundTransfer.From.Debited
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.moneymanagement.InboundTransfer.From.Debited
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- InboundTransfer.From
The amount in specified currency that was debited from the Payment Method.
-
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
-
Debited
public Debited()
-
-
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()
-