Sha256: dc67b23ed7f83e9ab74e77247e2fb60eeebfd5af935783f73dc948a98f666f94

Contents?: true

Size: 445 Bytes

Versions: 8

Compression:

Stored size: 445 Bytes

Contents

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

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
fastshop_catalog-0.0.8 lib/fastshop_catalog/entity/order.rb
fastshop_catalog-0.0.7 lib/fastshop_catalog/entity/order.rb
fastshop_catalog-0.0.6 lib/fastshop_catalog/entity/order.rb
fastshop_catalog-0.0.5 lib/fastshop_catalog/entity/order.rb
fastshop_catalog-0.0.4 lib/fastshop_catalog/entity/order.rb
fastshop_catalog-0.0.3 lib/fastshop_catalog/entity/order.rb
fastshop_catalog-0.0.2 lib/fastshop_catalog/entity/order.rb
fastshop_catalog-0.0.1 lib/fastshop_catalog/entity/order.rb