thisTransaction constant

  1. @BuiltValueEnumConst.new(wireName: r'thisTransaction')
AccountInfoPaymentAccountIndicatorEnum const thisTransaction

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

@BuiltValueEnumConst(wireName: r'thisTransaction')
static const AccountInfoPaymentAccountIndicatorEnum thisTransaction = _$accountInfoPaymentAccountIndicatorEnum_thisTransaction;