paymentReturnUpdate
mutation
Update an Payment return
Update an Payment return with the inserted data. Returns the updated Payment return
mutation {
paymentReturnUpdate(companyId: Int!, data: PaymentReturnUpdate!, options: PaymentReturnMutateOptions): PaymentReturn!
}Returns: PaymentReturn!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
data | PaymentReturnUpdate! | |
options | PaymentReturnMutateOptions |