MockMagentoCustomerAddress

Properties

Name Type Description
__typename 'CustomerAddress'
id faker.unique(faker.datatype.number)
region { __typename: 'CustomerAddressRegion', region_code: faker.address.stateAbbr(), region_id: faker.unique(faker.datatype.number) }
country_code faker.address.countryCode()
street [faker.address.streetAddress()]
company faker.company.companyName()
telephone faker.phone.phoneNumber()
postcode faker.address.zipCode()
city faker.address.city()
firstname faker.name.firstName()
lastname faker.name.lastName()
email faker.internet.email()
default_billing faker.datatype.boolean()
default_shipping faker.datatype.boolean()
Graycore, LLC © 2018 - 2024. Code licensed under an MIT-style License. Documentation licensed under CC BY 4.0.