CodeBillResult

  • bill
    Type: object · Bill
    • accountingSync
      Type: object
    • achTraceNumber
      Type: string | null
    • assignedTo
      Type: string | null

      Next approver / assigned user id when present.

    • createdAt
      Type: string Format: date-time

      the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z

    • deductionDate
      Type: string | null Format: date-time

      the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z

    • doNotPay
      Type: boolean
    • doNotPayReason
      Type: string | null
    • id
      Type: string
    • invoiceDate
      Type: string | null Format: date-time

      the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z

    • invoiceNumber
      Type: string | null
    • lineItems
      Type: array object[] · BillLineItem[]

      Always present; empty array means honestly uncoded.

    • openInJoltly
      Type: string

      Authenticated deep link to the bill review workspace.

    • paidAt
      Type: string | null Format: date-time

      the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z

    • paymentMethod
      Type: string | null
    • paymentStatus
      Type: string | null
    • scheduledAt
      Type: string | null Format: date-time

      the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z

    • totalAmount
      Type: number | null
    • updatedAt
      Type: string Format: date-time

      the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z

    • vendorName
      Type: string | null
  • dryRun
    Type: boolean
  • ok
    Type: boolean
  • preview
    Type: object
    • billTotalAmount
      Type: number
    • lineCount
      Type: integer

      Integer numbers.

    • summary
      Type: string
    • totalAmount
      Type: number
  • warnings
    Type: array string[]
  • wouldChange
    Type: boolean