shopperTelephone property

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

The telephone number of the shopper.

Implementation

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