PaginatedResponse[ObligationTransactionResponse]

  • cursors
    Type: object · CursorInfo
    required
    • after
      Type: string · After nullable
    • before
      Type: string · Before nullable
    • has_next
      Type: boolean · Has Next
    • has_previous
      Type: boolean · Has Previous
    • limit
      Type: integer · Limit

      Integer numbers.

  • data
    Type: array object[] · Data
    required
    • converted_amount
      Type: string · Converted Amount Pattern: ^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$
      required
    • created_at
      Type: string · Created AtFormat: date-time
      required

      System timestamp when this record was first created

    • id
      Type: string · IdFormat: uuid
      required

      Internal system UUID for this record

    • is_refund
      Type: boolean · Is Refund
      required
    • obligation_id
      Type: string · Obligation IdFormat: uuid
      required
    • obligation_rule_id
      Type: string · Obligation Rule IdFormat: uuid
      required
    • tenant_id
      Type: string · Tenant IdFormat: uuid
      required

      UUID of the tenant that owns this record

    • threshold_currency
      Type: string · Threshold Currency
      required
    • transaction_date
      Type: string · Transaction DateFormat: date
      required

      full-date notation as defined by RFC 3339, section 5.6, for example, 2017-07-21

    • transaction_id
      Type: string · Transaction IdFormat: uuid
      required
    • updated_at
      Type: string · Updated AtFormat: date-time
      required

      System timestamp of the most recent update to this record