Class: Peddler::APIs::ExternalFulfillmentReturns20240911::Return

Inherits:
Data
  • Object
show all
Defined in:
sig/peddler/apis/external_fulfillment_returns_2024_09_11.rbs

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#creation_date_timeString? (readonly)

Returns the value of attribute creation_date_time.

Returns:

  • (String, nil)


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_idString (readonly)

Returns the value of attribute fulfillment_location_id.

Returns:

  • (String)


137
138
139
# File 'sig/peddler/apis/external_fulfillment_returns_2024_09_11.rbs', line 137

def fulfillment_location_id
  @fulfillment_location_id
end

#idString (readonly)

Returns the value of attribute id.

Returns:

  • (String)


138
139
140
# File 'sig/peddler/apis/external_fulfillment_returns_2024_09_11.rbs', line 138

def id
  @id
end

#last_updated_date_timeString (readonly)

Returns the value of attribute last_updated_date_time.

Returns:

  • (String)


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_detailsPeddler::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_skuString? (readonly)

Returns the value of attribute merchant_sku.

Returns:

  • (String, nil)


141
142
143
# File 'sig/peddler/apis/external_fulfillment_returns_2024_09_11.rbs', line 141

def merchant_sku
  @merchant_sku
end

#number_of_unitsInteger? (readonly)

Returns the value of attribute number_of_units.

Returns:

  • (Integer, nil)


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_detailsPeddler::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_modeString? (readonly)

Returns the value of attribute package_delivery_mode.

Returns:

  • (String, nil)


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_detailsPeddler::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_idString? (readonly)

Returns the value of attribute return_location_id.

Returns:

  • (String, nil)


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_metadataPeddler::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_infoPeddler::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_typeString? (readonly)

Returns the value of attribute return_sub_type.

Returns:

  • (String, nil)


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_typeString (readonly)

Returns the value of attribute return_type.

Returns:

  • (String)


150
151
152
# File 'sig/peddler/apis/external_fulfillment_returns_2024_09_11.rbs', line 150

def return_type
  @return_type
end

#statusString (readonly)

Returns the value of attribute status.

Returns:

  • (String)


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

Overloads:



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 ]

Returns:

  • ([ :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

Overloads:



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

.parsePeddler::APIs::ExternalFulfillmentReturns20240911::Return

Parameters:

  • (Hash[String | Symbol, untyped])
  • (Object)

Returns:



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 ]

Returns:

  • ([ :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? }

Returns:



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? }