Invoice Amounts(InvoiceAmounts)
Provides aggregated monetary values for the invoice, including net amount, tax amount, discounts, rounding adjustments, and total amount.
{
"netAmount": 0,
"taxAmount": 0,
"discountAmount": 0,
"roundAmount": 0,
"totalAmount": 0
}