1.5 Payment and order values

As in Order in the Invoice entity has the invoice summary that englobes all the price summary of the invoice, taking into consideration all products as well as the payment information.

Property

Description

Required

Example

paymentTerm

The payment term (in days) that will be used.

false

30

paymentType

The invoice payment type.

true

"BANK_SLIP

discount

Total discount applied to the invoice.

true

0

subtotal

The item subtotal.

true

3400.0

tax

The item tax.

true

20.49

taxes

taxes array.

false

 

taxes[].taxAmount

The calculated tax amount for this item/invoice.

true

3.65

taxes[].taxId

Tax identifier(id) for this item/invoice.

true

"PIS"

total

The invoice total.

true

3420.49