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.
2059 2060 2061 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 2059 def msku @msku end |
#tax_details ⇒ Peddler::APIs::FulfillmentInbound20240320::TaxDetails (readonly)
Returns the value of attribute tax_details.
2060 2061 2062 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 2060 def tax_details @tax_details end |
Class Method Details
.[](msku:, tax_details:) ⇒ Peddler::APIs::FulfillmentInbound20240320::UpdateItemComplianceDetailsRequest .[](arg0, arg1) ⇒ Peddler::APIs::FulfillmentInbound20240320::UpdateItemComplianceDetailsRequest
2052 2053 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 2052
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 ]
2055 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 2055
def self.members: () -> [ :msku, :tax_details ]
|
.new(msku:, tax_details:) ⇒ Peddler::APIs::FulfillmentInbound20240320::UpdateItemComplianceDetailsRequest .new(arg0, arg1) ⇒ Peddler::APIs::FulfillmentInbound20240320::UpdateItemComplianceDetailsRequest
2050 2051 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 2050
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
2057 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 2057
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentInbound20240320::UpdateItemComplianceDetailsRequest
|
Instance Method Details
#members ⇒ [ :msku, :tax_details ]
2062 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 2062
def members: () -> [ :msku, :tax_details ]
|
#to_h ⇒ { msku: String, tax_details: Peddler::APIs::FulfillmentInbound20240320::TaxDetails }
2063 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 2063
def to_h: () -> { msku: String, tax_details: Peddler::APIs::FulfillmentInbound20240320::TaxDetails }
|