paymentAccountIndicator property

  1. @BuiltValueField.new(wireName: r'paymentAccountIndicator')
AccountInfoPaymentAccountIndicatorEnum? get paymentAccountIndicator

Indicator for the length of time since this payment method was added to this shopper's account. Allowed values: * notApplicable * thisTransaction * lessThan30Days * from30To60Days * moreThan60Days

Implementation

@BuiltValueField(wireName: r'paymentAccountIndicator')
AccountInfoPaymentAccountIndicatorEnum? get paymentAccountIndicator;