Class: Peddler::APIs::ExternalFulfillmentShipments20240911::PartyIdentificationInfo

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.



567
568
569
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 567

def address
  @address
end

#party_idString (readonly)

Returns the value of attribute party_id.

Returns:

  • (String)


568
569
570
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 568

def party_id
  @party_id
end

#party_typeString (readonly)

Returns the value of attribute party_type.

Returns:

  • (String)


569
570
571
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 569

def party_type
  @party_type
end

#tax_infoPeddler::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 ]

Returns:

  • ([ :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

.parsePeddler::APIs::ExternalFulfillmentShipments20240911::PartyIdentificationInfo

Parameters:

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

Returns:



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 ]

Returns:

  • ([ :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? }