Sha256: 8a97cc335c48989e52b5d2e2953abe73e7663a7a8904b86509d16ef4267d2b2c

Contents?: true

Size: 1.02 KB

Versions: 6

Compression:

Stored size: 1.02 KB

Contents

# frozen_string_literal: true

module Desertcart
  module Marketplace
    class OrderItem
      class Serializer < Desertcart::Serializer
        id
        attribute :name
        attribute :store_uid
        attribute :store_id
        attribute :order_reference
        attribute :offer_reference
        attribute :merchant_id
        attribute :currency_code
        attribute :price
        attribute :final_purchase_currency_code
        attribute :final_purchase_price
        attribute :title
        attribute :state
        attribute :marketplace_shipping_state
        attribute :reason_for_rejection
        attribute :checkin_condition
        attribute :shipment_movement_id
        attribute :seller_reference_number
        attribute :seller_notes
        attribute :order_placed_at
        attribute :acceptance_expiration_at
        attribute :estimated_delivery_date
        attribute :accepted_at
        attribute :purchase_order
        attribute :shipping_address
        attribute :note
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
desertcart-1.2.0 lib/desertcart/marketplace/order_item/serializer.rb
desertcart-1.1.5 lib/desertcart/marketplace/order_item/serializer.rb
desertcart-1.1.4 lib/desertcart/marketplace/order_item/serializer.rb
desertcart-1.1.3 lib/desertcart/marketplace/order_item/serializer.rb
desertcart-1.1.2 lib/desertcart/marketplace/order_item/serializer.rb
desertcart-1.1.1 lib/desertcart/marketplace/order_item/serializer.rb