getCustomerName method

String getCustomerName()

Implementation

String getCustomerName() {
  return this.customerName;
}