billingAddressPeriodPostalCode property
- @BuiltValueField.new(wireName: r'billingAddress.postalCode')
The billing address postal code passed in the payment request. Example: 1011 DJ
Implementation
@BuiltValueField(wireName: r'billingAddress.postalCode')
String? get billingAddressPeriodPostalCode;