InventoryPaymentPolicies
Payment policies entity. Contains information about the price of the rate.
type InventoryPaymentPolicies {
currency: Currency!
commission: Float!
priceIsBinding: Boolean!
acceptedPayments: [AcceptedPayment]
}
Fields
InventoryPaymentPolicies.currency
● Currency!
non-null scalar
Currency of the rate
InventoryPaymentPolicies.commission
● Float!
non-null scalar
Commission applied for all rooms in this rate, leave value 0 for net price. Only Informative.
InventoryPaymentPolicies.priceIsBinding
● Boolean!
non-null scalar
Indicates whether the prices are binding prices, meaning they cannot be sold for a lower price. This information is for informative purposes only.
InventoryPaymentPolicies.acceptedPayments
● [AcceptedPayment]
list object
Accepted payment methods for the rate. If not informed, it defaults to MerchantPay.
Member Of
InventoryRateSetup
object