Class: Peddler::APIs::FulfillmentOutbound20200701::ReturnItem
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentOutbound20200701::ReturnItem
- Defined in:
- sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs
Instance Attribute Summary collapse
-
#amazon_return_reason_code ⇒ String?
readonly
Returns the value of attribute amazon_return_reason_code.
-
#amazon_shipment_id ⇒ String
readonly
Returns the value of attribute amazon_shipment_id.
-
#fulfillment_center_id ⇒ String?
readonly
Returns the value of attribute fulfillment_center_id.
-
#return_authorization_id ⇒ String?
readonly
Returns the value of attribute return_authorization_id.
-
#return_comment ⇒ String?
readonly
Returns the value of attribute return_comment.
-
#return_received_condition ⇒ String?
readonly
Returns the value of attribute return_received_condition.
-
#seller_fulfillment_order_item_id ⇒ String
readonly
Returns the value of attribute seller_fulfillment_order_item_id.
-
#seller_return_item_id ⇒ String
readonly
Returns the value of attribute seller_return_item_id.
-
#seller_return_reason_code ⇒ String
readonly
Returns the value of attribute seller_return_reason_code.
-
#status ⇒ String
readonly
Returns the value of attribute status.
-
#status_changed_date ⇒ String
readonly
Returns the value of attribute status_changed_date.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :amazon_shipment_id, :seller_fulfillment_order_item_id, :seller_return_item_id, :seller_return_reason_code, :status, :status_changed_date, :amazon_return_reason_code, :fulfillment_center_id, :return_authorization_id, :return_comment, :return_received_condition ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FulfillmentOutbound20200701::ReturnItem
Instance Method Summary collapse
-
#members ⇒ [ :amazon_shipment_id, :seller_fulfillment_order_item_id, :seller_return_item_id, :seller_return_reason_code, :status, :status_changed_date, :amazon_return_reason_code, :fulfillment_center_id, :return_authorization_id, :return_comment, :return_received_condition ]
-
#to_h ⇒ { amazon_shipment_id: String, seller_fulfillment_order_item_id: String, seller_return_item_id: String, seller_return_reason_code: String, status: String, status_changed_date: String, amazon_return_reason_code: String?, fulfillment_center_id: String?, return_authorization_id: String?, return_comment: String?, return_received_condition: String? }
Instance Attribute Details
#amazon_return_reason_code ⇒ String? (readonly)
Returns the value of attribute amazon_return_reason_code.
1338 1339 1340 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1338 def amazon_return_reason_code @amazon_return_reason_code end |
#amazon_shipment_id ⇒ String (readonly)
Returns the value of attribute amazon_shipment_id.
1339 1340 1341 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1339 def amazon_shipment_id @amazon_shipment_id end |
#fulfillment_center_id ⇒ String? (readonly)
Returns the value of attribute fulfillment_center_id.
1340 1341 1342 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1340 def fulfillment_center_id @fulfillment_center_id end |
#return_authorization_id ⇒ String? (readonly)
Returns the value of attribute return_authorization_id.
1341 1342 1343 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1341 def @return_authorization_id end |
#return_comment ⇒ String? (readonly)
Returns the value of attribute return_comment.
1342 1343 1344 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1342 def return_comment @return_comment end |
#return_received_condition ⇒ String? (readonly)
Returns the value of attribute return_received_condition.
1343 1344 1345 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1343 def return_received_condition @return_received_condition end |
#seller_fulfillment_order_item_id ⇒ String (readonly)
Returns the value of attribute seller_fulfillment_order_item_id.
1344 1345 1346 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1344 def seller_fulfillment_order_item_id @seller_fulfillment_order_item_id end |
#seller_return_item_id ⇒ String (readonly)
Returns the value of attribute seller_return_item_id.
1345 1346 1347 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1345 def seller_return_item_id @seller_return_item_id end |
#seller_return_reason_code ⇒ String (readonly)
Returns the value of attribute seller_return_reason_code.
1346 1347 1348 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1346 def seller_return_reason_code @seller_return_reason_code end |
#status ⇒ String (readonly)
Returns the value of attribute status.
1347 1348 1349 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1347 def status @status end |
#status_changed_date ⇒ String (readonly)
Returns the value of attribute status_changed_date.
1348 1349 1350 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1348 def status_changed_date @status_changed_date end |
Class Method Details
.[](amazon_shipment_id:, seller_fulfillment_order_item_id:, seller_return_item_id:, seller_return_reason_code:, status:, status_changed_date:, amazon_return_reason_code:, fulfillment_center_id:, return_authorization_id:, return_comment:, return_received_condition:) ⇒ Peddler::APIs::FulfillmentOutbound20200701::ReturnItem .[](arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10) ⇒ Peddler::APIs::FulfillmentOutbound20200701::ReturnItem
1331 1332 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1331
def self.[]: (amazon_shipment_id: String, seller_fulfillment_order_item_id: String, seller_return_item_id: String, seller_return_reason_code: String, status: String, status_changed_date: String, ?amazon_return_reason_code: String?, ?fulfillment_center_id: String?, ?return_authorization_id: String?, ?return_comment: String?, ?return_received_condition: String?) -> Peddler::APIs::FulfillmentOutbound20200701::ReturnItem
| (String, String, String, String, String, String, String?, String?, String?, String?, String?) -> Peddler::APIs::FulfillmentOutbound20200701::ReturnItem
|
.members ⇒ [ :amazon_shipment_id, :seller_fulfillment_order_item_id, :seller_return_item_id, :seller_return_reason_code, :status, :status_changed_date, :amazon_return_reason_code, :fulfillment_center_id, :return_authorization_id, :return_comment, :return_received_condition ]
1334 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1334
def self.members: () -> [ :amazon_shipment_id, :seller_fulfillment_order_item_id, :seller_return_item_id, :seller_return_reason_code, :status, :status_changed_date, :amazon_return_reason_code, :fulfillment_center_id, :return_authorization_id, :return_comment, :return_received_condition ]
|
.new(amazon_shipment_id:, seller_fulfillment_order_item_id:, seller_return_item_id:, seller_return_reason_code:, status:, status_changed_date:, amazon_return_reason_code:, fulfillment_center_id:, return_authorization_id:, return_comment:, return_received_condition:) ⇒ Peddler::APIs::FulfillmentOutbound20200701::ReturnItem .new(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10) ⇒ Peddler::APIs::FulfillmentOutbound20200701::ReturnItem
1329 1330 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1329
def self.new: (amazon_shipment_id: String, seller_fulfillment_order_item_id: String, seller_return_item_id: String, seller_return_reason_code: String, status: String, status_changed_date: String, ?amazon_return_reason_code: String?, ?fulfillment_center_id: String?, ?return_authorization_id: String?, ?return_comment: String?, ?return_received_condition: String?) -> Peddler::APIs::FulfillmentOutbound20200701::ReturnItem
| (String, String, String, String, String, String, String?, String?, String?, String?, String?) -> Peddler::APIs::FulfillmentOutbound20200701::ReturnItem
|
.parse ⇒ Peddler::APIs::FulfillmentOutbound20200701::ReturnItem
1336 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1336
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentOutbound20200701::ReturnItem
|
Instance Method Details
#members ⇒ [ :amazon_shipment_id, :seller_fulfillment_order_item_id, :seller_return_item_id, :seller_return_reason_code, :status, :status_changed_date, :amazon_return_reason_code, :fulfillment_center_id, :return_authorization_id, :return_comment, :return_received_condition ]
1350 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1350
def members: () -> [ :amazon_shipment_id, :seller_fulfillment_order_item_id, :seller_return_item_id, :seller_return_reason_code, :status, :status_changed_date, :amazon_return_reason_code, :fulfillment_center_id, :return_authorization_id, :return_comment, :return_received_condition ]
|
#to_h ⇒ { amazon_shipment_id: String, seller_fulfillment_order_item_id: String, seller_return_item_id: String, seller_return_reason_code: String, status: String, status_changed_date: String, amazon_return_reason_code: String?, fulfillment_center_id: String?, return_authorization_id: String?, return_comment: String?, return_received_condition: String? }
1351 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1351
def to_h: () -> { amazon_shipment_id: String, seller_fulfillment_order_item_id: String, seller_return_item_id: String, seller_return_reason_code: String, status: String, status_changed_date: String, amazon_return_reason_code: String?, fulfillment_center_id: String?, return_authorization_id: String?, return_comment: String?, return_received_condition: String? }
|