paymentReturnCreate
mutation
Creates an Payment return
Creates a Payment return with the inserted data. Returns the created Payment return
mutation {
paymentReturnCreate(companyId: Int!, data: PaymentReturnInsert!, options: PaymentReturnMutateOptions): PaymentReturn!
}Returns: PaymentReturn!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
data | PaymentReturnInsert! | |
options | PaymentReturnMutateOptions |