PartnerSchedulePageModel

  • index
    Type: integerFormat: int32

    The current page index.

  • schedules
    Type: array object[] | null ยท PartnerScheduleHeaderModel[]

    The collection of transaction schedules included in this page.

    • 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
  • total
    Type: integerFormat: int32

    The total number of results that matched the predicate.