Class: Peddler::APIs::ExternalFulfillmentShipments20240911::TaxRegistrationInfo

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#address ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::Address? (readonly)

Returns the value of attribute address.



1029
1030
1031
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 1029

def address
  @address
end

#messages ⇒ String? (readonly)

Returns the value of attribute messages.

Returns:

  • (String, nil)


1030
1031
1032
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 1030

def messages
  @messages
end

#number ⇒ String? (readonly)

Returns the value of attribute number.

Returns:

  • (String, nil)


1031
1032
1033
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 1031

def number
  @number
end

#type ⇒ String? (readonly)

Returns the value of attribute type.

Returns:

  • (String, nil)


1032
1033
1034
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 1032

def type
  @type
end

Class Method Details

.[](address:, messages:, number:, type:) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::TaxRegistrationInfo .[](arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::TaxRegistrationInfo

Overloads:



1022
1023
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 1022

def self.[]: (?address: Peddler::APIs::ExternalFulfillmentShipments20240911::Address?, ?messages: String?, ?number: String?, ?type: String?) -> Peddler::APIs::ExternalFulfillmentShipments20240911::TaxRegistrationInfo
| (Peddler::APIs::ExternalFulfillmentShipments20240911::Address?, String?, String?, String?) -> Peddler::APIs::ExternalFulfillmentShipments20240911::TaxRegistrationInfo

.members ⇒ [ :address, :messages, :number, :type ]

Returns:

  • ([ :address, :messages, :number, :type ])


1025
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 1025

def self.members: () -> [ :address, :messages, :number, :type ]

.new(address:, messages:, number:, type:) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::TaxRegistrationInfo .new(arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::TaxRegistrationInfo

Overloads:



1020
1021
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 1020

def self.new: (?address: Peddler::APIs::ExternalFulfillmentShipments20240911::Address?, ?messages: String?, ?number: String?, ?type: String?) -> Peddler::APIs::ExternalFulfillmentShipments20240911::TaxRegistrationInfo
| (Peddler::APIs::ExternalFulfillmentShipments20240911::Address?, String?, String?, String?) -> Peddler::APIs::ExternalFulfillmentShipments20240911::TaxRegistrationInfo

.parse ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::TaxRegistrationInfo

Parameters:

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

Returns:



1027
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 1027

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

Instance Method Details

#members ⇒ [ :address, :messages, :number, :type ]

Returns:

  • ([ :address, :messages, :number, :type ])


1034
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 1034

def members: () -> [ :address, :messages, :number, :type ]

#to_h ⇒ { address: Peddler::APIs::ExternalFulfillmentShipments20240911::Address?, messages: String?, number: String?, type: String? }

Returns:



1035
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 1035

def to_h: () -> { address: Peddler::APIs::ExternalFulfillmentShipments20240911::Address?, messages: String?, number: String?, type: String? }