TotalInvoicing Trevenque

Structure

FieldTypeRequiredDescription
amountDecimal

ordinaryAmountDecimal
Reserved
depositAmountDecimal

amendingAmountDecimal
Reserved
amendingNegativeAmountDecimal
Reserved
totalBaseDecimal

totalExteriorDecimal

totalExemptDecimal

totalInvoiceBasesList 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
            }
          ]
}