Sha256: 30ff0dfddbb4af44bd7f120cbde3e423a9a41a947f7f21058eaf861cceb87069
Contents?: true
Size: 221 Bytes
Versions: 17
Compression:
Stored size: 221 Bytes
Contents
module Asaas class Interest < Model InterestTypes = Types::Strict::String.enum('FIXED', 'PERCENTAGE') attribute :value, Types::Coercible::Float attribute :type, InterestTypes.optional.default(nil) end end
Version data entries
17 entries across 17 versions & 1 rubygems