PaymentOnAccountPayload
The result of creating or deleting a payment on account.
type PaymentOnAccountPayload {
data: Invoice
error: String
}
Fields
PaymentOnAccountPayload.data ● Invoice object
The payment on account document (an invoice with type payment on account).
PaymentOnAccountPayload.error ● String scalar
Returned By
createPaymentOnAccount mutation ● deletePaymentOnAccount mutation