Class: GenesisRuby::Api::Constants::NonFinancial::Kyc::CreateTransactionPaymentMethods

Inherits:
Object
  • Object
show all
Extended by:
Mixins::Constants::Common
Defined in:
lib/genesis_ruby/api/constants/non_financial/kyc/create_transaction_payment_methods.rb

Overview

CreateTransactionPaymentMethods helper class

Constant Summary collapse

PAYMENT_METHOD_CC =

Valid payment methods: “CC” (Credit Card), “CC_OPTIONAL” (Credit card optional) or “EC” (Echeck)

'CC'
PAYMENT_METHOD_CC_OPTIONAL =
'CC_OPTIONAL'
PAYMENT_METHOD_EC =
'EC'

Method Summary

Methods included from Mixins::Constants::Common

all, valid?