mobilePhone property

  1. @Deprecated('mobilePhone has been deprecated')
  2. @BuiltValueField.new(wireName: r'mobilePhone')
String? get mobilePhone

Shopper's mobile phone number (including the country code).

Implementation

@Deprecated('mobilePhone has been deprecated')
@BuiltValueField(wireName: r'mobilePhone')
String? get mobilePhone;