Package com.stripe.model
Class PaymentIntent.PaymentMethodOptions.BlikMandateOptionsOffSessionDetails
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentIntent.PaymentMethodOptions.BlikMandateOptionsOffSessionDetails
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
PaymentIntent.PaymentMethodOptions
public static class PaymentIntent.PaymentMethodOptions.BlikMandateOptionsOffSessionDetails
extends StripeObject
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Amount of each recurring payment.Currency of each recurring payment.Frequency interval of each recurring payment.Frequency indicator of each recurring payment.int
hashCode()
void
Amount of each recurring payment.void
setCurrency
(String currency) Currency of each recurring payment.void
setInterval
(String interval) Frequency interval of each recurring payment.void
setIntervalCount
(Long intervalCount) Frequency indicator of each recurring payment.Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
BlikMandateOptionsOffSessionDetails
public BlikMandateOptionsOffSessionDetails()
-
-
Method Details
-
getAmount
Amount of each recurring payment. -
getCurrency
Currency of each recurring payment. -
getInterval
Frequency interval of each recurring payment.One of
day
,month
,week
, oryear
. -
getIntervalCount
Frequency indicator of each recurring payment. -
setAmount
Amount of each recurring payment. -
setCurrency
Currency of each recurring payment. -
setInterval
Frequency interval of each recurring payment.One of
day
,month
,week
, oryear
. -
setIntervalCount
Frequency indicator of each recurring payment. -
equals
-
canEqual
-
hashCode
public int hashCode()
-