billingAddressPeriodCity property

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

The billing address city passed in the payment request.

Implementation

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