PaymentPoliciesUpdateInput
Represents the update of payment policies for a rate.
input PaymentPoliciesUpdateInput {
currency: Currency
commission: Float
priceIsBinding: Boolean
acceptedPayments: [AcceptedPaymentInput]
}
Fields
PaymentPoliciesUpdateInput.currency
● Currency
scalar
Currency of the payment. See Currency.
PaymentPoliciesUpdateInput.commission
● Float
scalar
Commission applied for all rooms in this rate, leave value 0 for net price. Only Informative.
PaymentPoliciesUpdateInput.priceIsBinding
● Boolean
scalar
Informs if the prices are binding price. Only Informative.
PaymentPoliciesUpdateInput.acceptedPayments
● [AcceptedPaymentInput]
list input
Rate Accepted Payments, if not informed it is MerchantPay. See AcceptedPayment.
Member Of
RateUpdateInput
input