Sha256: 344499b29140206b9ce9811217f77dd052e1930b1c4d2d7dd8fcc5b8eb042eeb
Contents?: true
Size: 274 Bytes
Versions: 47
Compression:
Stored size: 274 Bytes
Contents
module Paypal module Payment module Common class Amount < Base attr_optional :total, :item, :fee, :handing, :insurance, :ship_disc, :shipping, :tax, :gross, :net def numeric_attribute?(key) true end end end end end
Version data entries
47 entries across 47 versions & 4 rubygems