InvoicePayment
A payment made against an invoice.
type InvoicePayment {
id: ID!
paymentAmount: Float
paymentSource: String!
paymentDate: Date!
comment: String
}
Fields
InvoicePayment.id ● ID! non-null scalar
InvoicePayment.paymentAmount ● Float scalar
InvoicePayment.paymentSource ● String! non-null scalar
InvoicePayment.paymentDate ● Date! non-null scalar
InvoicePayment.comment ● String scalar
Member Of
Invoice object