def to_hash
      hash = Hash.new
      hash.merge!(amount: @amount.to_h) if @amount
      hash.merge!(order_id: @order_id) if @order_id
      hash.merge!(description: @description) if @description