Wasm Directoryalpha
Record

missed-participation-count-details

No description available.

record missed-participation-count-details {
  hotel-suspended-count: option​<string>,
  no-availability-count: option​<string>,
  no-landing-page-count: option​<string>,
  no-price-count: option​<string>,
  no-price-count-details: option​<no-price-count-details>,
  no-tax-breakdown-count: option​<string>,
  other-reason-count: option​<string>,
  price-missing-count: option​<string>,
  price-missing-count-details: option​<price-missing-count-details>,
  price-problem-count: option​<string>,
  price-problem-count-details: option​<price-problem-count-details>,
  price-unavailable-count: option​<string>,
  price-unavailable-count-details: option​<price-unavailable-count-details>,
}

Fields

NameTypeDescription
hotel-suspended-countoption​<string>
no-availability-countoption​<string>
no-landing-page-countoption​<string>
no-price-countoption​<string>
no-price-count-detailsoption​<no-price-count-details>
no-tax-breakdown-countoption​<string>
other-reason-countoption​<string>
price-missing-countoption​<string>
price-missing-count-detailsoption​<price-missing-count-details>
price-problem-countoption​<string>
price-problem-count-detailsoption​<price-problem-count-details>
price-unavailable-countoption​<string>
price-unavailable-count-detailsoption​<price-unavailable-count-details>