Sha256: ec60a328c6ca31614c3845fcaaf0aefb62907fab0edd4bff5082a79f1d843725
Contents?: true
Size: 337 Bytes
Versions: 5
Compression:
Stored size: 337 Bytes
Contents
# frozen_string_literal: true module Tikkie module Api module Types module PaymentRequestStatus OPEN = "OPEN" CLOSED = "CLOSED" EXPIRED = "EXPIRED" MAX_YIELD_REACHED = "MAX_YIELD_REACHED" MAX_SUCCESSFUL_PAYMENTS_REACHED = "MAX_SUCCESSFUL_PAYMENTS_REACHED" end end end end
Version data entries
5 entries across 5 versions & 1 rubygems