homePhone property

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

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

Implementation

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