Class: Peddler::APIs::VendorDirectFulfillmentOrdersV1::TaxRegistrationDetails

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

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

Returns the value of attribute tax_registration_address.



424
425
426
# File 'sig/peddler/apis/vendor_direct_fulfillment_orders_v1.rbs', line 424

def tax_registration_address
  @tax_registration_address
end

#tax_registration_messagesString? (readonly)

Returns the value of attribute tax_registration_messages.

Returns:

  • (String, nil)


425
426
427
# File 'sig/peddler/apis/vendor_direct_fulfillment_orders_v1.rbs', line 425

def tax_registration_messages
  @tax_registration_messages
end

#tax_registration_numberString (readonly)

Returns the value of attribute tax_registration_number.

Returns:

  • (String)


426
427
428
# File 'sig/peddler/apis/vendor_direct_fulfillment_orders_v1.rbs', line 426

def tax_registration_number
  @tax_registration_number
end

#tax_registration_typeString? (readonly)

Returns the value of attribute tax_registration_type.

Returns:

  • (String, nil)


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

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

Overloads:



417
418
# File 'sig/peddler/apis/vendor_direct_fulfillment_orders_v1.rbs', line 417

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


420
# File 'sig/peddler/apis/vendor_direct_fulfillment_orders_v1.rbs', line 420

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

Overloads:



415
416
# File 'sig/peddler/apis/vendor_direct_fulfillment_orders_v1.rbs', line 415

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

.parsePeddler::APIs::VendorDirectFulfillmentOrdersV1::TaxRegistrationDetails

Parameters:

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

Returns:



422
# File 'sig/peddler/apis/vendor_direct_fulfillment_orders_v1.rbs', line 422

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


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

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

Returns:



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

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