Class: Peddler::APIs::ExternalFulfillmentShipments20240911::TaxRegistrationInfo
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ExternalFulfillmentShipments20240911::TaxRegistrationInfo
- Defined in:
- sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs
Instance Attribute Summary collapse
-
#address ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::Address?
readonly
Returns the value of attribute address.
-
#messages ⇒ String?
readonly
Returns the value of attribute messages.
-
#number ⇒ String?
readonly
Returns the value of attribute number.
-
#type ⇒ String?
readonly
Returns the value of attribute type.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :address, :messages, :number, :type ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::TaxRegistrationInfo
Instance Method Summary collapse
-
#members ⇒ [ :address, :messages, :number, :type ]
-
#to_h ⇒ { address: Peddler::APIs::ExternalFulfillmentShipments20240911::Address?, messages: String?, number: String?, type: String? }
Instance Attribute Details
#address ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::Address? (readonly)
Returns the value of attribute address.
916 917 918 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 916 def address @address end |
#messages ⇒ String? (readonly)
Returns the value of attribute messages.
917 918 919 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 917 def @messages end |
#number ⇒ String? (readonly)
Returns the value of attribute number.
918 919 920 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 918 def number @number end |
#type ⇒ String? (readonly)
Returns the value of attribute type.
919 920 921 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 919 def type @type end |
Class Method Details
.[](address:, messages:, number:, type:) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::TaxRegistrationInfo .[](arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::TaxRegistrationInfo
909 910 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 909
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 ]
912 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 912
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
907 908 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 907
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
914 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 914
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ExternalFulfillmentShipments20240911::TaxRegistrationInfo
|
Instance Method Details
#members ⇒ [ :address, :messages, :number, :type ]
921 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 921
def members: () -> [ :address, :messages, :number, :type ]
|
#to_h ⇒ { address: Peddler::APIs::ExternalFulfillmentShipments20240911::Address?, messages: String?, number: String?, type: String? }
922 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 922
def to_h: () -> { address: Peddler::APIs::ExternalFulfillmentShipments20240911::Address?, messages: String?, number: String?, type: String? }
|