getBillingCity method

String? getBillingCity()

Implementation

String? getBillingCity() {
  return billingCity;
}