PaymentDetailHeaderModel
Contains group level payment data.
Methods
The following API methods use this data model.
Required Fields
groupKey
The GroupKey uniquely identifies a single Lockstep Platform account. All records for this
account will share the same GroupKey value. GroupKey values cannot be changed once created.
For more information, see Accounts and GroupKeys.
Optional Fields
customerCount
int32, nullable
The total number of Customers.
amountCollected
double, nullable
The total amount collected.
unappliedAmount
double, nullable
The total unapplied amount.
paidInvoiceCount
int32, nullable
The number of paid invoices.
openInvoiceCount
int32, nullable
The number of open invoices.
Updated 4 days ago
Did this page help you?