Class: Redox::Request::Financial
- Inherits:
-
Object
- Object
- Redox::Request::Financial
- Defined in:
- lib/redox/request/financial.rb
Constant Summary collapse
Class Method Summary collapse
Class Method Details
.create(financial, meta: Redox::Models::Meta.new) ⇒ Object
6 7 8 9 |
# File 'lib/redox/request/financial.rb', line 6 def self.create(financial, meta: Redox::Models::Meta.new) = TRANSACTION_META.merge() return Redox::Models::Model.from_response((RedoxClient.connection.request(body: Redox::Request.build_body(financial, )))) end |