PartnerScheduleHeaderModel

  • amountExclTax
    Type: numberFormat: double

    The total transaction amount excluding tax.

  • date
    Type: stringFormat: date

    The date of the schedule.

  • id
    Type: stringFormat: uuid

    The ID of the schedule.

  • isExported
    Type: boolean

    Whether or not the schedule has been exported for the current api connection

  • partnerCode
    Type: string | null

    TThe code of the partner the schedule belongs to.

  • partnerId
    Type: stringFormat: uuid

    The ID of the partner the schedule belongs to.

  • partnerName
    Type: string | null

    The name of the partner the schedule belongs to.

  • referenceNumber
    Type: string | null

    The reference number of schedule.

  • status
    Type: integerenum

    Integer numbers.

    values
    • Draft = 1
    • Approved = 2