billingAddressPeriodPostalCode property

  1. @BuiltValueField.new(wireName: r'billingAddress.postalCode')
String? get billingAddressPeriodPostalCode

The billing address postal code passed in the payment request. Example: 1011 DJ

Implementation

@BuiltValueField(wireName: r'billingAddress.postalCode')
String? get billingAddressPeriodPostalCode;