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