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

#addressPeddler::APIs::ExternalFulfillmentShipments20240911::Address? (readonly)

Returns the value of attribute address.



973
974
975
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 973

def address
  @address
end

#messagesString? (readonly)

Returns the value of attribute messages.

Returns:

  • (String, nil)


974
975
976
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 974

def messages
  @messages
end

#numberString? (readonly)

Returns the value of attribute number.

Returns:

  • (String, nil)


975
976
977
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 975

def number
  @number
end

#typeString? (readonly)

Returns the value of attribute type.

Returns:

  • (String, nil)


976
977
978
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 976

def type
  @type
end

Class Method Details

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

Overloads:



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

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 ])


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

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:



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

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

.parsePeddler::APIs::ExternalFulfillmentShipments20240911::TaxRegistrationInfo

Parameters:

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

Returns:



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

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 ])


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

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

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

Returns:



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

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