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.

ATTRIBUTESTYPEDESCRIPTION
currencyData ObjectObject that indicates wich currency the recipient must pay with.
languageData ObjectThe language in wich the promissory note is written.
isCreditNoteData ObjectA receipt given by a shop to a customer who has returned goods, which can be offset against future purchases.
numberFormatData ObjectUsed formats to represent the numbers.
taxClassData ObjectThe applied tax rate in the promissory note
issuerCountryData ObjectThe country acronyms the issuer comes from.
recipientCountryData ObjectThe country acronyms the recipient comes from.
issuerAddressDetailsData ObjectObject that stores information about the issuer´s location such as the country, the region, the postal code or the street name.
recipientAddressDetailsData ObjectObject that stores information about the recipient´s location such as the country, the region, the postal code or the street name.
exchangeRateData ObjectRate that determines the value of the one currency in relation to each other.
companyActsLikeData ObjectMarker that indicates if the company is the issuer or the recipient.
entityData ObjectThe name of the bank entity
bankAccountData ObjectNumber of the bank account.
beneficiaryData ObjectThe beneficiary´s name.
beneficiaryIdData ObjectThe beneficiary´s identifier.
issuerData ObjectThe issuer´s name.
issuerIdData ObjectThe user´s identifier.
issueDateData ObjectDate of issue of the promissory note.
expirationDateData ObjectLast day in wich issuer can make the payment.
serialNumberData ObjectA type of identifier of the peomissory note.
documentNumberData ObjectThe reference promissory note number.
identificationCodeData ObjectIdentification code of the promissory note.
remarksData ObjectAdditional information that appear in the promissory note, such as the conditions of the payment, explanations, etc.
amountData ObjectTotal sum of money the issuer must pay to the beneficiary.
invoiceNumberData ObjectReference number of the invoice.
invoiceDateData ObjectDate of issue of the invoice.
invoiceAmountData ObjectThe total amount that appears on the invoice.
additionalDataData ObjectObject that stores the data obtained from the extensions.
additionalDataModeStringUsed mode to extract the additional data.

🚧

The properties of the schema promissoryNote will be displayed within the attribute "data" of the schema Document !