getBillingState method

String? getBillingState()

Implementation

String? getBillingState() {
  return billingState;
}