Wasm Directoryalpha
Record

put-ecommerce-stores-id-customers-id-response

No description available.

record put-ecommerce-stores-id-customers-id-response {
  links: option​<list​<put-ecommerce-stores-id-customers-id-response-links-item>>,
  address: option​<put-ecommerce-stores-id-customers-id-response-address>,
  company: option​<string>,
  created-at: option​<string>,
  email-address: option​<string>,
  first-name: option​<string>,
  id: option​<string>,
  last-name: option​<string>,
  opt-in-status: option​<bool>,
  orders-count: option​<s32>,
  total-spent: option​<f64>,
  updated-at: option​<string>,
}

Fields

NameTypeDescription
linksoption​<list​<put-ecommerce-stores-id-customers-id-response-links-item>>
addressoption​<put-ecommerce-stores-id-customers-id-response-address>
companyoption​<string>
created-atoption​<string>
email-addressoption​<string>
first-nameoption​<string>
idoption​<string>
last-nameoption​<string>
opt-in-statusoption​<bool>
orders-countoption​<s32>
total-spentoption​<f64>
updated-atoption​<string>