accountChangeIndicator property

  1. @BuiltValueField.new(wireName: r'accountChangeIndicator')
AccountInfoAccountChangeIndicatorEnum? get accountChangeIndicator

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

Implementation

@BuiltValueField(wireName: r'accountChangeIndicator')
AccountInfoAccountChangeIndicatorEnum? get accountChangeIndicator;