installmentOptions property

  1. @BuiltValueField.new(wireName: r'installmentOptions')
BuiltMap<String, CheckoutSessionInstallmentOption>? get installmentOptions

A set of key-value pairs that specifies the installment options available per payment method. The key must be a payment method name in lowercase. For example, card to specify installment options for all cards, or visa or mc. The value must be an object containing the installment options.

Implementation

@BuiltValueField(wireName: r'installmentOptions')
BuiltMap<String, CheckoutSessionInstallmentOption>? get installmentOptions;