billingAddressPeriodCity property

  1. @BuiltValueField.new(wireName: r'billingAddress.city')
String? get billingAddressPeriodCity

BillingAddress: county.

Implementation

@BuiltValueField(wireName: r'billingAddress.city')
String? get billingAddressPeriodCity;