ReconBookingSeller
No description
type ReconBookingSeller {
  createdAt: DateTime!
  updatedAt: DateTime!
  buyerReference: String
  sellerReference: String
  status: BookingsBookingStatusChoices!
  cancellationData: ReconCancellationData
  anomalies: [ReconBookingAnomaly!]!
  hotel: ReconHotel
  cancellationPolicy: ReconCancellationPolicy
  rooms: [ReconRoom!]!
  id: ID!
  netPayable: ReconNetPayable
}
Fields
ReconBookingSeller.createdAt ● DateTime! non-null scalar
ReconBookingSeller.updatedAt ● DateTime! non-null scalar
ReconBookingSeller.buyerReference ● String scalar
ReconBookingSeller.sellerReference ● String scalar
ReconBookingSeller.status ● BookingsBookingStatusChoices! non-null enum
ReconBookingSeller.cancellationData ● ReconCancellationData object
ReconBookingSeller.anomalies ● [ReconBookingAnomaly!]! non-null object
ReconBookingSeller.hotel ● ReconHotel object
ReconBookingSeller.cancellationPolicy ● ReconCancellationPolicy object
ReconBookingSeller.rooms ● [ReconRoom!]! non-null object
ReconBookingSeller.id ● ID! non-null scalar
The ID of the object
ReconBookingSeller.netPayable ● ReconNetPayable object
Member Of
BookingCancelSellerMutationPayload  object ● BookingCreateSellerMutationPayload  object ● BookingUpdateSellerMutationPayload  object