setCustomerPostCode method

void setCustomerPostCode(
  1. String customerPostCode
)

Implementation

void setCustomerPostCode(String customerPostCode) {
  this.customerPostCode = customerPostCode;
}