installmentPaymentDataPeriodSelectedInstallmentOption property

  1. @BuiltValueField.new(wireName: r'installmentPaymentData.selectedInstallmentOption')
String? get installmentPaymentDataPeriodSelectedInstallmentOption

This is the installment option selected by the shopper. It is required only if specified by the user.

Implementation

@BuiltValueField(wireName: r'installmentPaymentData.selectedInstallmentOption')
String? get installmentPaymentDataPeriodSelectedInstallmentOption;