AmountDueDateRequestDTO
Amount configuration for charge with due date (COBV)
- originalType: stringmin length:1required
Original amount in decimal format with exactly 2 decimal places
- abatimentoType: object · AbatementDTO
Abatement configuration for charge with due date
- modalidadeType: integer Format: int32enumrequired
Mode for calculating abatement on a charge with due date (Bacen API Pix v2.9.0 spec). Serialized on the wire as the Bacen integer, per @JsonValue.
values- 1
- 2
- valorType: string
Perc Abatement value (required when the abatimento object is present). For FIXED: absolute value, for PERCENT: percentage value
- descontoType: object · DiscountDTO
Discount configuration for charge with due date
- modalidadeType: integer Format: int32enumrequired
Mode for calculating discount on a charge with due date (Bacen API Pix v2.9.0 spec). Serialized on the wire as the Bacen integer, per @JsonValue.
values- 1
- 2
- 3
- 4
- 5
- 6
- descontoType: array object[] · FixedDateDiscountDTO[] …3
Data Fixa List of fixed date discounts (required when mode = FIXED_DATE, max 3 entries)
Fixed date discount entry
- valorType: string
Perc Discount value (required when mode = DAILY). Represents daily discount rate.
- jurosType: object · InterestDTO
Interest configuration for charge with due date
- modalidadeType: integer Format: int32enumrequired
Mode for calculating interest on a charge with due date (Bacen API Pix v2.9.0 spec). Serialized on the wire as the Bacen integer, per @JsonValue.
values- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- valorType: string
Perc Interest rate value (required when mode = DAILY). Represents daily interest rate.
- multaType: object · FineDTO
Fine configuration for charge with due date
- modalidadeType: integer Format: int32enumrequired
Mode for calculating fine on a charge with due date (Bacen API Pix v2.9.0 spec). Serialized on the wire as the Bacen integer, per @JsonValue.
values- 1
- 2
- valorType: string
Perc Fine value (required when the multa object is present). For FIXED: absolute value, for PERCENT: percentage value