Package com.stripe.model
Class Mandate.PaymentMethodDetails.Pix
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Mandate.PaymentMethodDetails.Pix
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Mandate.PaymentMethodDetails
For more details about Pix, 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 booleanbooleanDetermines if the amount includes the IOF tax.Type of amount.Date when the mandate expires and no further payments will be charged, inYYYY-MM-DD.Schedule at which the future payments will be charged.Subscription name displayed to buyers in their bank app.Start date of the mandate, inYYYY-MM-DD.inthashCode()voidsetAmountIncludesIof(String amountIncludesIof) Determines if the amount includes the IOF tax.voidsetAmountType(String amountType) Type of amount.voidsetEndDate(String endDate) Date when the mandate expires and no further payments will be charged, inYYYY-MM-DD.voidsetPaymentSchedule(String paymentSchedule) Schedule at which the future payments will be charged.voidsetReference(String reference) Subscription name displayed to buyers in their bank app.voidsetStartDate(String startDate) Start date of the mandate, inYYYY-MM-DD.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Pix
public Pix()
-
-
Method Details
-
getAmountIncludesIof
Determines if the amount includes the IOF tax.One of
always, ornever. -
getAmountType
Type of amount.One of
fixed, ormaximum. -
getEndDate
Date when the mandate expires and no further payments will be charged, inYYYY-MM-DD. -
getPaymentSchedule
Schedule at which the future payments will be charged.One of
halfyearly,monthly,quarterly,weekly, oryearly. -
getReference
Subscription name displayed to buyers in their bank app. -
getStartDate
Start date of the mandate, inYYYY-MM-DD. -
setAmountIncludesIof
Determines if the amount includes the IOF tax.One of
always, ornever. -
setAmountType
Type of amount.One of
fixed, ormaximum. -
setEndDate
Date when the mandate expires and no further payments will be charged, inYYYY-MM-DD. -
setPaymentSchedule
Schedule at which the future payments will be charged.One of
halfyearly,monthly,quarterly,weekly, oryearly. -
setReference
Subscription name displayed to buyers in their bank app. -
setStartDate
Start date of the mandate, inYYYY-MM-DD. -
equals
-
canEqual
-
hashCode
public int hashCode()
-