Wasm Directoryalpha
Record

partner-end-customer-address

No description available.

record partner-end-customer-address {
  city: option​<string>,
  country-code: option​<string>,
  postal-code: option​<string>,
  region: option​<string>,
  street: option​<string>,
}

Fields

NameTypeDescription
cityoption​<string>
country-codeoption​<string>
postal-codeoption​<string>
regionoption​<string>
streetoption​<string>