CheckoutSessionInstallmentOption class abstract

CheckoutSessionInstallmentOption

Properties:

  • plans - Defines the type of installment plan. If not set, defaults to regular. Possible values: * regular * revolving* bonus * with_interest * buynow_paylater * nointerest_bonus * interest_bonus * refund_prctg * nointeres_refund_prctg * interes_refund_prctg
  • preselectedValue - Preselected number of installments offered for this payment method.
  • values - An array of the number of installments that the shopper can choose from. For example, 2,3,5. This cannot be specified simultaneously with maxValue.
Annotations
  • @BuiltValue.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
plans → BuiltList<CheckoutSessionInstallmentOptionPlansEnum>?
Defines the type of installment plan. If not set, defaults to regular. Possible values: * regular * revolving* bonus * with_interest * buynow_paylater * nointerest_bonus * interest_bonus * refund_prctg * nointeres_refund_prctg * interes_refund_prctg
no setter
preselectedValue int?
Preselected number of installments offered for this payment method.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
values → BuiltList<int>?
An array of the number of installments that the shopper can choose from. For example, 2,3,5. This cannot be specified simultaneously with maxValue.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(CheckoutSessionInstallmentOptionBuilder)) CheckoutSessionInstallmentOption
Rebuilds the instance.
inherited
toBuilder() CheckoutSessionInstallmentOptionBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

serializer → Serializer<CheckoutSessionInstallmentOption>
no setter