getCustomerFax method

String? getCustomerFax()

Implementation

String? getCustomerFax() {
  return this.customerFax;
}