getBillingPostCode method

String? getBillingPostCode()

Implementation

String? getBillingPostCode() {
  return billingPostCode;
}