Class: Peddler::APIs::VendorDirectFulfillmentOrders20211228::TaxRegistrationDetails

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

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

Returns the value of attribute tax_registration_address.



437
438
439
# File 'sig/peddler/apis/vendor_direct_fulfillment_orders_2021_12_28.rbs', line 437

def tax_registration_address
  @tax_registration_address
end

#tax_registration_messagesString? (readonly)

Returns the value of attribute tax_registration_messages.

Returns:

  • (String, nil)


438
439
440
# File 'sig/peddler/apis/vendor_direct_fulfillment_orders_2021_12_28.rbs', line 438

def tax_registration_messages
  @tax_registration_messages
end

#tax_registration_numberString (readonly)

Returns the value of attribute tax_registration_number.

Returns:

  • (String)


439
440
441
# File 'sig/peddler/apis/vendor_direct_fulfillment_orders_2021_12_28.rbs', line 439

def tax_registration_number
  @tax_registration_number
end

#tax_registration_typeString? (readonly)

Returns the value of attribute tax_registration_type.

Returns:

  • (String, nil)


440
441
442
# File 'sig/peddler/apis/vendor_direct_fulfillment_orders_2021_12_28.rbs', line 440

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::VendorDirectFulfillmentOrders20211228::TaxRegistrationDetails .[](arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::VendorDirectFulfillmentOrders20211228::TaxRegistrationDetails

Overloads:



430
431
# File 'sig/peddler/apis/vendor_direct_fulfillment_orders_2021_12_28.rbs', line 430

def self.[]: (tax_registration_number: String, ?tax_registration_address: Peddler::APIs::VendorDirectFulfillmentOrders20211228::Address?, ?tax_registration_messages: String?, ?tax_registration_type: String?) -> Peddler::APIs::VendorDirectFulfillmentOrders20211228::TaxRegistrationDetails
| (String, Peddler::APIs::VendorDirectFulfillmentOrders20211228::Address?, String?, String?) -> Peddler::APIs::VendorDirectFulfillmentOrders20211228::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 ])


433
# File 'sig/peddler/apis/vendor_direct_fulfillment_orders_2021_12_28.rbs', line 433

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::VendorDirectFulfillmentOrders20211228::TaxRegistrationDetails .new(arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::VendorDirectFulfillmentOrders20211228::TaxRegistrationDetails

Overloads:



428
429
# File 'sig/peddler/apis/vendor_direct_fulfillment_orders_2021_12_28.rbs', line 428

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

.parsePeddler::APIs::VendorDirectFulfillmentOrders20211228::TaxRegistrationDetails

Parameters:

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

Returns:



435
# File 'sig/peddler/apis/vendor_direct_fulfillment_orders_2021_12_28.rbs', line 435

def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::VendorDirectFulfillmentOrders20211228::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 ])


442
# File 'sig/peddler/apis/vendor_direct_fulfillment_orders_2021_12_28.rbs', line 442

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::VendorDirectFulfillmentOrders20211228::Address?, tax_registration_messages: String?, tax_registration_type: String? }

Returns:



443
# File 'sig/peddler/apis/vendor_direct_fulfillment_orders_2021_12_28.rbs', line 443

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