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 boolean
boolean
Determines 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
.int
hashCode()
void
setAmountIncludesIof
(String amountIncludesIof) Determines if the amount includes the IOF tax.void
setAmountType
(String amountType) Type of amount.void
setEndDate
(String endDate) Date when the mandate expires and no further payments will be charged, inYYYY-MM-DD
.void
setPaymentSchedule
(String paymentSchedule) Schedule at which the future payments will be charged.void
setReference
(String reference) Subscription name displayed to buyers in their bank app.void
setStartDate
(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()
-