PaymentPoliciesCreateInput
Represents a payment policies create object.
input PaymentPoliciesCreateInput {
currency: Currency!
commission: Float!
priceIsBinding: Boolean!
acceptedPayments: [AcceptedPaymentInput]
}
Fields
PaymentPoliciesCreateInput.currency ● Currency! non-null scalar
Currency associated with the payment policies. Currency
PaymentPoliciesCreateInput.commission ● Float! non-null scalar
Commission applied for all rooms in this rate, leave value 0 for net price. Only Informative.
PaymentPoliciesCreateInput.priceIsBinding ● Boolean! non-null scalar
Informs if the prices are binding price. Only Informative.
PaymentPoliciesCreateInput.acceptedPayments ● [AcceptedPaymentInput] list input
Rate Accepted Payments, if not informed it is MerchantPay. AcceptedPayment