billingAddressPeriodCountry property

  1. @BuiltValueField.new(wireName: r'billingAddress.country')
String? get billingAddressPeriodCountry

The billing address country passed in the payment request. Example: NL

Implementation

@BuiltValueField(wireName: r'billingAddress.country')
String? get billingAddressPeriodCountry;