CompanyDetailsPaymentModel

Company payment collected information

Required Fields

groupKey

uuid

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.

paymentId

uuid

Unique identifier for payment

invoiceTotalAmount

double

Invoice total amount payment is associated with

paymentDate

date-time

Date payment placed

paymentAmount

double

Amount payment was made for

Optional Fields

paymentAppliedId

uuid, nullable

Unique identifier for payment applied

paymentType

string, nullable

Payment type

invoiceId

uuid, nullable

Unique identifier for invoice payment is associated with

invoiceTypeCode

string, nullable

Invoice type payment is associated with

invoiceReferenceCode

string, nullable

Invoice reference code payment is associated with

invoiceCurrencyCode

string, nullable

The currency code of the invoice the payment is associated with.

paymentCurrencyCode

string, nullable

The currency code of the payment.