NewInvoicePaymentDataInput
Used for recording a new payment against an invoice.
input NewInvoicePaymentDataInput {
paymentAmount: Float!
paymentTypeId: ID!
paymentDate: Date!
comment: String
refunds: [NewInvoiceRefundDataInput]
}
Fields
NewInvoicePaymentDataInput.paymentAmount ● Float! non-null scalar
NewInvoicePaymentDataInput.paymentTypeId ● ID! non-null scalar
NewInvoicePaymentDataInput.paymentDate ● Date! non-null scalar
NewInvoicePaymentDataInput.comment ● String scalar
NewInvoicePaymentDataInput.refunds ● [NewInvoiceRefundDataInput] list input
Deprecated; use Invoice Refund instead.
Member Of
addInvoicePayment mutation ● NewInvoiceDataInput input