Class: ZktClient::Transaction

Inherits:
Base
  • Object
show all
Defined in:
lib/zkt_client/models/transaction.rb

Overview

Transaction class handles operations related to transactions in the ZktClient

Constant Summary collapse

URLS =

URL endpoints for the Transaction resource

{
  base: "/iclock/api/transactions/"
}.freeze
REQUIRED_FEILDS =

Required fields for creating or updating a Transaction resource

[].freeze

Method Summary

Methods inherited from Base

create, delete, list, show, update