AddOrderEntryToCurrentPendingOrderInput
Autogenerated input type of AddOrderEntryToCurrentPendingOrder
input AddOrderEntryToCurrentPendingOrderInput {
clientMutationId: String
order_entry: OrderEntryInput!
pay_what_you_want_amount: MoneyInput
}
Fields
AddOrderEntryToCurrentPendingOrderInput.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
AddOrderEntryToCurrentPendingOrderInput.order_entry ● OrderEntryInput! non-null input
The order entry to add.
AddOrderEntryToCurrentPendingOrderInput.pay_what_you_want_amount ● MoneyInput input
The amount to charge, if this is a pay-what-you-want product.
Member Of
addOrderEntryToCurrentPendingOrder mutation