Package com.stripe.model.checkout
Class Session.PaymentMethodOptions.Payto.MandateOptions
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.checkout.Session.PaymentMethodOptions.Payto.MandateOptions
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Session.PaymentMethodOptions.Payto
For more details about MandateOptions, 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 booleanbooleaninthashCode()voidvoidsetAmountType(String amountType) voidsetEndDate(String endDate) voidsetPaymentSchedule(String paymentSchedule) voidsetPaymentsPerPeriod(Long paymentsPerPeriod) voidsetPurpose(String purpose) voidsetStartDate(String startDate) Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
MandateOptions
public MandateOptions()
-
-
Method Details
-
getAmount
-
getAmountType
-
getEndDate
-
getPaymentSchedule
-
getPaymentsPerPeriod
-
getPurpose
-
getStartDate
-
setAmount
-
setAmountType
-
setEndDate
-
setPaymentSchedule
-
setPaymentsPerPeriod
-
setPurpose
-
setStartDate
-
equals
-
canEqual
-
hashCode
public int hashCode()
-