Skip to main content

customerPayments

Gets the range of customer payment data via the available fields

customerPayments(
lastId: String
updatedInDataMart: DateTime
pageSize: Int! = 5000
includeDeleted: Boolean! = false
): [CustomerPayment!]!

Arguments

customerPayments.lastId ● String scalar

Id to be used to get the next page (logic used: greater than)

customerPayments.updatedInDataMart ● DateTime scalar

DateTime when the document was updated in DataMart (logic used: greater than)

customerPayments.pageSize ● Int! non-null scalar

Maximum page size is 5000

customerPayments.includeDeleted ● Boolean! non-null scalar

IF set to true then returns also the deleted items

Type

CustomerPayment object

CustomerPayments. Represents a customer payment transaction derived from ARPayment and ARRegister.