Package com.stripe.model
Class Mandate.PaymentMethodDetails.Upi
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Mandate.PaymentMethodDetails.Upi
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Mandate.PaymentMethodDetails
For more details about Upi, 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 booleanbooleanAmount to be charged for future payments.One offixedormaximum.A description of the mandate or subscription that is meant to be displayed to the customer.End date of the mandate or subscription.inthashCode()voidAmount to be charged for future payments.voidsetAmountType(String amountType) One offixedormaximum.voidsetDescription(String description) A description of the mandate or subscription that is meant to be displayed to the customer.voidsetEndDate(Long endDate) End date of the mandate or subscription.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Upi
public Upi()
-
-
Method Details
-
getAmount
Amount to be charged for future payments. -
getAmountType
One offixedormaximum. Iffixed, theamountparam refers to the exact amount to be charged in future payments. Ifmaximum, the amount charged can be up to the value passed for theamountparam. -
getDescription
A description of the mandate or subscription that is meant to be displayed to the customer. -
getEndDate
End date of the mandate or subscription. -
setAmount
Amount to be charged for future payments. -
setAmountType
One offixedormaximum. Iffixed, theamountparam refers to the exact amount to be charged in future payments. Ifmaximum, the amount charged can be up to the value passed for theamountparam. -
setDescription
A description of the mandate or subscription that is meant to be displayed to the customer. -
setEndDate
End date of the mandate or subscription. -
equals
-
canEqual
-
hashCode
public int hashCode()
-