Class: Peddler::APIs::VendorOrdersV1::TaxRegistrationDetails

Inherits:
Data
  • Object
show all
Defined in:
sig/peddler/apis/vendor_orders_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)


469
470
471
# File 'sig/peddler/apis/vendor_orders_v1.rbs', line 469

def tax_registration_number
  @tax_registration_number
end

#tax_registration_typeString (readonly)

Returns the value of attribute tax_registration_type.

Returns:

  • (String)


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

Overloads:



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 ]

Returns:

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

Overloads:



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

.parsePeddler::APIs::VendorOrdersV1::TaxRegistrationDetails

Parameters:

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

Returns:



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 ]

Returns:

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

Returns:

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