Class: Peddler::APIs::FulfillmentOutbound20200701::CreateFulfillmentReturnResult

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

#invalid_return_itemsArray[Peddler::APIs::FulfillmentOutbound20200701::InvalidReturnItem]? (readonly)

Returns the value of attribute invalid_return_items.



202
203
204
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 202

def invalid_return_items
  @invalid_return_items
end

#return_authorizationsArray[Peddler::APIs::FulfillmentOutbound20200701::ReturnAuthorization]? (readonly)

Returns the value of attribute return_authorizations.



203
204
205
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 203

def return_authorizations
  @return_authorizations
end

#return_itemsArray[Peddler::APIs::FulfillmentOutbound20200701::ReturnItem]? (readonly)

Returns the value of attribute return_items.



204
205
206
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 204

def return_items
  @return_items
end

Class Method Details

.[](invalid_return_items:, return_authorizations:, return_items:) ⇒ Peddler::APIs::FulfillmentOutbound20200701::CreateFulfillmentReturnResult .[](arg0, arg1, arg2) ⇒ Peddler::APIs::FulfillmentOutbound20200701::CreateFulfillmentReturnResult



195
196
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 195

def self.[]: (?invalid_return_items: Array[Peddler::APIs::FulfillmentOutbound20200701::InvalidReturnItem]?, ?return_authorizations: Array[Peddler::APIs::FulfillmentOutbound20200701::ReturnAuthorization]?, ?return_items: Array[Peddler::APIs::FulfillmentOutbound20200701::ReturnItem]?) -> Peddler::APIs::FulfillmentOutbound20200701::CreateFulfillmentReturnResult
| (Array[Peddler::APIs::FulfillmentOutbound20200701::InvalidReturnItem]?, Array[Peddler::APIs::FulfillmentOutbound20200701::ReturnAuthorization]?, Array[Peddler::APIs::FulfillmentOutbound20200701::ReturnItem]?) -> Peddler::APIs::FulfillmentOutbound20200701::CreateFulfillmentReturnResult

.members[ :invalid_return_items, :return_authorizations, :return_items ]

Returns:

  • ([ :invalid_return_items, :return_authorizations, :return_items ])


198
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 198

def self.members: () -> [ :invalid_return_items, :return_authorizations, :return_items ]

.new(invalid_return_items:, return_authorizations:, return_items:) ⇒ Peddler::APIs::FulfillmentOutbound20200701::CreateFulfillmentReturnResult .new(arg0, arg1, arg2) ⇒ Peddler::APIs::FulfillmentOutbound20200701::CreateFulfillmentReturnResult



193
194
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 193

def self.new: (?invalid_return_items: Array[Peddler::APIs::FulfillmentOutbound20200701::InvalidReturnItem]?, ?return_authorizations: Array[Peddler::APIs::FulfillmentOutbound20200701::ReturnAuthorization]?, ?return_items: Array[Peddler::APIs::FulfillmentOutbound20200701::ReturnItem]?) -> Peddler::APIs::FulfillmentOutbound20200701::CreateFulfillmentReturnResult
| (Array[Peddler::APIs::FulfillmentOutbound20200701::InvalidReturnItem]?, Array[Peddler::APIs::FulfillmentOutbound20200701::ReturnAuthorization]?, Array[Peddler::APIs::FulfillmentOutbound20200701::ReturnItem]?) -> Peddler::APIs::FulfillmentOutbound20200701::CreateFulfillmentReturnResult

.parsePeddler::APIs::FulfillmentOutbound20200701::CreateFulfillmentReturnResult

Parameters:

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

Returns:



200
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 200

def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentOutbound20200701::CreateFulfillmentReturnResult

Instance Method Details

#members[ :invalid_return_items, :return_authorizations, :return_items ]

Returns:

  • ([ :invalid_return_items, :return_authorizations, :return_items ])


206
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 206

def members: () -> [ :invalid_return_items, :return_authorizations, :return_items ]

#to_h{ invalid_return_items: Array[Peddler::APIs::FulfillmentOutbound20200701::InvalidReturnItem]?, return_authorizations: Array[Peddler::APIs::FulfillmentOutbound20200701::ReturnAuthorization]?, return_items: Array[Peddler::APIs::FulfillmentOutbound20200701::ReturnItem]? }



207
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 207

def to_h: () -> { invalid_return_items: Array[Peddler::APIs::FulfillmentOutbound20200701::InvalidReturnItem]?, return_authorizations: Array[Peddler::APIs::FulfillmentOutbound20200701::ReturnAuthorization]?, return_items: Array[Peddler::APIs::FulfillmentOutbound20200701::ReturnItem]? }