Method: Redox::Request::Financial.create
- Defined in:
- lib/redox/request/financial.rb
.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 |