SendOrderFinancialInput
Autogenerated input type of SendOrderFinancial
input SendOrderFinancialInput {
clientMutationId: String
orderFinancialId: ID!
}
Fields
SendOrderFinancialInput.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
SendOrderFinancialInput.orderFinancialId ● ID! non-null scalar common
The ID of the order financial document to send.
Member Of
sendOrderFinancial mutation