Class: Peddler::APIs::ExternalFulfillmentReturns20240911::InvoiceInformation

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

#idString (readonly)

Returns the value of attribute id.

Returns:

  • (String)


48
49
50
# File 'sig/peddler/apis/external_fulfillment_returns_2024_09_11.rbs', line 48

def id
  @id
end

Class Method Details

.[](id:) ⇒ Peddler::APIs::ExternalFulfillmentReturns20240911::InvoiceInformation .[](arg0) ⇒ Peddler::APIs::ExternalFulfillmentReturns20240911::InvoiceInformation



41
42
# File 'sig/peddler/apis/external_fulfillment_returns_2024_09_11.rbs', line 41

def self.[]: (id: String) -> Peddler::APIs::ExternalFulfillmentReturns20240911::InvoiceInformation
| (String) -> Peddler::APIs::ExternalFulfillmentReturns20240911::InvoiceInformation

.members[ :id ]

Returns:

  • ([ :id ])


44
# File 'sig/peddler/apis/external_fulfillment_returns_2024_09_11.rbs', line 44

def self.members: () -> [ :id ]

.new(id:) ⇒ Peddler::APIs::ExternalFulfillmentReturns20240911::InvoiceInformation .new(arg0) ⇒ Peddler::APIs::ExternalFulfillmentReturns20240911::InvoiceInformation



39
40
# File 'sig/peddler/apis/external_fulfillment_returns_2024_09_11.rbs', line 39

def self.new: (id: String) -> Peddler::APIs::ExternalFulfillmentReturns20240911::InvoiceInformation
| (String) -> Peddler::APIs::ExternalFulfillmentReturns20240911::InvoiceInformation

.parsePeddler::APIs::ExternalFulfillmentReturns20240911::InvoiceInformation

Parameters:

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

Returns:



46
# File 'sig/peddler/apis/external_fulfillment_returns_2024_09_11.rbs', line 46

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

Instance Method Details

#members[ :id ]

Returns:

  • ([ :id ])


50
# File 'sig/peddler/apis/external_fulfillment_returns_2024_09_11.rbs', line 50

def members: () -> [ :id ]

#to_h{ id: String }

Returns:

  • ({ id: String })


51
# File 'sig/peddler/apis/external_fulfillment_returns_2024_09_11.rbs', line 51

def to_h: () -> { id: String }