InventoryPaymentPoliciesDerivedInput
Represents payment policies details for a derived rate.
input InventoryPaymentPoliciesDerivedInput {
inheritFromBaseRate: Boolean!
acceptedPayments: [AcceptedPaymentInput]
}
Fields
InventoryPaymentPoliciesDerivedInput.inheritFromBaseRate ● Boolean! non-null scalar
Indicates whether accepted payments are inherited from the base rate.
InventoryPaymentPoliciesDerivedInput.acceptedPayments ● [AcceptedPaymentInput] list input
Rate Accepted Payments, if not informed it is MerchantPay.
Member Of
InventoryRateDerivedSetupCreateInput input ● InventoryRateDerivedSetupUpdateInput input