Class: Peddler::APIs::OrdersV0::MarketplaceTaxInfo
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::OrdersV0::MarketplaceTaxInfo
- Defined in:
- sig/peddler/apis/orders_v0.rbs
Instance Attribute Summary collapse
-
#tax_classifications ⇒ Array[Peddler::APIs::OrdersV0::TaxClassification]?
readonly
Returns the value of attribute tax_classifications.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :tax_classifications ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::OrdersV0::MarketplaceTaxInfo
Instance Method Summary collapse
-
#members ⇒ [ :tax_classifications ]
-
#to_h ⇒ { tax_classifications: Array[Peddler::APIs::OrdersV0::TaxClassification]? }
Instance Attribute Details
#tax_classifications ⇒ Array[Peddler::APIs::OrdersV0::TaxClassification]? (readonly)
Returns the value of attribute tax_classifications.
493 494 495 |
# File 'sig/peddler/apis/orders_v0.rbs', line 493 def tax_classifications @tax_classifications end |
Class Method Details
.[](tax_classifications:) ⇒ Peddler::APIs::OrdersV0::MarketplaceTaxInfo .[](arg0) ⇒ Peddler::APIs::OrdersV0::MarketplaceTaxInfo
486 487 |
# File 'sig/peddler/apis/orders_v0.rbs', line 486
def self.[]: (?tax_classifications: Array[Peddler::APIs::OrdersV0::TaxClassification]?) -> Peddler::APIs::OrdersV0::MarketplaceTaxInfo
| (Array[Peddler::APIs::OrdersV0::TaxClassification]?) -> Peddler::APIs::OrdersV0::MarketplaceTaxInfo
|
.members ⇒ [ :tax_classifications ]
489 |
# File 'sig/peddler/apis/orders_v0.rbs', line 489
def self.members: () -> [ :tax_classifications ]
|
.new(tax_classifications:) ⇒ Peddler::APIs::OrdersV0::MarketplaceTaxInfo .new(arg0) ⇒ Peddler::APIs::OrdersV0::MarketplaceTaxInfo
484 485 |
# File 'sig/peddler/apis/orders_v0.rbs', line 484
def self.new: (?tax_classifications: Array[Peddler::APIs::OrdersV0::TaxClassification]?) -> Peddler::APIs::OrdersV0::MarketplaceTaxInfo
| (Array[Peddler::APIs::OrdersV0::TaxClassification]?) -> Peddler::APIs::OrdersV0::MarketplaceTaxInfo
|
.parse ⇒ Peddler::APIs::OrdersV0::MarketplaceTaxInfo
491 |
# File 'sig/peddler/apis/orders_v0.rbs', line 491
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::OrdersV0::MarketplaceTaxInfo
|
Instance Method Details
#members ⇒ [ :tax_classifications ]
495 |
# File 'sig/peddler/apis/orders_v0.rbs', line 495
def members: () -> [ :tax_classifications ]
|
#to_h ⇒ { tax_classifications: Array[Peddler::APIs::OrdersV0::TaxClassification]? }
496 |
# File 'sig/peddler/apis/orders_v0.rbs', line 496
def to_h: () -> { tax_classifications: Array[Peddler::APIs::OrdersV0::TaxClassification]? }
|