shopperAccountIdentifier property

String? get shopperAccountIdentifier

Implementation

String? get shopperAccountIdentifier => _$this._shopperAccountIdentifier;
set shopperAccountIdentifier (String? shopperAccountIdentifier)

Implementation

set shopperAccountIdentifier(String? shopperAccountIdentifier) =>
    _$this._shopperAccountIdentifier = shopperAccountIdentifier;