Skip to main content

HotelCommitPayload

contains information about commitment

type HotelCommitPayload implements Response {
stats(token: String!): StatsRequest
auditData: AuditData
commitDetails: HotelCommitDetails
errors: [Error!]
warnings: [Warning!]
}

Fields

HotelCommitPayload.stats ● StatsRequest object

Application stats in string format

HotelCommitPayload.stats.token ● String! non-null scalar

HotelCommitPayload.auditData ● AuditData object

Data sent and received in the supplier's native format.

HotelCommitPayload.commitDetails ● HotelCommitDetails object

Information about commit

HotelCommitPayload.errors ● [Error!] list object

Errors that abort services

HotelCommitPayload.warnings ● [Warning!] list object

Potentially harmful situations or errors that won't force the service to abort. To identify if it is blocked one, you can check our documentation regards this matter.

Interfaces

Response interface

Member Of

HotelXMutation object