shopperAccountIdentifier property

  1. @BuiltValueField.new(wireName: r'shopperAccountIdentifier')
String? get shopperAccountIdentifier

The shopper's banking details or payId reference, used to complete payment.

Implementation

@BuiltValueField(wireName: r'shopperAccountIdentifier')
String? get shopperAccountIdentifier;