Class: Payrix::Resource::StatementEntries
- Defined in:
- lib/payrix/resource/statement_entries.rb
Constant Summary collapse
- ATTRS =
[:id, :created, :modified, :creator, :modifier, :onentity, :billing, :statement, :fee, :profitShare, :event, :eventId, :description, :amount, :deductedFromBalance, :entity, :forentity, :originalEventId, :originalEvent]
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
-
#initialize(params) ⇒ StatementEntries
constructor
A new instance of StatementEntries.
Methods included from Mixin::CreateDisabled
Methods included from Mixin::DeleteDisabled
Methods included from Mixin::UpdateDisabled
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) ⇒ StatementEntries
Returns a new instance of StatementEntries.
8 9 10 11 12 |
# File 'lib/payrix/resource/statement_entries.rb', line 8 def initialize(params) super(params, ATTRS) @resource_name = 'statementEntries' end |