billingAddressPeriodStateOrProvince property

  1. @BuiltValueField.new(wireName: r'billingAddress.stateOrProvince')
String? get billingAddressPeriodStateOrProvince

The billing address state or province passed in the payment request. Example: NH

Implementation

@BuiltValueField(wireName: r'billingAddress.stateOrProvince')
String? get billingAddressPeriodStateOrProvince;