Package com.stripe.model
Class Mandate.SingleUse
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Mandate.SingleUse
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Mandate
Mandate collection method
Equal to paper
.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The amount of the payment on a single use mandate.The currency of the payment on a single use mandate.int
hashCode()
void
The amount of the payment on a single use mandate.void
setCurrency
(String currency) The currency of the payment on a single use mandate.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
SingleUse
public SingleUse()
-
-
Method Details
-
getAmount
The amount of the payment on a single use mandate. -
getCurrency
The currency of the payment on a single use mandate. -
setAmount
The amount of the payment on a single use mandate. -
setCurrency
The currency of the payment on a single use mandate. -
equals
-
canEqual
-
hashCode
public int hashCode()
-