Sha256: 07cd0f45a5862343dc30b02003adb95c5de0c5b7c23089b318518597e8bc4dbc
Contents?: true
Size: 377 Bytes
Versions: 1
Compression:
Stored size: 377 Bytes
Contents
# frozen_string_literal: true module Tikkie module Api module V1 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 end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tikkie-api-2.0.0 | lib/tikkie/api/v1/types/payment_request_status.rb |