Class: Peddler::APIs::FulfillmentOutbound20200701::ReturnAuthorization

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#amazon_rma_idString (readonly)

Returns the value of attribute amazon_rma_id.

Returns:

  • (String)


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

Returns the value of attribute fulfillment_center_id.

Returns:

  • (String)


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

Returns the value of attribute return_authorization_id.

Returns:

  • (String)


1316
1317
1318
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1316

def return_authorization_id
  @return_authorization_id
end

#return_to_addressPeddler::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_urlString (readonly)

Returns the value of attribute rma_page_url.

Returns:

  • (String)


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

Overloads:



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 ]

Returns:

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

Overloads:



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

.parsePeddler::APIs::FulfillmentOutbound20200701::ReturnAuthorization

Parameters:

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

Returns:



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 ]

Returns:

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

Returns:



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 }