Class: Peddler::APIs::VendorDirectFulfillmentShipping20211228::TaxRegistrationDetails

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#tax_registration_addressPeddler::APIs::VendorDirectFulfillmentShipping20211228::Address? (readonly)

Returns the value of attribute tax_registration_address.



595
596
597
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 595

def tax_registration_address
  @tax_registration_address
end

#tax_registration_messagesString? (readonly)

Returns the value of attribute tax_registration_messages.

Returns:

  • (String, nil)


596
597
598
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 596

def tax_registration_messages
  @tax_registration_messages
end

#tax_registration_numberString (readonly)

Returns the value of attribute tax_registration_number.

Returns:

  • (String)


597
598
599
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 597

def tax_registration_number
  @tax_registration_number
end

#tax_registration_typeString? (readonly)

Returns the value of attribute tax_registration_type.

Returns:

  • (String, nil)


598
599
600
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 598

def tax_registration_type
  @tax_registration_type
end

Class Method Details

.[](tax_registration_number:, tax_registration_address:, tax_registration_messages:, tax_registration_type:) ⇒ Peddler::APIs::VendorDirectFulfillmentShipping20211228::TaxRegistrationDetails .[](arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::VendorDirectFulfillmentShipping20211228::TaxRegistrationDetails

Overloads:



588
589
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 588

def self.[]: (tax_registration_number: String, ?tax_registration_address: Peddler::APIs::VendorDirectFulfillmentShipping20211228::Address?, ?tax_registration_messages: String?, ?tax_registration_type: String?) -> Peddler::APIs::VendorDirectFulfillmentShipping20211228::TaxRegistrationDetails
| (String, Peddler::APIs::VendorDirectFulfillmentShipping20211228::Address?, String?, String?) -> Peddler::APIs::VendorDirectFulfillmentShipping20211228::TaxRegistrationDetails

.members[ :tax_registration_number, :tax_registration_address, :tax_registration_messages, :tax_registration_type ]

Returns:

  • ([ :tax_registration_number, :tax_registration_address, :tax_registration_messages, :tax_registration_type ])


591
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 591

def self.members: () -> [ :tax_registration_number, :tax_registration_address, :tax_registration_messages, :tax_registration_type ]

.new(tax_registration_number:, tax_registration_address:, tax_registration_messages:, tax_registration_type:) ⇒ Peddler::APIs::VendorDirectFulfillmentShipping20211228::TaxRegistrationDetails .new(arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::VendorDirectFulfillmentShipping20211228::TaxRegistrationDetails

Overloads:



586
587
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 586

def self.new: (tax_registration_number: String, ?tax_registration_address: Peddler::APIs::VendorDirectFulfillmentShipping20211228::Address?, ?tax_registration_messages: String?, ?tax_registration_type: String?) -> Peddler::APIs::VendorDirectFulfillmentShipping20211228::TaxRegistrationDetails
| (String, Peddler::APIs::VendorDirectFulfillmentShipping20211228::Address?, String?, String?) -> Peddler::APIs::VendorDirectFulfillmentShipping20211228::TaxRegistrationDetails

.parsePeddler::APIs::VendorDirectFulfillmentShipping20211228::TaxRegistrationDetails

Parameters:

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

Returns:



593
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 593

def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::VendorDirectFulfillmentShipping20211228::TaxRegistrationDetails

Instance Method Details

#members[ :tax_registration_number, :tax_registration_address, :tax_registration_messages, :tax_registration_type ]

Returns:

  • ([ :tax_registration_number, :tax_registration_address, :tax_registration_messages, :tax_registration_type ])


600
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 600

def members: () -> [ :tax_registration_number, :tax_registration_address, :tax_registration_messages, :tax_registration_type ]

#to_h{ tax_registration_number: String, tax_registration_address: Peddler::APIs::VendorDirectFulfillmentShipping20211228::Address?, tax_registration_messages: String?, tax_registration_type: String? }

Returns:



601
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 601

def to_h: () -> { tax_registration_number: String, tax_registration_address: Peddler::APIs::VendorDirectFulfillmentShipping20211228::Address?, tax_registration_messages: String?, tax_registration_type: String? }