AccountInfo constructor
AccountInfo({})
Implementation
AccountInfo({
required this.name,
required this.currencyCode,
this.address1 = '',
this.address2 = '',
this.city = '',
this.state = '',
this.zip = '',
this.country = '',
});