Class: Peddler::APIs::FulfillmentOutbound20200701::ReturnAuthorization
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentOutbound20200701::ReturnAuthorization
- Defined in:
- sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs
Instance Attribute Summary collapse
-
#amazon_rma_id ⇒ String
readonly
Returns the value of attribute amazon_rma_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_to_address ⇒ Peddler::APIs::FulfillmentOutbound20200701::Address
readonly
Returns the value of attribute return_to_address.
-
#rma_page_url ⇒ String
readonly
Returns the value of attribute rma_page_url.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :amazon_rma_id, :fulfillment_center_id, :return_authorization_id, :return_to_address, :rma_page_url ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FulfillmentOutbound20200701::ReturnAuthorization
Instance Method Summary collapse
-
#members ⇒ [ :amazon_rma_id, :fulfillment_center_id, :return_authorization_id, :return_to_address, :rma_page_url ]
-
#to_h ⇒ { amazon_rma_id: String, fulfillment_center_id: String, return_authorization_id: String, return_to_address: Peddler::APIs::FulfillmentOutbound20200701::Address, rma_page_url: String }
Instance Attribute Details
#amazon_rma_id ⇒ String (readonly)
Returns the value of attribute amazon_rma_id.
1314 1315 1316 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1314 def amazon_rma_id @amazon_rma_id end |
#fulfillment_center_id ⇒ String (readonly)
Returns the value of attribute fulfillment_center_id.
1315 1316 1317 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1315 def fulfillment_center_id @fulfillment_center_id end |
#return_authorization_id ⇒ String (readonly)
Returns the value of attribute return_authorization_id.
1316 1317 1318 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1316 def @return_authorization_id end |
#return_to_address ⇒ Peddler::APIs::FulfillmentOutbound20200701::Address (readonly)
Returns the value of attribute return_to_address.
1317 1318 1319 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1317 def return_to_address @return_to_address end |
#rma_page_url ⇒ String (readonly)
Returns the value of attribute rma_page_url.
1318 1319 1320 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1318 def rma_page_url @rma_page_url end |
Class Method Details
.[](amazon_rma_id:, fulfillment_center_id:, return_authorization_id:, return_to_address:, rma_page_url:) ⇒ Peddler::APIs::FulfillmentOutbound20200701::ReturnAuthorization .[](arg0, arg1, arg2, arg3, arg4) ⇒ Peddler::APIs::FulfillmentOutbound20200701::ReturnAuthorization
1307 1308 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1307
def self.[]: (amazon_rma_id: String, fulfillment_center_id: String, return_authorization_id: String, return_to_address: Peddler::APIs::FulfillmentOutbound20200701::Address, rma_page_url: String) -> Peddler::APIs::FulfillmentOutbound20200701::ReturnAuthorization
| (String, String, String, Peddler::APIs::FulfillmentOutbound20200701::Address, String) -> Peddler::APIs::FulfillmentOutbound20200701::ReturnAuthorization
|
.members ⇒ [ :amazon_rma_id, :fulfillment_center_id, :return_authorization_id, :return_to_address, :rma_page_url ]
1310 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1310
def self.members: () -> [ :amazon_rma_id, :fulfillment_center_id, :return_authorization_id, :return_to_address, :rma_page_url ]
|
.new(amazon_rma_id:, fulfillment_center_id:, return_authorization_id:, return_to_address:, rma_page_url:) ⇒ Peddler::APIs::FulfillmentOutbound20200701::ReturnAuthorization .new(arg0, arg1, arg2, arg3, arg4) ⇒ Peddler::APIs::FulfillmentOutbound20200701::ReturnAuthorization
1305 1306 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1305
def self.new: (amazon_rma_id: String, fulfillment_center_id: String, return_authorization_id: String, return_to_address: Peddler::APIs::FulfillmentOutbound20200701::Address, rma_page_url: String) -> Peddler::APIs::FulfillmentOutbound20200701::ReturnAuthorization
| (String, String, String, Peddler::APIs::FulfillmentOutbound20200701::Address, String) -> Peddler::APIs::FulfillmentOutbound20200701::ReturnAuthorization
|
.parse ⇒ Peddler::APIs::FulfillmentOutbound20200701::ReturnAuthorization
1312 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1312
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentOutbound20200701::ReturnAuthorization
|
Instance Method Details
#members ⇒ [ :amazon_rma_id, :fulfillment_center_id, :return_authorization_id, :return_to_address, :rma_page_url ]
1320 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1320
def members: () -> [ :amazon_rma_id, :fulfillment_center_id, :return_authorization_id, :return_to_address, :rma_page_url ]
|
#to_h ⇒ { amazon_rma_id: String, fulfillment_center_id: String, return_authorization_id: String, return_to_address: Peddler::APIs::FulfillmentOutbound20200701::Address, rma_page_url: String }
1321 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1321
def to_h: () -> { amazon_rma_id: String, fulfillment_center_id: String, return_authorization_id: String, return_to_address: Peddler::APIs::FulfillmentOutbound20200701::Address, rma_page_url: String }
|