module Entities
    class ChargeTemplate < Base
      attribute :id,                        Integer
      attribute :name,                      String
      attribute :charged_amount,            Decimal