Sha256: 87cb43c0c96f587cc10c6d9dd35d53a26e7d20e7f2100f600e41f3660c32f4e7
Contents?: true
Size: 264 Bytes
Versions: 1
Compression:
Stored size: 264 Bytes
Contents
# frozen_string_literal: true module Tikkie module Api module V1 module Types module PlatformUsage FOR_MYSELF = "PAYMENT_REQUEST_FOR_MYSELF" FOR_OTHERS = "PAYMENT_REQUEST_FOR_OTHERS" 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/platform_usage.rb |