getCustomerPostCode method

String getCustomerPostCode()

Implementation

String getCustomerPostCode() {
  return this.customerPostCode;
}