Class: Peddler::APIs::VendorInvoicesV1::TaxRegistrationDetails
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::VendorInvoicesV1::TaxRegistrationDetails
- Defined in:
- sig/peddler/apis/vendor_invoices_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::VendorInvoicesV1::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.
305 306 307 |
# File 'sig/peddler/apis/vendor_invoices_v1.rbs', line 305 def tax_registration_number @tax_registration_number end |
#tax_registration_type ⇒ String (readonly)
Returns the value of attribute tax_registration_type.
306 307 308 |
# File 'sig/peddler/apis/vendor_invoices_v1.rbs', line 306 def tax_registration_type @tax_registration_type end |
Class Method Details
.[](tax_registration_number:, tax_registration_type:) ⇒ Peddler::APIs::VendorInvoicesV1::TaxRegistrationDetails .[](arg0, arg1) ⇒ Peddler::APIs::VendorInvoicesV1::TaxRegistrationDetails
298 299 |
# File 'sig/peddler/apis/vendor_invoices_v1.rbs', line 298
def self.[]: (tax_registration_number: String, tax_registration_type: String) -> Peddler::APIs::VendorInvoicesV1::TaxRegistrationDetails
| (String, String) -> Peddler::APIs::VendorInvoicesV1::TaxRegistrationDetails
|
.members ⇒ [ :tax_registration_number, :tax_registration_type ]
301 |
# File 'sig/peddler/apis/vendor_invoices_v1.rbs', line 301
def self.members: () -> [ :tax_registration_number, :tax_registration_type ]
|
.new(tax_registration_number:, tax_registration_type:) ⇒ Peddler::APIs::VendorInvoicesV1::TaxRegistrationDetails .new(arg0, arg1) ⇒ Peddler::APIs::VendorInvoicesV1::TaxRegistrationDetails
296 297 |
# File 'sig/peddler/apis/vendor_invoices_v1.rbs', line 296
def self.new: (tax_registration_number: String, tax_registration_type: String) -> Peddler::APIs::VendorInvoicesV1::TaxRegistrationDetails
| (String, String) -> Peddler::APIs::VendorInvoicesV1::TaxRegistrationDetails
|
.parse ⇒ Peddler::APIs::VendorInvoicesV1::TaxRegistrationDetails
303 |
# File 'sig/peddler/apis/vendor_invoices_v1.rbs', line 303
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::VendorInvoicesV1::TaxRegistrationDetails
|
Instance Method Details
#members ⇒ [ :tax_registration_number, :tax_registration_type ]
308 |
# File 'sig/peddler/apis/vendor_invoices_v1.rbs', line 308
def members: () -> [ :tax_registration_number, :tax_registration_type ]
|
#to_h ⇒ { tax_registration_number: String, tax_registration_type: String }
309 |
# File 'sig/peddler/apis/vendor_invoices_v1.rbs', line 309
def to_h: () -> { tax_registration_number: String, tax_registration_type: String }
|