thisTransaction constant

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

Indicator when the shopper has changed their password. Allowed values: * notApplicable * thisTransaction * lessThan30Days * from30To60Days * moreThan60Days

Implementation

@BuiltValueEnumConst(wireName: r'thisTransaction')
static const AccountInfoPasswordChangeIndicatorEnum thisTransaction = _$accountInfoPasswordChangeIndicatorEnum_thisTransaction;