Sha256: 7dad0bc82bf3469819d6a8684da1c448e90a30971c7eaaf5bea41fad0143ed79
Contents?: true
Size: 489 Bytes
Versions: 4
Compression:
Stored size: 489 Bytes
Contents
# frozen_string_literal: true require 'we_ship_client/entities/base' module WeShipClient module Entities module Responses # Details of a single accepted order. class OrderAccepted < Base attribute :description, Types::Strict::String attribute :orderId, Types::Strict::String attribute :referenceNo, Types::Strict::String attribute :status, Types::Strict::String attribute :type, Types::Strict::String end end end end
Version data entries
4 entries across 4 versions & 1 rubygems