Customer payment record Dto
name | data type | description |
---|---|---|
payCode | string | Gets the payCode |
accountNumber | string | Gets the accountNumber |
checkDigit | string | Gets the checkDigit |
paidAmount | string | Gets the paidAmount |
filler | string | Gets the filler |
date | number | Gets the date |
reference | string | Gets the reference |
endOfRecord | string | Gets the endOfRecord |
errorMessage | StringBuilder | Gets the errorMessage |
fileName | string | Gets the fileName |
Example
{ "payCode" : "...", "accountNumber" : "...", "checkDigit" : "...", "paidAmount" : "...", "filler" : "...", "date" : 12345, "reference" : "...", "endOfRecord" : "...", "errorMessage" : { }, "fileName" : "..." }