SettingsBaseInput
Contains the timeout and business rules of a supplier or an access.
input SettingsBaseInput {
timeout: Int
auditTransactions: Boolean
businessRules: BusinessRulesInput
currency: Currency
}
Fields
SettingsBaseInput.timeout ● Int scalar
Milliseconds before the connection is closed.
SettingsBaseInput.auditTransactions ● Boolean scalar
Specifies if the exachanged transactions with the supplier have to be logged or not.
SettingsBaseInput.businessRules ● BusinessRulesInput input
Business rules
SettingsBaseInput.currency ● Currency scalar
Currency in ISO 4217 standard
Member Of
HotelXAccessInput input ● HotelXSupplierInput input