Package com.stripe.param
Class SetupIntentUpdateParams.PaymentMethodOptions.Card.MandateOptions
- java.lang.Object
-
- com.stripe.param.SetupIntentUpdateParams.PaymentMethodOptions.Card.MandateOptions
-
- Enclosing class:
- SetupIntentUpdateParams.PaymentMethodOptions.Card
public static class SetupIntentUpdateParams.PaymentMethodOptions.Card.MandateOptions extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SetupIntentUpdateParams.PaymentMethodOptions.Card.MandateOptions.AmountType
static class
SetupIntentUpdateParams.PaymentMethodOptions.Card.MandateOptions.Builder
static class
SetupIntentUpdateParams.PaymentMethodOptions.Card.MandateOptions.Interval
static class
SetupIntentUpdateParams.PaymentMethodOptions.Card.MandateOptions.SupportedType
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SetupIntentUpdateParams.PaymentMethodOptions.Card.MandateOptions.Builder
builder()
java.lang.Long
getAmount()
SetupIntentUpdateParams.PaymentMethodOptions.Card.MandateOptions.AmountType
getAmountType()
java.lang.Object
getCurrency()
java.lang.Object
getDescription()
java.lang.Long
getEndDate()
java.util.Map<java.lang.String,java.lang.Object>
getExtraParams()
SetupIntentUpdateParams.PaymentMethodOptions.Card.MandateOptions.Interval
getInterval()
java.lang.Long
getIntervalCount()
java.lang.Object
getReference()
java.lang.Long
getStartDate()
java.util.List<SetupIntentUpdateParams.PaymentMethodOptions.Card.MandateOptions.SupportedType>
getSupportedTypes()
-
-
-
Method Detail
-
builder
public static SetupIntentUpdateParams.PaymentMethodOptions.Card.MandateOptions.Builder builder()
-
getAmount
public java.lang.Long getAmount()
-
getAmountType
public SetupIntentUpdateParams.PaymentMethodOptions.Card.MandateOptions.AmountType getAmountType()
-
getCurrency
public java.lang.Object getCurrency()
-
getDescription
public java.lang.Object getDescription()
-
getEndDate
public java.lang.Long getEndDate()
-
getExtraParams
public java.util.Map<java.lang.String,java.lang.Object> getExtraParams()
-
getInterval
public SetupIntentUpdateParams.PaymentMethodOptions.Card.MandateOptions.Interval getInterval()
-
getIntervalCount
public java.lang.Long getIntervalCount()
-
getReference
public java.lang.Object getReference()
-
getStartDate
public java.lang.Long getStartDate()
-
getSupportedTypes
public java.util.List<SetupIntentUpdateParams.PaymentMethodOptions.Card.MandateOptions.SupportedType> getSupportedTypes()
-
-