Sha256: 16ff44e2f14540a72a3cddc765d7ecfde05600214723e5def4dac952a97d9e12
Contents?: true
Size: 772 Bytes
Versions: 7
Compression:
Stored size: 772 Bytes
Contents
module GenesisRuby module Api module Constants module Transactions module Parameters module ManagedRecurring # Payment Type of the current recurring transaction. Values: initial, subsequent, modification, cancellation class PaymentTypes extend Mixins::Constants::Common # Payment Type INITIAL INITIAL = 'initial'.freeze # Payment Type SUBSEQUENT SUBSEQUENT = 'subsequent'.freeze # Payment Type MODIFICATION MODIFICATION = 'modification'.freeze # Payment Type CANCELLATION CANCELLATION = 'cancellation'.freeze end end end end end end end
Version data entries
7 entries across 7 versions & 1 rubygems