Class: Peddler::APIs::ExternalFulfillmentReturns20240911::Return
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ExternalFulfillmentReturns20240911::Return
- Defined in:
- sig/peddler/apis/external_fulfillment_returns_2024_09_11.rbs
Instance Attribute Summary collapse
-
#creation_date_time ⇒ String?
readonly
Returns the value of attribute creation_date_time.
-
#fulfillment_location_id ⇒ String
readonly
Returns the value of attribute fulfillment_location_id.
-
#id ⇒ String
readonly
Returns the value of attribute id.
-
#last_updated_date_time ⇒ String
readonly
Returns the value of attribute last_updated_date_time.
-
#marketplace_channel_details ⇒ Peddler::APIs::ExternalFulfillmentReturns20240911::MarketplaceChannelDetails
readonly
Returns the value of attribute marketplace_channel_details.
-
#merchant_sku ⇒ String?
readonly
Returns the value of attribute merchant_sku.
-
#number_of_units ⇒ Integer?
readonly
Returns the value of attribute number_of_units.
-
#otp_details ⇒ Peddler::APIs::ExternalFulfillmentReturns20240911::OtpDetails?
readonly
Returns the value of attribute otp_details.
-
#package_delivery_mode ⇒ String?
readonly
Returns the value of attribute package_delivery_mode.
-
#replanning_details ⇒ Peddler::APIs::ExternalFulfillmentReturns20240911::ReplanningDetails?
readonly
Returns the value of attribute replanning_details.
-
#return_location_id ⇒ String?
readonly
Returns the value of attribute return_location_id.
-
#return_metadata ⇒ Peddler::APIs::ExternalFulfillmentReturns20240911::ReturnMetadata
readonly
Returns the value of attribute return_metadata.
-
#return_shipping_info ⇒ Peddler::APIs::ExternalFulfillmentReturns20240911::ReturnShippingInfo
readonly
Returns the value of attribute return_shipping_info.
-
#return_sub_type ⇒ String?
readonly
Returns the value of attribute return_sub_type.
-
#return_type ⇒ String
readonly
Returns the value of attribute return_type.
-
#status ⇒ String
readonly
Returns the value of attribute status.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :fulfillment_location_id, :id, :last_updated_date_time, :marketplace_channel_details, :return_metadata, :return_shipping_info, :return_type, :status, :creation_date_time, :merchant_sku, :number_of_units, :otp_details, :package_delivery_mode, :replanning_details, :return_location_id, :return_sub_type ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::ExternalFulfillmentReturns20240911::Return
Instance Method Summary collapse
-
#members ⇒ [ :fulfillment_location_id, :id, :last_updated_date_time, :marketplace_channel_details, :return_metadata, :return_shipping_info, :return_type, :status, :creation_date_time, :merchant_sku, :number_of_units, :otp_details, :package_delivery_mode, :replanning_details, :return_location_id, :return_sub_type ]
-
#to_h ⇒ { fulfillment_location_id: String, id: String, last_updated_date_time: String, marketplace_channel_details: Peddler::APIs::ExternalFulfillmentReturns20240911::MarketplaceChannelDetails, return_metadata: Peddler::APIs::ExternalFulfillmentReturns20240911::ReturnMetadata, return_shipping_info: Peddler::APIs::ExternalFulfillmentReturns20240911::ReturnShippingInfo, return_type: String, status: String, creation_date_time: String?, merchant_sku: String?, number_of_units: Integer?, otp_details: Peddler::APIs::ExternalFulfillmentReturns20240911::OtpDetails?, package_delivery_mode: String?, replanning_details: Peddler::APIs::ExternalFulfillmentReturns20240911::ReplanningDetails?, return_location_id: String?, return_sub_type: String? }
Instance Attribute Details
#creation_date_time ⇒ String? (readonly)
Returns the value of attribute creation_date_time.
136 137 138 |
# File 'sig/peddler/apis/external_fulfillment_returns_2024_09_11.rbs', line 136 def creation_date_time @creation_date_time end |
#fulfillment_location_id ⇒ String (readonly)
Returns the value of attribute fulfillment_location_id.
137 138 139 |
# File 'sig/peddler/apis/external_fulfillment_returns_2024_09_11.rbs', line 137 def fulfillment_location_id @fulfillment_location_id end |
#id ⇒ String (readonly)
Returns the value of attribute id.
138 139 140 |
# File 'sig/peddler/apis/external_fulfillment_returns_2024_09_11.rbs', line 138 def id @id end |
#last_updated_date_time ⇒ String (readonly)
Returns the value of attribute last_updated_date_time.
139 140 141 |
# File 'sig/peddler/apis/external_fulfillment_returns_2024_09_11.rbs', line 139 def last_updated_date_time @last_updated_date_time end |
#marketplace_channel_details ⇒ Peddler::APIs::ExternalFulfillmentReturns20240911::MarketplaceChannelDetails (readonly)
Returns the value of attribute marketplace_channel_details.
140 141 142 |
# File 'sig/peddler/apis/external_fulfillment_returns_2024_09_11.rbs', line 140 def marketplace_channel_details @marketplace_channel_details end |
#merchant_sku ⇒ String? (readonly)
Returns the value of attribute merchant_sku.
141 142 143 |
# File 'sig/peddler/apis/external_fulfillment_returns_2024_09_11.rbs', line 141 def merchant_sku @merchant_sku end |
#number_of_units ⇒ Integer? (readonly)
Returns the value of attribute number_of_units.
142 143 144 |
# File 'sig/peddler/apis/external_fulfillment_returns_2024_09_11.rbs', line 142 def number_of_units @number_of_units end |
#otp_details ⇒ Peddler::APIs::ExternalFulfillmentReturns20240911::OtpDetails? (readonly)
Returns the value of attribute otp_details.
143 144 145 |
# File 'sig/peddler/apis/external_fulfillment_returns_2024_09_11.rbs', line 143 def otp_details @otp_details end |
#package_delivery_mode ⇒ String? (readonly)
Returns the value of attribute package_delivery_mode.
144 145 146 |
# File 'sig/peddler/apis/external_fulfillment_returns_2024_09_11.rbs', line 144 def package_delivery_mode @package_delivery_mode end |
#replanning_details ⇒ Peddler::APIs::ExternalFulfillmentReturns20240911::ReplanningDetails? (readonly)
Returns the value of attribute replanning_details.
145 146 147 |
# File 'sig/peddler/apis/external_fulfillment_returns_2024_09_11.rbs', line 145 def replanning_details @replanning_details end |
#return_location_id ⇒ String? (readonly)
Returns the value of attribute return_location_id.
146 147 148 |
# File 'sig/peddler/apis/external_fulfillment_returns_2024_09_11.rbs', line 146 def return_location_id @return_location_id end |
#return_metadata ⇒ Peddler::APIs::ExternalFulfillmentReturns20240911::ReturnMetadata (readonly)
Returns the value of attribute return_metadata.
147 148 149 |
# File 'sig/peddler/apis/external_fulfillment_returns_2024_09_11.rbs', line 147 def @return_metadata end |
#return_shipping_info ⇒ Peddler::APIs::ExternalFulfillmentReturns20240911::ReturnShippingInfo (readonly)
Returns the value of attribute return_shipping_info.
148 149 150 |
# File 'sig/peddler/apis/external_fulfillment_returns_2024_09_11.rbs', line 148 def return_shipping_info @return_shipping_info end |
#return_sub_type ⇒ String? (readonly)
Returns the value of attribute return_sub_type.
149 150 151 |
# File 'sig/peddler/apis/external_fulfillment_returns_2024_09_11.rbs', line 149 def return_sub_type @return_sub_type end |
#return_type ⇒ String (readonly)
Returns the value of attribute return_type.
150 151 152 |
# File 'sig/peddler/apis/external_fulfillment_returns_2024_09_11.rbs', line 150 def return_type @return_type end |
#status ⇒ String (readonly)
Returns the value of attribute status.
151 152 153 |
# File 'sig/peddler/apis/external_fulfillment_returns_2024_09_11.rbs', line 151 def status @status end |
Class Method Details
.[](fulfillment_location_id:, id:, last_updated_date_time:, marketplace_channel_details:, return_metadata:, return_shipping_info:, return_type:, status:, creation_date_time:, merchant_sku:, number_of_units:, otp_details:, package_delivery_mode:, replanning_details:, return_location_id:, return_sub_type:) ⇒ Peddler::APIs::ExternalFulfillmentReturns20240911::Return .[](arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14, arg15) ⇒ Peddler::APIs::ExternalFulfillmentReturns20240911::Return
129 130 |
# File 'sig/peddler/apis/external_fulfillment_returns_2024_09_11.rbs', line 129
def self.[]: (fulfillment_location_id: String, id: String, last_updated_date_time: String, marketplace_channel_details: Peddler::APIs::ExternalFulfillmentReturns20240911::MarketplaceChannelDetails, return_metadata: Peddler::APIs::ExternalFulfillmentReturns20240911::ReturnMetadata, return_shipping_info: Peddler::APIs::ExternalFulfillmentReturns20240911::ReturnShippingInfo, return_type: String, status: String, ?creation_date_time: String?, ?merchant_sku: String?, ?number_of_units: Integer?, ?otp_details: Peddler::APIs::ExternalFulfillmentReturns20240911::OtpDetails?, ?package_delivery_mode: String?, ?replanning_details: Peddler::APIs::ExternalFulfillmentReturns20240911::ReplanningDetails?, ?return_location_id: String?, ?return_sub_type: String?) -> Peddler::APIs::ExternalFulfillmentReturns20240911::Return
| (String, String, String, Peddler::APIs::ExternalFulfillmentReturns20240911::MarketplaceChannelDetails, Peddler::APIs::ExternalFulfillmentReturns20240911::ReturnMetadata, Peddler::APIs::ExternalFulfillmentReturns20240911::ReturnShippingInfo, String, String, String?, String?, Integer?, Peddler::APIs::ExternalFulfillmentReturns20240911::OtpDetails?, String?, Peddler::APIs::ExternalFulfillmentReturns20240911::ReplanningDetails?, String?, String?) -> Peddler::APIs::ExternalFulfillmentReturns20240911::Return
|
.members ⇒ [ :fulfillment_location_id, :id, :last_updated_date_time, :marketplace_channel_details, :return_metadata, :return_shipping_info, :return_type, :status, :creation_date_time, :merchant_sku, :number_of_units, :otp_details, :package_delivery_mode, :replanning_details, :return_location_id, :return_sub_type ]
132 |
# File 'sig/peddler/apis/external_fulfillment_returns_2024_09_11.rbs', line 132
def self.members: () -> [ :fulfillment_location_id, :id, :last_updated_date_time, :marketplace_channel_details, :return_metadata, :return_shipping_info, :return_type, :status, :creation_date_time, :merchant_sku, :number_of_units, :otp_details, :package_delivery_mode, :replanning_details, :return_location_id, :return_sub_type ]
|
.new(fulfillment_location_id:, id:, last_updated_date_time:, marketplace_channel_details:, return_metadata:, return_shipping_info:, return_type:, status:, creation_date_time:, merchant_sku:, number_of_units:, otp_details:, package_delivery_mode:, replanning_details:, return_location_id:, return_sub_type:) ⇒ Peddler::APIs::ExternalFulfillmentReturns20240911::Return .new(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14, arg15) ⇒ Peddler::APIs::ExternalFulfillmentReturns20240911::Return
127 128 |
# File 'sig/peddler/apis/external_fulfillment_returns_2024_09_11.rbs', line 127
def self.new: (fulfillment_location_id: String, id: String, last_updated_date_time: String, marketplace_channel_details: Peddler::APIs::ExternalFulfillmentReturns20240911::MarketplaceChannelDetails, return_metadata: Peddler::APIs::ExternalFulfillmentReturns20240911::ReturnMetadata, return_shipping_info: Peddler::APIs::ExternalFulfillmentReturns20240911::ReturnShippingInfo, return_type: String, status: String, ?creation_date_time: String?, ?merchant_sku: String?, ?number_of_units: Integer?, ?otp_details: Peddler::APIs::ExternalFulfillmentReturns20240911::OtpDetails?, ?package_delivery_mode: String?, ?replanning_details: Peddler::APIs::ExternalFulfillmentReturns20240911::ReplanningDetails?, ?return_location_id: String?, ?return_sub_type: String?) -> Peddler::APIs::ExternalFulfillmentReturns20240911::Return
| (String, String, String, Peddler::APIs::ExternalFulfillmentReturns20240911::MarketplaceChannelDetails, Peddler::APIs::ExternalFulfillmentReturns20240911::ReturnMetadata, Peddler::APIs::ExternalFulfillmentReturns20240911::ReturnShippingInfo, String, String, String?, String?, Integer?, Peddler::APIs::ExternalFulfillmentReturns20240911::OtpDetails?, String?, Peddler::APIs::ExternalFulfillmentReturns20240911::ReplanningDetails?, String?, String?) -> Peddler::APIs::ExternalFulfillmentReturns20240911::Return
|
.parse ⇒ Peddler::APIs::ExternalFulfillmentReturns20240911::Return
134 |
# File 'sig/peddler/apis/external_fulfillment_returns_2024_09_11.rbs', line 134
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ExternalFulfillmentReturns20240911::Return
|
Instance Method Details
#members ⇒ [ :fulfillment_location_id, :id, :last_updated_date_time, :marketplace_channel_details, :return_metadata, :return_shipping_info, :return_type, :status, :creation_date_time, :merchant_sku, :number_of_units, :otp_details, :package_delivery_mode, :replanning_details, :return_location_id, :return_sub_type ]
153 |
# File 'sig/peddler/apis/external_fulfillment_returns_2024_09_11.rbs', line 153
def members: () -> [ :fulfillment_location_id, :id, :last_updated_date_time, :marketplace_channel_details, :return_metadata, :return_shipping_info, :return_type, :status, :creation_date_time, :merchant_sku, :number_of_units, :otp_details, :package_delivery_mode, :replanning_details, :return_location_id, :return_sub_type ]
|
#to_h ⇒ { fulfillment_location_id: String, id: String, last_updated_date_time: String, marketplace_channel_details: Peddler::APIs::ExternalFulfillmentReturns20240911::MarketplaceChannelDetails, return_metadata: Peddler::APIs::ExternalFulfillmentReturns20240911::ReturnMetadata, return_shipping_info: Peddler::APIs::ExternalFulfillmentReturns20240911::ReturnShippingInfo, return_type: String, status: String, creation_date_time: String?, merchant_sku: String?, number_of_units: Integer?, otp_details: Peddler::APIs::ExternalFulfillmentReturns20240911::OtpDetails?, package_delivery_mode: String?, replanning_details: Peddler::APIs::ExternalFulfillmentReturns20240911::ReplanningDetails?, return_location_id: String?, return_sub_type: String? }
154 |
# File 'sig/peddler/apis/external_fulfillment_returns_2024_09_11.rbs', line 154
def to_h: () -> { fulfillment_location_id: String, id: String, last_updated_date_time: String, marketplace_channel_details: Peddler::APIs::ExternalFulfillmentReturns20240911::MarketplaceChannelDetails, return_metadata: Peddler::APIs::ExternalFulfillmentReturns20240911::ReturnMetadata, return_shipping_info: Peddler::APIs::ExternalFulfillmentReturns20240911::ReturnShippingInfo, return_type: String, status: String, creation_date_time: String?, merchant_sku: String?, number_of_units: Integer?, otp_details: Peddler::APIs::ExternalFulfillmentReturns20240911::OtpDetails?, package_delivery_mode: String?, replanning_details: Peddler::APIs::ExternalFulfillmentReturns20240911::ReplanningDetails?, return_location_id: String?, return_sub_type: String? }
|