Class: Peddler::APIs::ExternalFulfillmentReturns20240911::ReturnMetadata
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ExternalFulfillmentReturns20240911::ReturnMetadata
- Defined in:
- sig/peddler/apis/external_fulfillment_returns_2024_09_11.rbs
Instance Attribute Summary collapse
-
#fulfillment_order_id ⇒ String?
readonly
Returns the value of attribute fulfillment_order_id.
-
#invoice_information ⇒ Peddler::APIs::ExternalFulfillmentReturns20240911::InvoiceInformation?
readonly
Returns the value of attribute invoice_information.
-
#return_reason ⇒ String
readonly
Returns the value of attribute return_reason.
-
#rma_id ⇒ String?
readonly
Returns the value of attribute rma_id.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :return_reason, :fulfillment_order_id, :invoice_information, :rma_id ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::ExternalFulfillmentReturns20240911::ReturnMetadata
Instance Method Summary collapse
-
#members ⇒ [ :return_reason, :fulfillment_order_id, :invoice_information, :rma_id ]
-
#to_h ⇒ { return_reason: String, fulfillment_order_id: String?, invoice_information: Peddler::APIs::ExternalFulfillmentReturns20240911::InvoiceInformation?, rma_id: String? }
Instance Attribute Details
#fulfillment_order_id ⇒ String? (readonly)
Returns the value of attribute fulfillment_order_id.
167 168 169 |
# File 'sig/peddler/apis/external_fulfillment_returns_2024_09_11.rbs', line 167 def fulfillment_order_id @fulfillment_order_id end |
#invoice_information ⇒ Peddler::APIs::ExternalFulfillmentReturns20240911::InvoiceInformation? (readonly)
Returns the value of attribute invoice_information.
168 169 170 |
# File 'sig/peddler/apis/external_fulfillment_returns_2024_09_11.rbs', line 168 def invoice_information @invoice_information end |
#return_reason ⇒ String (readonly)
Returns the value of attribute return_reason.
169 170 171 |
# File 'sig/peddler/apis/external_fulfillment_returns_2024_09_11.rbs', line 169 def return_reason @return_reason end |
#rma_id ⇒ String? (readonly)
Returns the value of attribute rma_id.
170 171 172 |
# File 'sig/peddler/apis/external_fulfillment_returns_2024_09_11.rbs', line 170 def rma_id @rma_id end |
Class Method Details
.[](return_reason:, fulfillment_order_id:, invoice_information:, rma_id:) ⇒ Peddler::APIs::ExternalFulfillmentReturns20240911::ReturnMetadata .[](arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::ExternalFulfillmentReturns20240911::ReturnMetadata
160 161 |
# File 'sig/peddler/apis/external_fulfillment_returns_2024_09_11.rbs', line 160
def self.[]: (return_reason: String, ?fulfillment_order_id: String?, ?invoice_information: Peddler::APIs::ExternalFulfillmentReturns20240911::InvoiceInformation?, ?rma_id: String?) -> Peddler::APIs::ExternalFulfillmentReturns20240911::ReturnMetadata
| (String, String?, Peddler::APIs::ExternalFulfillmentReturns20240911::InvoiceInformation?, String?) -> Peddler::APIs::ExternalFulfillmentReturns20240911::ReturnMetadata
|
.members ⇒ [ :return_reason, :fulfillment_order_id, :invoice_information, :rma_id ]
163 |
# File 'sig/peddler/apis/external_fulfillment_returns_2024_09_11.rbs', line 163
def self.members: () -> [ :return_reason, :fulfillment_order_id, :invoice_information, :rma_id ]
|
.new(return_reason:, fulfillment_order_id:, invoice_information:, rma_id:) ⇒ Peddler::APIs::ExternalFulfillmentReturns20240911::ReturnMetadata .new(arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::ExternalFulfillmentReturns20240911::ReturnMetadata
158 159 |
# File 'sig/peddler/apis/external_fulfillment_returns_2024_09_11.rbs', line 158
def self.new: (return_reason: String, ?fulfillment_order_id: String?, ?invoice_information: Peddler::APIs::ExternalFulfillmentReturns20240911::InvoiceInformation?, ?rma_id: String?) -> Peddler::APIs::ExternalFulfillmentReturns20240911::ReturnMetadata
| (String, String?, Peddler::APIs::ExternalFulfillmentReturns20240911::InvoiceInformation?, String?) -> Peddler::APIs::ExternalFulfillmentReturns20240911::ReturnMetadata
|
.parse ⇒ Peddler::APIs::ExternalFulfillmentReturns20240911::ReturnMetadata
165 |
# File 'sig/peddler/apis/external_fulfillment_returns_2024_09_11.rbs', line 165
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ExternalFulfillmentReturns20240911::ReturnMetadata
|
Instance Method Details
#members ⇒ [ :return_reason, :fulfillment_order_id, :invoice_information, :rma_id ]
172 |
# File 'sig/peddler/apis/external_fulfillment_returns_2024_09_11.rbs', line 172
def members: () -> [ :return_reason, :fulfillment_order_id, :invoice_information, :rma_id ]
|
#to_h ⇒ { return_reason: String, fulfillment_order_id: String?, invoice_information: Peddler::APIs::ExternalFulfillmentReturns20240911::InvoiceInformation?, rma_id: String? }
173 |
# File 'sig/peddler/apis/external_fulfillment_returns_2024_09_11.rbs', line 173
def to_h: () -> { return_reason: String, fulfillment_order_id: String?, invoice_information: Peddler::APIs::ExternalFulfillmentReturns20240911::InvoiceInformation?, rma_id: String? }
|