Wasm Directoryalpha
Record

post-ecommerce-stores-id-orders-response-customer

No description available.

record post-ecommerce-stores-id-orders-response-customer {
  links: option​<list​<post-ecommerce-stores-id-orders-response-customer-links-item>>,
  address: option​<post-ecommerce-stores-id-orders-response-customer-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​<post-ecommerce-stores-id-orders-response-customer-links-item>>
addressoption​<post-ecommerce-stores-id-orders-response-customer-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>