Class: Peddler::APIs::ExternalFulfillmentShipments20240911::PartyIdentificationInfo
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ExternalFulfillmentShipments20240911::PartyIdentificationInfo
- 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.
-
#party_id ⇒ String
readonly
Returns the value of attribute party_id.
-
#party_type ⇒ String
readonly
Returns the value of attribute party_type.
-
#tax_info ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::TaxRegistrationInfo?
readonly
Returns the value of attribute tax_info.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :party_id, :party_type, :address, :tax_info ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::PartyIdentificationInfo
Instance Method Summary collapse
-
#members ⇒ [ :party_id, :party_type, :address, :tax_info ]
-
#to_h ⇒ { party_id: String, party_type: String, address: Peddler::APIs::ExternalFulfillmentShipments20240911::Address?, tax_info: Peddler::APIs::ExternalFulfillmentShipments20240911::TaxRegistrationInfo? }
Instance Attribute Details
#address ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::Address? (readonly)
Returns the value of attribute address.
567 568 569 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 567 def address @address end |
#party_id ⇒ String (readonly)
Returns the value of attribute party_id.
568 569 570 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 568 def party_id @party_id end |
#party_type ⇒ String (readonly)
Returns the value of attribute party_type.
569 570 571 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 569 def party_type @party_type end |
#tax_info ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::TaxRegistrationInfo? (readonly)
Returns the value of attribute tax_info.
570 571 572 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 570 def tax_info @tax_info end |
Class Method Details
.[](party_id:, party_type:, address:, tax_info:) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::PartyIdentificationInfo .[](arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::PartyIdentificationInfo
560 561 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 560
def self.[]: (party_id: String, party_type: String, ?address: Peddler::APIs::ExternalFulfillmentShipments20240911::Address?, ?tax_info: Peddler::APIs::ExternalFulfillmentShipments20240911::TaxRegistrationInfo?) -> Peddler::APIs::ExternalFulfillmentShipments20240911::PartyIdentificationInfo
| (String, String, Peddler::APIs::ExternalFulfillmentShipments20240911::Address?, Peddler::APIs::ExternalFulfillmentShipments20240911::TaxRegistrationInfo?) -> Peddler::APIs::ExternalFulfillmentShipments20240911::PartyIdentificationInfo
|
.members ⇒ [ :party_id, :party_type, :address, :tax_info ]
563 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 563
def self.members: () -> [ :party_id, :party_type, :address, :tax_info ]
|
.new(party_id:, party_type:, address:, tax_info:) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::PartyIdentificationInfo .new(arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::PartyIdentificationInfo
558 559 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 558
def self.new: (party_id: String, party_type: String, ?address: Peddler::APIs::ExternalFulfillmentShipments20240911::Address?, ?tax_info: Peddler::APIs::ExternalFulfillmentShipments20240911::TaxRegistrationInfo?) -> Peddler::APIs::ExternalFulfillmentShipments20240911::PartyIdentificationInfo
| (String, String, Peddler::APIs::ExternalFulfillmentShipments20240911::Address?, Peddler::APIs::ExternalFulfillmentShipments20240911::TaxRegistrationInfo?) -> Peddler::APIs::ExternalFulfillmentShipments20240911::PartyIdentificationInfo
|
.parse ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::PartyIdentificationInfo
565 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 565
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ExternalFulfillmentShipments20240911::PartyIdentificationInfo
|
Instance Method Details
#members ⇒ [ :party_id, :party_type, :address, :tax_info ]
572 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 572
def members: () -> [ :party_id, :party_type, :address, :tax_info ]
|
#to_h ⇒ { party_id: String, party_type: String, address: Peddler::APIs::ExternalFulfillmentShipments20240911::Address?, tax_info: Peddler::APIs::ExternalFulfillmentShipments20240911::TaxRegistrationInfo? }
573 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 573
def to_h: () -> { party_id: String, party_type: String, address: Peddler::APIs::ExternalFulfillmentShipments20240911::Address?, tax_info: Peddler::APIs::ExternalFulfillmentShipments20240911::TaxRegistrationInfo? }
|