SetClientDebtorAccountInput
Input for the setClientDebtorAccount mutation
input SetClientDebtorAccountInput {
debtorAccount: String!
id: ClientID!
}
Fields
SetClientDebtorAccountInput.debtorAccount ● String! non-null scalar
The debtor account to be associated with the client.
SetClientDebtorAccountInput.id ● ClientID! non-null scalar
The unique identifier of the client.
Member Of
setClientDebtorAccount mutation