thisTransaction constant

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

Indicator for the length of time since the shopper's account was last updated. Allowed values: * thisTransaction * lessThan30Days * from30To60Days * moreThan60Days

Implementation

@BuiltValueEnumConst(wireName: r'thisTransaction')
static const AccountInfoAccountChangeIndicatorEnum thisTransaction = _$accountInfoAccountChangeIndicatorEnum_thisTransaction;