TotalInvoicing Trevenque
Structure
Field | Type | Required | Description |
---|---|---|---|
amount | Decimal | ||
ordinaryAmount | Decimal | Reserved | |
depositAmount | Decimal | ||
amendingAmount | Decimal | Reserved | |
amendingNegativeAmount | Decimal | Reserved | |
totalBase | Decimal | ||
totalExterior | Decimal | ||
totalExempt | Decimal | ||
totalInvoiceBases | List of InvoiceBase |
JSON representation
{ "amount": 31591.6345, "ordinaryAmount": 0, "depositAmount": 3134, "amendingAmount": 0, "amendingNegativeAmount": 0, "totalBase": 28503.799819, "totalExterior": 0, "totalExempt": 0, "totalInvoiceBases": [ { "percentage": 10, "quota": 2634.512368, "base": 26345.122132 }, { "percentage": 21, "quota": 453.322313, "base": 2158.677687 } ] }