DepositTransfer

DepositTransfer (Model)

  • amount
    Type: number
  • apex_name
    Type: string
  • created_at
    Type: stringFormat: date-time

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

  • deposit
    Type: object · Deposit

    Deposit (Model)

    • amount
      Type: number
    • created_at
      Type: stringFormat: date-time

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

    • from
      Type: object · ExternalAccount

      ExternalAccount (Model)

    • id
      Type: string
    • initiated_by_user
      Type: object · User

      User (Model)

    • status
      Type: stringenum
      values
      • pending
      • in_progress
      • completed
      • canceled
      • error
    • to
      Type: object · Account

      Account (Model)

    • transfers
      Type: array object[] · DepositTransfer[]

      DepositTransfer (Model)

    • updated_at
      Type: stringFormat: date-time

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

  • executed_at
    Type: stringFormat: date-time

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

  • external_id
    Type: string
  • id
    Type: string
  • reference_number
    Type: string
  • return_codes
    Type: array string[]
  • status
    Type: stringenum
    values
    • state_unspecified
    • processing
    • pending_review
    • posted
    • completed
    • rejected
    • canceled
    • returned
    • postponed
  • updated_at
    Type: stringFormat: date-time

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