Sha256: ca76e2507fced97ad155d871a492266825df246549c022cf51501b974de7575b

Contents?: true

Size: 274 Bytes

Versions: 2

Compression:

Stored size: 274 Bytes

Contents

module Pwinty
  class OrderShipmentFulfillmentLocation < Pwinty::Base
    """https://www.prodigi.com/print-api/docs/reference/#order-object-fulfillment-location"""
    attribute? :countryCode, Types::String.optional
    attribute? :labCode, Types::String.optional
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pwinty-4.0.1 lib/pwinty/api_models/order_shipment_fulfillment_location.rb
pwinty-4.0.0 lib/pwinty/api_models/order_shipment_fulfillment_location.rb