Class: PbAPI::Models::Transaction

Inherits:
BaseStruct
  • Object
show all
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

Method Summary

Methods inherited from BaseStruct

transformer