setCustomerAddress1 method

void setCustomerAddress1(
  1. String customerAddress1
)

Implementation

void setCustomerAddress1(String customerAddress1) {
  this.customerAddress1 = customerAddress1;
}