PaymentOnAccountData
A collection of payments on account and the associated pagination information.
type PaymentOnAccountData {
data: [PaymentOnAccount!]!
pageInfo: PageInfo
}
Fields
PaymentOnAccountData.data ● [PaymentOnAccount!]! non-null object
PaymentOnAccountData.pageInfo ● PageInfo object
Returned By
paymentsOnAccount query