Class: Peddler::APIs::ShipmentInvoicingV0::BuyerTaxInfo
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ShipmentInvoicingV0::BuyerTaxInfo
- Defined in:
- sig/peddler/apis/shipment_invoicing_v0.rbs
Instance Attribute Summary collapse
-
#company_legal_name ⇒ String?
readonly
Returns the value of attribute company_legal_name.
-
#tax_classifications ⇒ Array[Peddler::APIs::ShipmentInvoicingV0::TaxClassification]?
readonly
Returns the value of attribute tax_classifications.
-
#taxing_region ⇒ String?
readonly
Returns the value of attribute taxing_region.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :company_legal_name, :tax_classifications, :taxing_region ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::ShipmentInvoicingV0::BuyerTaxInfo
Instance Method Summary collapse
-
#members ⇒ [ :company_legal_name, :tax_classifications, :taxing_region ]
-
#to_h ⇒ { company_legal_name: String?, tax_classifications: Array[Peddler::APIs::ShipmentInvoicingV0::TaxClassification]?, taxing_region: String? }
Instance Attribute Details
#company_legal_name ⇒ String? (readonly)
Returns the value of attribute company_legal_name.
41 42 43 |
# File 'sig/peddler/apis/shipment_invoicing_v0.rbs', line 41 def company_legal_name @company_legal_name end |
#tax_classifications ⇒ Array[Peddler::APIs::ShipmentInvoicingV0::TaxClassification]? (readonly)
Returns the value of attribute tax_classifications.
42 43 44 |
# File 'sig/peddler/apis/shipment_invoicing_v0.rbs', line 42 def tax_classifications @tax_classifications end |
#taxing_region ⇒ String? (readonly)
Returns the value of attribute taxing_region.
43 44 45 |
# File 'sig/peddler/apis/shipment_invoicing_v0.rbs', line 43 def taxing_region @taxing_region end |
Class Method Details
.[](company_legal_name:, tax_classifications:, taxing_region:) ⇒ Peddler::APIs::ShipmentInvoicingV0::BuyerTaxInfo .[](arg0, arg1, arg2) ⇒ Peddler::APIs::ShipmentInvoicingV0::BuyerTaxInfo
34 35 |
# File 'sig/peddler/apis/shipment_invoicing_v0.rbs', line 34
def self.[]: (?company_legal_name: String?, ?tax_classifications: Array[Peddler::APIs::ShipmentInvoicingV0::TaxClassification]?, ?taxing_region: String?) -> Peddler::APIs::ShipmentInvoicingV0::BuyerTaxInfo
| (String?, Array[Peddler::APIs::ShipmentInvoicingV0::TaxClassification]?, String?) -> Peddler::APIs::ShipmentInvoicingV0::BuyerTaxInfo
|
.members ⇒ [ :company_legal_name, :tax_classifications, :taxing_region ]
37 |
# File 'sig/peddler/apis/shipment_invoicing_v0.rbs', line 37
def self.members: () -> [ :company_legal_name, :tax_classifications, :taxing_region ]
|
.new(company_legal_name:, tax_classifications:, taxing_region:) ⇒ Peddler::APIs::ShipmentInvoicingV0::BuyerTaxInfo .new(arg0, arg1, arg2) ⇒ Peddler::APIs::ShipmentInvoicingV0::BuyerTaxInfo
32 33 |
# File 'sig/peddler/apis/shipment_invoicing_v0.rbs', line 32
def self.new: (?company_legal_name: String?, ?tax_classifications: Array[Peddler::APIs::ShipmentInvoicingV0::TaxClassification]?, ?taxing_region: String?) -> Peddler::APIs::ShipmentInvoicingV0::BuyerTaxInfo
| (String?, Array[Peddler::APIs::ShipmentInvoicingV0::TaxClassification]?, String?) -> Peddler::APIs::ShipmentInvoicingV0::BuyerTaxInfo
|
.parse ⇒ Peddler::APIs::ShipmentInvoicingV0::BuyerTaxInfo
39 |
# File 'sig/peddler/apis/shipment_invoicing_v0.rbs', line 39
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ShipmentInvoicingV0::BuyerTaxInfo
|
Instance Method Details
#members ⇒ [ :company_legal_name, :tax_classifications, :taxing_region ]
45 |
# File 'sig/peddler/apis/shipment_invoicing_v0.rbs', line 45
def members: () -> [ :company_legal_name, :tax_classifications, :taxing_region ]
|
#to_h ⇒ { company_legal_name: String?, tax_classifications: Array[Peddler::APIs::ShipmentInvoicingV0::TaxClassification]?, taxing_region: String? }
46 |
# File 'sig/peddler/apis/shipment_invoicing_v0.rbs', line 46
def to_h: () -> { company_legal_name: String?, tax_classifications: Array[Peddler::APIs::ShipmentInvoicingV0::TaxClassification]?, taxing_region: String? }
|