getBillingStreet method

String? getBillingStreet()

Implementation

String? getBillingStreet() {
  return billingStreet;
}