Information about the bill to be paid
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| identificationField | String | ❌ | Digitable line |
| value | Double | ❌ | Ticket value |
| dueDate | String | ❌ | Due date |
| companyName | String | ❌ | Company/Body issuing the bill |
| bank | String | ❌ | Code of the bank issuing the bill in the banking system |
| beneficiaryCpfCnpj | String | ❌ | CPF or CNPJ of the beneficiary |
| beneficiaryName | String | ❌ | Beneficiary's name |
| allowChangeValue | Boolean | ❌ | Whether the value can be changed or not |
| minValue | Double | ❌ | Minimum value that can be changed |
| maxValue | Double | ❌ | Maximum value that can be changed |
| discountValue | Double | ❌ | Value of discounts |
| interestValue | Double | ❌ | Interest amount |
| fineValue | Double | ❌ | Fine value |
| originalValue | Double | ❌ | Original bill value |
| totalDiscountValue | Double | ❌ | Total value of discounts and rebates |
| totalAdditionalValue | Double | ❌ | Total amount of interest and fine |
| isOverdue | Boolean | ❌ | Informs if the ticket is expired |