getCustomerCity method

String getCustomerCity()

Implementation

String getCustomerCity() {
  return this.customerCity;
}