billingAddressPeriodPostalCode property

String? get billingAddressPeriodPostalCode

Implementation

String? get billingAddressPeriodPostalCode =>
    _$this._billingAddressPeriodPostalCode;
set billingAddressPeriodPostalCode (String? billingAddressPeriodPostalCode)

Implementation

set billingAddressPeriodPostalCode(String? billingAddressPeriodPostalCode) =>
    _$this._billingAddressPeriodPostalCode = billingAddressPeriodPostalCode;