StoreBillingDetailsDto
Represents the billing address and tax details a store is invoiced under.
citystringOptional
The city of the billing address.
countrystringOptional
The country of the billing address.
line_1stringOptional
The first line of the billing street address.
line_2stringOptional
The second line of the billing street address, if any (apartment, suite, etc.).
postal_codestringOptional
The postal code or zip code of the billing address.
statestringOptional
The state or province of the billing address.
tax_idstringOptional
The tax identifier the store is invoiced under, if any.
Example
{
"city": "string",
"country": "string",
"line_1": "string",
"line_2": "string",
"postal_code": "string",
"state": "string",
"tax_id": "string"
}