Class: PbAPI::Models::Transaction
- Inherits:
-
BaseStruct
- Object
- Dry::Struct
- BaseStruct
- PbAPI::Models::Transaction
- Defined in:
- lib/pb_api/models/transaction.rb
Overview
Transaction model
It automatically defines two money helper methods:
- amount_money: converts the 'amount' field to Money.
- amount_uah_money: converts the 'amount_uah' field to Money using UAH.
Constant Summary collapse
- MONEY_FIELDS =
%i[ amount amount_uah ].freeze