PromissoryNote
During promissory note processing all data are stored within a set of properties. These properties are defined by using the schema "PromissoryNote".
So that the user can better understand how we structure and store the characteristic data of a promissory note, we present the following table. In it we explain in more detail what properties are defined by this schema and what type of information stores each one.
ATTRIBUTES | TYPE | DESCRIPTION |
---|---|---|
currency | Data Object | Object that indicates wich currency the recipient must pay with. |
language | Data Object | The language in wich the promissory note is written. |
isCreditNote | Data Object | A receipt given by a shop to a customer who has returned goods, which can be offset against future purchases. |
numberFormat | Data Object | Used formats to represent the numbers. |
taxClass | Data Object | The applied tax rate in the promissory note |
issuerCountry | Data Object | The country acronyms the issuer comes from. |
recipientCountry | Data Object | The country acronyms the recipient comes from. |
issuerAddressDetails | Data Object | Object that stores information about the issuer´s location such as the country, the region, the postal code or the street name. |
recipientAddressDetails | Data Object | Object that stores information about the recipient´s location such as the country, the region, the postal code or the street name. |
exchangeRate | Data Object | Rate that determines the value of the one currency in relation to each other. |
companyActsLike | Data Object | Marker that indicates if the company is the issuer or the recipient. |
entity | Data Object | The name of the bank entity |
bankAccount | Data Object | Number of the bank account. |
beneficiary | Data Object | The beneficiary´s name. |
beneficiaryId | Data Object | The beneficiary´s identifier. |
issuer | Data Object | The issuer´s name. |
issuerId | Data Object | The user´s identifier. |
issueDate | Data Object | Date of issue of the promissory note. |
expirationDate | Data Object | Last day in wich issuer can make the payment. |
serialNumber | Data Object | A type of identifier of the peomissory note. |
documentNumber | Data Object | The reference promissory note number. |
identificationCode | Data Object | Identification code of the promissory note. |
remarks | Data Object | Additional information that appear in the promissory note, such as the conditions of the payment, explanations, etc. |
amount | Data Object | Total sum of money the issuer must pay to the beneficiary. |
invoiceNumber | Data Object | Reference number of the invoice. |
invoiceDate | Data Object | Date of issue of the invoice. |
invoiceAmount | Data Object | The total amount that appears on the invoice. |
additionalData | Data Object | Object that stores the data obtained from the extensions. |
additionalDataMode | String | Used mode to extract the additional data. |
The properties of the schema promissoryNote will be displayed within the attribute "data" of the schema Document !
Updated 7 months ago