setCustomerAddress2 method

void setCustomerAddress2(
  1. String customerAddress2
)

Implementation

void setCustomerAddress2(String customerAddress2) {
  this.customerAddress2 = customerAddress2;
}