Class: Tiss::Model::CtmDemonstrativoPagamento

Inherits:
Base
  • Object
show all
Defined in:
lib/tiss/models/ctm_demonstrativo_pagamento.rb

Constant Summary

Constants inherited from Base

Base::DEFINED_ATTRIBUTES

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

attr_accessor, attribute_config, #attribute_configs, #attributes, #attributes_by, #attributes_with_values

Instance Attribute Details

#cabecalhoDemonstrativoObject

@type: CtDemonstrativoCabecalho



6
7
8
# File 'lib/tiss/models/ctm_demonstrativo_pagamento.rb', line 6

def cabecalhoDemonstrativo
  @cabecalhoDemonstrativo
end

#dadosContratadoObject

@type: DadosContratado



9
10
11
# File 'lib/tiss/models/ctm_demonstrativo_pagamento.rb', line 9

def dadosContratado
  @dadosContratado
end

#observacaoObject

@type: StTexto500



18
19
20
# File 'lib/tiss/models/ctm_demonstrativo_pagamento.rb', line 18

def observacao
  @observacao
end

#pagamentosObject

@type: Pagamentos



12
13
14
# File 'lib/tiss/models/ctm_demonstrativo_pagamento.rb', line 12

def pagamentos
  @pagamentos
end

#totaisDemonstrativoObject

@type: TotaisDemonstrativo



15
16
17
# File 'lib/tiss/models/ctm_demonstrativo_pagamento.rb', line 15

def totaisDemonstrativo
  @totaisDemonstrativo
end