Types > ShippingProviderTestAddress
Description
Fields
address1
address2
city
company
country
name
phone
province
zip
Used By
Types
Preview (typescript)
interface ShippingProviderTestAddress {address1?: stringaddress2?: stringcity?: stringcompany?: stringcountry?: stringname?: stringphone?: stringprovince?: stringzip?: string}