ReportScheduledTransactionsResultModel

  • activityCode
    Type: string | null

    The charge type code

  • activityName
    Type: string | null

    The charge type name

  • amountExclTax
    Type: numberFormat: double

    The amount of the transaction excluding tax

  • baseChargeExclTax
    Type: number | nullFormat: double

    The base charge of the transaction excluding tax

  • chargeApplication
    Type: integerenum

    Integer numbers.

    values
    • Rate = 1
    • Fee = 2
  • chargeRateExclTax
    Type: numberFormat: double

    The charge rate of the transaction excluding tax

  • consignmentNumber
    Type: string | null

    The consignment number

  • consignmentReferenceNumber
    Type: string | null

    The reference number of the consignment

  • containerNumber
    Type: string | null

    The container number of the consignment

  • costCentreCode
    Type: string | null

    The cost centre code of the transaction

  • description
    Type: string | null

    The description of the schedule

  • maxChargeExclTax
    Type: number | nullFormat: double

    The max charge of the transaction excluding tax

  • minChargeExclTax
    Type: number | nullFormat: double

    The min charge of the transaction excluding tax

  • particulars
    Type: string | null

    The particulars of the transaction

  • partnerName
    Type: string | null

    The name of the client partner

  • quantity
    Type: numberFormat: double

    The metric quantity of the transaction

  • referenceNumber
    Type: string | null

    The reference number of the schedule

  • revenueAccountCode
    Type: string | null

    The revenue account code of the transaction

  • scheduleDate
    Type: stringFormat: date

    The date of the schedule

  • scheduleStatus
    Type: integerenum

    Integer numbers.

    values
    • Draft = 1
    • Approved = 2
  • taxRatePercent
    Type: numberFormat: double

    The tax rate percentage of the transaction

  • transactionDate
    Type: stringFormat: date

    The date of the transaction

  • transactionType
    Type: integerenum

    Integer numbers.

    values
    • AdhocCharge = 0
    • FreightCharge = 1
    • StorageCharge = 2
    • ActivityCharge = 3