Class: Peddler::APIs::FulfillmentInbound20240320::UpdateItemComplianceDetailsRequest
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentInbound20240320::UpdateItemComplianceDetailsRequest
- Defined in:
- sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs
Instance Attribute Summary collapse
-
#msku ⇒ String
readonly
Returns the value of attribute msku.
-
#tax_details ⇒ Peddler::APIs::FulfillmentInbound20240320::TaxDetails
readonly
Returns the value of attribute tax_details.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :msku, :tax_details ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::UpdateItemComplianceDetailsRequest
Instance Method Summary collapse
-
#members ⇒ [ :msku, :tax_details ]
-
#to_h ⇒ { msku: String, tax_details: Peddler::APIs::FulfillmentInbound20240320::TaxDetails }
Instance Attribute Details
#msku ⇒ String (readonly)
Returns the value of attribute msku.
2058 2059 2060 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 2058 def msku @msku end |
#tax_details ⇒ Peddler::APIs::FulfillmentInbound20240320::TaxDetails (readonly)
Returns the value of attribute tax_details.
2059 2060 2061 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 2059 def tax_details @tax_details end |
Class Method Details
.[](msku:, tax_details:) ⇒ Peddler::APIs::FulfillmentInbound20240320::UpdateItemComplianceDetailsRequest .[](arg0, arg1) ⇒ Peddler::APIs::FulfillmentInbound20240320::UpdateItemComplianceDetailsRequest
2051 2052 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 2051
def self.[]: (msku: String, tax_details: Peddler::APIs::FulfillmentInbound20240320::TaxDetails) -> Peddler::APIs::FulfillmentInbound20240320::UpdateItemComplianceDetailsRequest
| (String, Peddler::APIs::FulfillmentInbound20240320::TaxDetails) -> Peddler::APIs::FulfillmentInbound20240320::UpdateItemComplianceDetailsRequest
|
.members ⇒ [ :msku, :tax_details ]
2054 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 2054
def self.members: () -> [ :msku, :tax_details ]
|
.new(msku:, tax_details:) ⇒ Peddler::APIs::FulfillmentInbound20240320::UpdateItemComplianceDetailsRequest .new(arg0, arg1) ⇒ Peddler::APIs::FulfillmentInbound20240320::UpdateItemComplianceDetailsRequest
2049 2050 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 2049
def self.new: (msku: String, tax_details: Peddler::APIs::FulfillmentInbound20240320::TaxDetails) -> Peddler::APIs::FulfillmentInbound20240320::UpdateItemComplianceDetailsRequest
| (String, Peddler::APIs::FulfillmentInbound20240320::TaxDetails) -> Peddler::APIs::FulfillmentInbound20240320::UpdateItemComplianceDetailsRequest
|
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::UpdateItemComplianceDetailsRequest
2056 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 2056
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentInbound20240320::UpdateItemComplianceDetailsRequest
|
Instance Method Details
#members ⇒ [ :msku, :tax_details ]
2061 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 2061
def members: () -> [ :msku, :tax_details ]
|
#to_h ⇒ { msku: String, tax_details: Peddler::APIs::FulfillmentInbound20240320::TaxDetails }
2062 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 2062
def to_h: () -> { msku: String, tax_details: Peddler::APIs::FulfillmentInbound20240320::TaxDetails }
|