Sha256: d8bacaa49a4555232bf54124e6682673fb697cf0a53ec67933860f33766f0149
Contents?: true
Size: 781 Bytes
Versions: 11
Compression:
Stored size: 781 Bytes
Contents
module GenesisRuby module Api module Constants module Transactions module Parameters module Recurring # Recurring Types class Types extend Mixins::Constants::Common # Indication for an Initial Recurring Transaction. Respond to Init_Recurring INITIAL = 'initial'.freeze # Indication for a Managed Recurring Transaction. Respond to Managed Recurring transactions. MANAGED = 'managed'.freeze # Indication for a Subsequent Transaction on the Initial Recurring. # Respond to subsequent Recurring payments. SUBSEQUENT = 'subsequent'.freeze end end end end end end end
Version data entries
11 entries across 11 versions & 1 rubygems