DiscountDto
List of effects (EscompteDto) associated with the discount.
accountNumberstring
Account number associated with the effect.
Example:
12345678effectTypestring
Type of the effect (e.g., Bill, Invoice).
Example:
BillsubmissionDatestring<date-time>
Date when the effect was submitted.
dueDatestring<date-time>
Due date for the effect.
bordereauNumberstring
Bordereau number associated with the effect.
Example:
BD12345effectNumberstring
Effect number (e.g., Invoice number).
Example:
EF12345thirdPartystring
Third-party identifier associated with the effect.
Example:
Company XYZamountPerSubmissionnumber<double>
Amount per submission for the effect.
Example:
5000formattedAmountPerSubmissionstring
Formatted amount per submission.
Example:
5,000.00currencystring
Currency type for the effect amount.
Example:
USDbranchCodestring
Branch code associated with the effect.
Example:
001accountRadicalstring
Account radical associated with the effect.
Example:
78654382DiscountDto
{
"accountNumber": "12345678",
"effectType": "Bill",
"submissionDate": "2024-07-29T15:51:28.071Z",
"dueDate": "2024-07-29T15:51:28.071Z",
"bordereauNumber": "BD12345",
"effectNumber": "EF12345",
"thirdParty": "Company XYZ",
"amountPerSubmission": 5000,
"formattedAmountPerSubmission": "5,000.00",
"currency": "USD",
"branchCode": "001",
"accountRadical": "78654382"
}