getCustomerPhone method

String getCustomerPhone()

Implementation

String getCustomerPhone() {
  return this.customerPhone;
}