Class: Peddler::APIs::VendorInvoicesV1::TaxRegistrationDetails

Inherits:
Data
  • Object
show all
Defined in:
sig/peddler/apis/vendor_invoices_v1.rbs

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#tax_registration_numberString (readonly)

Returns the value of attribute tax_registration_number.

Returns:

  • (String)


305
306
307
# File 'sig/peddler/apis/vendor_invoices_v1.rbs', line 305

def tax_registration_number
  @tax_registration_number
end

#tax_registration_typeString (readonly)

Returns the value of attribute tax_registration_type.

Returns:

  • (String)


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

Overloads:



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 ]

Returns:

  • ([ :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

Overloads:



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

.parsePeddler::APIs::VendorInvoicesV1::TaxRegistrationDetails

Parameters:

  • (Hash[String | Symbol, untyped])
  • (Object)

Returns:



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 ]

Returns:

  • ([ :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 }

Returns:

  • ({ 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 }