Class: RockRMS::Response::TransactionDetail
- Defined in:
- lib/rock_rms/response/transaction_detail.rb
Constant Summary collapse
- MAP =
{ fee_amount: 'FeeAmount', fee_coverage_amount: 'FeeCoverageAmount', fund: 'Account', fund_id: 'AccountId', amount: 'Amount', entity_type_id: 'EntityTypeId', entity_id: 'EntityId' }.freeze
Constants inherited from Base
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
format, #format, #format_attributes, #initialize, #to_h
Constructor Details
This class inherits a constructor from RockRMS::Response::Base