Wasm Directoryalpha
Record

temando-shipping-data-collection-point-quote-collection-point-interface

No description available.

record temando-shipping-data-collection-point-quote-collection-point-interface {
  city: string,
  collection-point-id: string,
  country: string,
  entity-id: s32,
  name: string,
  opening-hours: list​<string>,
  postcode: string,
  recipient-address-id: s32,
  region: string,
  selected: bool,
  shipping-experiences: list​<string>,
  street: list​<string>,
}

Fields

NameTypeDescription
citystring
collection-point-idstring
countrystring
entity-ids32
namestring
opening-hourslist​<string>
postcodestring
recipient-address-ids32
regionstring
selectedbool
shipping-experienceslist​<string>
streetlist​<string>