customerPaymentLines
Gets the range of CustomerPaymentLine data via the available fields
customerPaymentLines(
lastId: String
updatedInDataMart: DateTime
pageSize: Int! = 5000
): [CustomerPaymentLine!]!
Arguments
customerPaymentLines.lastId ● String scalar
Id to be used to get the next page (logic used: greater than)
customerPaymentLines.updatedInDataMart ● DateTime scalar
DateTime when the document was updated in DataMart (logic used: greater than)
customerPaymentLines.pageSize ● Int! non-null scalar
Maximum page size is 5000
Type
CustomerPaymentLine object
CustomerPaymentLines. Represents a line item showing how a customer payment is applied to a specific invoice.