Record

number-reservation

No description available.

record number-reservation {
  created-at: option​<string>,
  customer-reference: option​<string>,
  id: option​<string>,
  phone-numbers: option​<list​<reserved-phone-number>>,
  record-type: option​<string>,
  status: option​<reserved-phone-number-status-enum>,
  updated-at: option​<string>,
}

Fields

NameTypeDescription
created-atoption​<string>
customer-referenceoption​<string>
idoption​<string>
phone-numbersoption​<list​<reserved-phone-number>>
record-typeoption​<string>
statusoption​<reserved-phone-number-status-enum>
updated-atoption​<string>