Class: Razorpay::FundAccount
- Defined in:
- lib/razorpay/fund_account.rb
Overview
FundAccount API allows you to create and fetch a fund account for a customer.
Instance Attribute Summary
Attributes inherited from Entity
Class Method Summary collapse
Methods inherited from Entity
#initialize, #method_missing, #respond_to_missing?, #to_json, #with_a_bang
Constructor Details
This class inherits a constructor from Razorpay::Entity
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Razorpay::Entity
Class Method Details
.all(data = {}) ⇒ Object
15 16 17 |
# File 'lib/razorpay/fund_account.rb', line 15 def self.all(data = {}) request.all data end |
.create(options) ⇒ Object
11 12 13 |
# File 'lib/razorpay/fund_account.rb', line 11 def self.create() request.create end |