Class: Peddler::APIs::FulfillmentInbound20240320::ComplianceDetail
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentInbound20240320::ComplianceDetail
- Defined in:
- sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs
Instance Attribute Summary collapse
-
#asin ⇒ String?
readonly
Returns the value of attribute asin.
-
#fnsku ⇒ String?
readonly
Returns the value of attribute fnsku.
-
#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 ⇒ [ :asin, :fnsku, :msku, :tax_details ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::ComplianceDetail
Instance Method Summary collapse
-
#members ⇒ [ :asin, :fnsku, :msku, :tax_details ]
-
#to_h ⇒ { asin: String?, fnsku: String?, msku: String?, tax_details: Peddler::APIs::FulfillmentInbound20240320::TaxDetails? }
Instance Attribute Details
#asin ⇒ String? (readonly)
Returns the value of attribute asin.
265 266 267 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 265 def asin @asin end |
#fnsku ⇒ String? (readonly)
Returns the value of attribute fnsku.
266 267 268 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 266 def fnsku @fnsku end |
#msku ⇒ String? (readonly)
Returns the value of attribute msku.
267 268 269 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 267 def msku @msku end |
#tax_details ⇒ Peddler::APIs::FulfillmentInbound20240320::TaxDetails? (readonly)
Returns the value of attribute tax_details.
268 269 270 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 268 def tax_details @tax_details end |
Class Method Details
.[](asin:, fnsku:, msku:, tax_details:) ⇒ Peddler::APIs::FulfillmentInbound20240320::ComplianceDetail .[](arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::FulfillmentInbound20240320::ComplianceDetail
258 259 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 258
def self.[]: (?asin: String?, ?fnsku: String?, ?msku: String?, ?tax_details: Peddler::APIs::FulfillmentInbound20240320::TaxDetails?) -> Peddler::APIs::FulfillmentInbound20240320::ComplianceDetail
| (String?, String?, String?, Peddler::APIs::FulfillmentInbound20240320::TaxDetails?) -> Peddler::APIs::FulfillmentInbound20240320::ComplianceDetail
|
.members ⇒ [ :asin, :fnsku, :msku, :tax_details ]
261 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 261
def self.members: () -> [ :asin, :fnsku, :msku, :tax_details ]
|
.new(asin:, fnsku:, msku:, tax_details:) ⇒ Peddler::APIs::FulfillmentInbound20240320::ComplianceDetail .new(arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::FulfillmentInbound20240320::ComplianceDetail
256 257 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 256
def self.new: (?asin: String?, ?fnsku: String?, ?msku: String?, ?tax_details: Peddler::APIs::FulfillmentInbound20240320::TaxDetails?) -> Peddler::APIs::FulfillmentInbound20240320::ComplianceDetail
| (String?, String?, String?, Peddler::APIs::FulfillmentInbound20240320::TaxDetails?) -> Peddler::APIs::FulfillmentInbound20240320::ComplianceDetail
|
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::ComplianceDetail
263 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 263
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentInbound20240320::ComplianceDetail
|
Instance Method Details
#members ⇒ [ :asin, :fnsku, :msku, :tax_details ]
270 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 270
def members: () -> [ :asin, :fnsku, :msku, :tax_details ]
|
#to_h ⇒ { asin: String?, fnsku: String?, msku: String?, tax_details: Peddler::APIs::FulfillmentInbound20240320::TaxDetails? }
271 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 271
def to_h: () -> { asin: String?, fnsku: String?, msku: String?, tax_details: Peddler::APIs::FulfillmentInbound20240320::TaxDetails? }
|