Payment Data Models

Payment refers to general payment towards any transaction, invoice , bill etc.

Model IDEvent Data KeyDescription
accounting_payment_infoinfo
accounting_payment_lineItemslineItems

Payment Info

Model ID: accounting_payment_info

NameTypeDescription
idString
dateTimeDate
statusEnum[SUCCESS, FAILURE, NOT_SPECIFIED]
paymentModeEnum[CASH,CHEQUE, ELECTRONIC_TRANSFER, NOT_SPECIFIED]
referenceNumberString
creditedAccountIdString
debitedAccountIdString
contactString
companyString
amountDouble
exchangeRateDouble
currencyEnumOne of among Currency Codes (ISO 4217) like-
INR,
USD,
EUR
notesString

Payment Entries

Model ID: accounting_payment_lineItems

NameTypeDescription
lineItemsList[PaymentLineItem]

PaymentLineItem

NameTypeDescription
idString
amountString
referenceNumberString
discountDouble
modeEnum[CASH , CHEQUE, ELECTRONIC_TRANSFER]
paymentLinkedToEnum[INVOICE, BILL]
invoiceIdString
invoiceNumberString