deliveryAddressPeriodCountry property

  1. @BuiltValueField.new(wireName: r'deliveryAddress.country')
String? get deliveryAddressPeriodCountry

Delivery address: country.

Implementation

@BuiltValueField(wireName: r'deliveryAddress.country')
String? get deliveryAddressPeriodCountry;