Class: Payrix::Resource::Payouts
- Defined in:
- lib/payrix/resource/payouts.rb
Constant Summary collapse
- ATTRS =
[:id, :created, :modified, :creator, :modifier, :login, :account, :entity, :payoutFlow, :name, :description, :schedule, :scheduleFactor, :start, :currency, :um, :amount, :minimum, :float, :skipOffDays, :inactive, :frozen, :sameDay, :maximum, :billing]
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
-
#initialize(params) ⇒ Payouts
constructor
A new instance of Payouts.
Methods inherited from Base
#create, #delete, #details, #has_errors?, #has_more?, #request_options, #request_options=, #response, #retrieve, #set, #status, #to_json, #totals, #update
Constructor Details
#initialize(params) ⇒ Payouts
Returns a new instance of Payouts.
5 6 7 8 9 |
# File 'lib/payrix/resource/payouts.rb', line 5 def initialize(params) super(params, ATTRS) @resource_name = 'payouts' end |