Sha256: 6aaec95b4eb0d28dd0eb32c55e9ebd489bd7fe603fc3dd2d55e173cbc3c3e2b3
Contents?: true
Size: 569 Bytes
Versions: 4
Compression:
Stored size: 569 Bytes
Contents
module Tiss::Model class CtmDemonstrativoAnaliseConta < Base # @type: CtDemonstrativoCabecalho attr_accessor :cabecalhoDemonstrativo # @type: DadosPrestador attr_accessor :dadosPrestador # @type: DadosConta attr_accessor :dadosConta # @type: StDecimal102 attr_accessor :valorInformadoGeral # @type: StDecimal102 attr_accessor :valorProcessadoGeral # @type: StDecimal102 attr_accessor :valorLiberadoGeral # @type: StDecimal102 attr_accessor :valorGlosaGeral end end
Version data entries
4 entries across 4 versions & 1 rubygems