BraintreeBillingAddress constructor
BraintreeBillingAddress({})
Implementation
BraintreeBillingAddress(
{this.givenName,
this.surname,
this.phoneNumber,
this.streetAddress,
this.extendedAddress,
this.locality,
this.region,
this.postalCode,
this.countryCodeAlpha2});