getCustomerCountry method

String getCustomerCountry()

Implementation

String getCustomerCountry() {
  return this.customerCountry;
}