plans property
- @BuiltValueField.new(wireName: r'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
Implementation
@BuiltValueField(wireName: r'plans')
BuiltList<CheckoutSessionInstallmentOptionPlansEnum>? get plans;