Class: Peddler::APIs::VendorOrdersV1::TaxRegistrationDetails
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::VendorOrdersV1::TaxRegistrationDetails
- Defined in:
- sig/peddler/apis/vendor_orders_v1.rbs
Instance Attribute Summary collapse
-
#tax_registration_number ⇒ String
readonly
Returns the value of attribute tax_registration_number.
-
#tax_registration_type ⇒ String
readonly
Returns the value of attribute tax_registration_type.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :tax_registration_number, :tax_registration_type ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::VendorOrdersV1::TaxRegistrationDetails
Instance Method Summary collapse
-
#members ⇒ [ :tax_registration_number, :tax_registration_type ]
-
#to_h ⇒ { tax_registration_number: String, tax_registration_type: String }
Instance Attribute Details
#tax_registration_number ⇒ String (readonly)
Returns the value of attribute tax_registration_number.
469 470 471 |
# File 'sig/peddler/apis/vendor_orders_v1.rbs', line 469 def tax_registration_number @tax_registration_number end |
#tax_registration_type ⇒ String (readonly)
Returns the value of attribute tax_registration_type.
470 471 472 |
# File 'sig/peddler/apis/vendor_orders_v1.rbs', line 470 def tax_registration_type @tax_registration_type end |
Class Method Details
.[](tax_registration_number:, tax_registration_type:) ⇒ Peddler::APIs::VendorOrdersV1::TaxRegistrationDetails .[](arg0, arg1) ⇒ Peddler::APIs::VendorOrdersV1::TaxRegistrationDetails
462 463 |
# File 'sig/peddler/apis/vendor_orders_v1.rbs', line 462
def self.[]: (tax_registration_number: String, tax_registration_type: String) -> Peddler::APIs::VendorOrdersV1::TaxRegistrationDetails
| (String, String) -> Peddler::APIs::VendorOrdersV1::TaxRegistrationDetails
|
.members ⇒ [ :tax_registration_number, :tax_registration_type ]
465 |
# File 'sig/peddler/apis/vendor_orders_v1.rbs', line 465
def self.members: () -> [ :tax_registration_number, :tax_registration_type ]
|
.new(tax_registration_number:, tax_registration_type:) ⇒ Peddler::APIs::VendorOrdersV1::TaxRegistrationDetails .new(arg0, arg1) ⇒ Peddler::APIs::VendorOrdersV1::TaxRegistrationDetails
460 461 |
# File 'sig/peddler/apis/vendor_orders_v1.rbs', line 460
def self.new: (tax_registration_number: String, tax_registration_type: String) -> Peddler::APIs::VendorOrdersV1::TaxRegistrationDetails
| (String, String) -> Peddler::APIs::VendorOrdersV1::TaxRegistrationDetails
|
.parse ⇒ Peddler::APIs::VendorOrdersV1::TaxRegistrationDetails
467 |
# File 'sig/peddler/apis/vendor_orders_v1.rbs', line 467
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::VendorOrdersV1::TaxRegistrationDetails
|
Instance Method Details
#members ⇒ [ :tax_registration_number, :tax_registration_type ]
472 |
# File 'sig/peddler/apis/vendor_orders_v1.rbs', line 472
def members: () -> [ :tax_registration_number, :tax_registration_type ]
|
#to_h ⇒ { tax_registration_number: String, tax_registration_type: String }
473 |
# File 'sig/peddler/apis/vendor_orders_v1.rbs', line 473
def to_h: () -> { tax_registration_number: String, tax_registration_type: String }
|