PaymentOnAccountPayment
A payment line on a payment on account.
type PaymentOnAccountPayment {
id: ID!
paymentAmount: Float
paymentSource: String!
paymentDate: Date!
paymentType: String
comment: String
cardDetails: PaymentCardDetails
invoiceId: ID
invoiceNumber: String
}
Fields
PaymentOnAccountPayment.id ● ID! non-null scalar
PaymentOnAccountPayment.paymentAmount ● Float scalar
PaymentOnAccountPayment.paymentSource ● String! non-null scalar
PaymentOnAccountPayment.paymentDate ● Date! non-null scalar
PaymentOnAccountPayment.paymentType ● String scalar
PaymentOnAccountPayment.comment ● String scalar
PaymentOnAccountPayment.cardDetails ● PaymentCardDetails object
PaymentOnAccountPayment.invoiceId ● ID scalar
The invoice this payment was allocated to, when known.
PaymentOnAccountPayment.invoiceNumber ● String scalar
The invoice number for the allocated invoice, when denormalized on the payment.
Member Of
PaymentOnAccount object