Class: Vpsa::Entity::Commercial::Order

Inherits:
Base
  • Object
show all
Defined in:
lib/vpsa/entity/commercial/order.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#as_parameter

Methods included from InitFromHash

#initialize

Instance Attribute Details

#dataObject

Returns the value of attribute data.



8
9
10
# File 'lib/vpsa/entity/commercial/order.rb', line 8

def data
  @data
end

#horarioObject

Returns the value of attribute horario.



8
9
10
# File 'lib/vpsa/entity/commercial/order.rb', line 8

def horario
  @horario
end

#idEntidadeObject

Returns the value of attribute idEntidade.



8
9
10
# File 'lib/vpsa/entity/commercial/order.rb', line 8

def idEntidade
  @idEntidade
end

#idPlanoPagamentoObject

Returns the value of attribute idPlanoPagamento.



8
9
10
# File 'lib/vpsa/entity/commercial/order.rb', line 8

def idPlanoPagamento
  @idPlanoPagamento
end

#idRepresentanteObject

Returns the value of attribute idRepresentante.



8
9
10
# File 'lib/vpsa/entity/commercial/order.rb', line 8

def idRepresentante
  @idRepresentante
end

#idTerceiroObject

Returns the value of attribute idTerceiro.



8
9
10
# File 'lib/vpsa/entity/commercial/order.rb', line 8

def idTerceiro
  @idTerceiro
end

#itensObject

Returns the value of attribute itens.



8
9
10
# File 'lib/vpsa/entity/commercial/order.rb', line 8

def itens
  @itens
end

#observacaoObject

Returns the value of attribute observacao.



8
9
10
# File 'lib/vpsa/entity/commercial/order.rb', line 8

def observacao
  @observacao
end

#valorFreteObject

Returns the value of attribute valorFrete.



8
9
10
# File 'lib/vpsa/entity/commercial/order.rb', line 8

def valorFrete
  @valorFrete
end

#valorOutrosObject

Returns the value of attribute valorOutros.



8
9
10
# File 'lib/vpsa/entity/commercial/order.rb', line 8

def valorOutros
  @valorOutros
end

#valorSeguroObject

Returns the value of attribute valorSeguro.



8
9
10
# File 'lib/vpsa/entity/commercial/order.rb', line 8

def valorSeguro
  @valorSeguro
end

#vendaConsumidorFinalObject

Returns the value of attribute vendaConsumidorFinal.



8
9
10
# File 'lib/vpsa/entity/commercial/order.rb', line 8

def vendaConsumidorFinal
  @vendaConsumidorFinal
end