ReportCarrierChargesResultModel

  • 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

  • carrierName
    Type: string | null

    The name of the carrier partner

  • chargeApplication
    Type: integerenum

    Integer numbers.

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

    The charge rate of the transaction excluding tax

  • consigneeName
    Type: string | null

    The name of the consignee

  • consignmentNumber
    Type: string | null

    The consignment number

  • 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

  • quantity
    Type: numberFormat: double

    The metric quantity of the transaction

  • referenceNumber
    Type: string | null

    The reference number

  • scheduleReference
    Type: string | null

    The reference number 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