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.
621 622 623 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 621 def address @address end |
#party_id ⇒ String (readonly)
Returns the value of attribute party_id.
622 623 624 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 622 def party_id @party_id end |
#party_type ⇒ String (readonly)
Returns the value of attribute party_type.
623 624 625 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 623 def party_type @party_type end |
#tax_info ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::TaxRegistrationInfo? (readonly)
Returns the value of attribute tax_info.
624 625 626 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 624 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
614 615 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 614
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 ]
617 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 617
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
612 613 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 612
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
619 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 619
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ExternalFulfillmentShipments20240911::PartyIdentificationInfo
|
Instance Method Details
#members ⇒ [ :party_id, :party_type, :address, :tax_info ]
626 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 626
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? }
627 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 627
def to_h: () -> { party_id: String, party_type: String, address: Peddler::APIs::ExternalFulfillmentShipments20240911::Address?, tax_info: Peddler::APIs::ExternalFulfillmentShipments20240911::TaxRegistrationInfo? }
|