Module: GenesisRuby::Api::Mixins::Requests::NonFinancial::Kyc::DepositLimitsAttributes
- Included in:
- Requests::NonFinancial::Kyc::Transaction::Create
- Defined in:
- lib/genesis_ruby/api/mixins/requests/non_financial/kyc/deposit_limits_attributes.rb
Overview
Deposit Limits Attributes mixin for KYC Non-Financial API services
Instance Attribute Summary collapse
-
#daily_maximum ⇒ Object
Returns the value of attribute daily_maximum.
-
#minimum ⇒ Object
Returns the value of attribute minimum.
-
#monthly_maximum ⇒ Object
Returns the value of attribute monthly_maximum.
-
#payment_method ⇒ Object
Returns the value of attribute payment_method.
-
#weekly_maximum ⇒ Object
Returns the value of attribute weekly_maximum.
Instance Attribute Details
#daily_maximum ⇒ Object
Returns the value of attribute daily_maximum.
14 15 16 |
# File 'lib/genesis_ruby/api/mixins/requests/non_financial/kyc/deposit_limits_attributes.rb', line 14 def daily_maximum @daily_maximum end |
#minimum ⇒ Object
Returns the value of attribute minimum.
14 15 16 |
# File 'lib/genesis_ruby/api/mixins/requests/non_financial/kyc/deposit_limits_attributes.rb', line 14 def minimum @minimum end |
#monthly_maximum ⇒ Object
Returns the value of attribute monthly_maximum.
14 15 16 |
# File 'lib/genesis_ruby/api/mixins/requests/non_financial/kyc/deposit_limits_attributes.rb', line 14 def monthly_maximum @monthly_maximum end |
#payment_method ⇒ Object
Returns the value of attribute payment_method.
14 15 16 |
# File 'lib/genesis_ruby/api/mixins/requests/non_financial/kyc/deposit_limits_attributes.rb', line 14 def payment_method @payment_method end |
#weekly_maximum ⇒ Object
Returns the value of attribute weekly_maximum.
14 15 16 |
# File 'lib/genesis_ruby/api/mixins/requests/non_financial/kyc/deposit_limits_attributes.rb', line 14 def weekly_maximum @weekly_maximum end |