Wasm Directoryalpha
Record

profile-commerce-address

No description available.

record profile-commerce-address {
  city: option​<string>,
  country: option​<string>,
  postal-code: option​<string>,
  region: option​<string>,
  street: option​<list​<string>>,
}

Fields

NameTypeDescription
cityoption​<string>
countryoption​<string>
postal-codeoption​<string>
regionoption​<string>
streetoption​<list​<string>>