module FastshopCatalog module Entity class Order < BaseEntity translate :contract_code => 'Contrato', :partner_order_number => 'NumeroPedidoParceiro', :document => 'Cpf', :zip_code => 'Cep', :number => 'Numero', :total_amount => 'ValorTotal', :delivery_type => 'TipoEntrega', :delivery_date => 'DataEntrega', :period_id => 'PeriodoId', :period_name => 'PeriodoNome', :items => 'Itens' end end end