Class: Peddler::APIs::VendorDirectFulfillmentShippingV1::TaxRegistrationDetails

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

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

Returns the value of attribute tax_registration_address.



625
626
627
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_v1.rbs', line 625

def tax_registration_address
  @tax_registration_address
end

#tax_registration_messagesString? (readonly)

Returns the value of attribute tax_registration_messages.

Returns:

  • (String, nil)


626
627
628
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_v1.rbs', line 626

def tax_registration_messages
  @tax_registration_messages
end

#tax_registration_numberString (readonly)

Returns the value of attribute tax_registration_number.

Returns:

  • (String)


627
628
629
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_v1.rbs', line 627

def tax_registration_number
  @tax_registration_number
end

#tax_registration_typeString? (readonly)

Returns the value of attribute tax_registration_type.

Returns:

  • (String, nil)


628
629
630
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_v1.rbs', line 628

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

Overloads:



618
619
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_v1.rbs', line 618

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


621
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_v1.rbs', line 621

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

Overloads:



616
617
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_v1.rbs', line 616

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

.parsePeddler::APIs::VendorDirectFulfillmentShippingV1::TaxRegistrationDetails

Parameters:

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

Returns:



623
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_v1.rbs', line 623

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


630
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_v1.rbs', line 630

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

Returns:



631
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_v1.rbs', line 631

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