ValidationCalendarDTO

Calendar information of a validated charge

  • createdAt
    Type: string Format: date-time

    Creation timestamp.

  • dueDate
    Type: string Format: date

    Due date of a due-date charge (cobv). Null for an immediate charge (cob), whose calendar is creation plus expiration and which has no due date.

  • expiration
    Type: integer Format: int32

    Expiration in seconds from creation.

  • validAfterDueDays
    Type: integer Format: int32

    Days after the due date during which a cobv still accepts payment. Null for a cob. A cobv is past its calendar validity when dueDate plus this is before today - the same rule expireDueDateChargesPastCalendarValidity applies.