Sha256: cd781f1fca7f85c17df510023cdf912503009e1d5588fa7a9425a530c7d9f282
Contents?: true
Size: 674 Bytes
Versions: 8
Compression:
Stored size: 674 Bytes
Contents
module FastshopCatalog module Entity class Participant < BaseEntity translate :contract_code => 'Contrato', :name => 'Nome', :document => 'Cpf', :registry => 'RG', :birth_date => 'DataNascimento', :gender => 'Sexo', :category => 'Categoria', :home_phone_prefix => 'DddResidencial', :home_phone => 'TelefoneResidencial', :work_phone_prefix => 'DddComercial', :work_phone => 'TelefoneComercial', :mobile_phone_prefix => 'DddCelular', :mobile_phone => 'Celular', :email => 'Email', :status => 'Status', :operation_type => 'TipoOperacao', :address => 'Endereco', :business_unity => 'UnidadeNegocio' end end end
Version data entries
8 entries across 8 versions & 1 rubygems