setCustomerCountry method

void setCustomerCountry(
  1. String customerCountry
)

Implementation

void setCustomerCountry(String customerCountry) {
  this.customerCountry = customerCountry;
}