getBillingCountry method

String? getBillingCountry()

Implementation

String? getBillingCountry() {
  return billingCountry;
}