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

#address ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::Address? (readonly)

Returns the value of attribute address.



659
660
661
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 659

def address
  @address
end

#party_id ⇒ String (readonly)

Returns the value of attribute party_id.

Returns:

  • (String)


660
661
662
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 660

def party_id
  @party_id
end

#party_type ⇒ String (readonly)

Returns the value of attribute party_type.

Returns:

  • (String)


661
662
663
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 661

def party_type
  @party_type
end

#tax_info ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::TaxRegistrationInfo? (readonly)

Returns the value of attribute tax_info.



662
663
664
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 662

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



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

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


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

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



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

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

Parameters:

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

Returns:



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

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


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

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? }



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

def to_h: () -> { party_id: String, party_type: String, address: Peddler::APIs::ExternalFulfillmentShipments20240911::Address?, tax_info: Peddler::APIs::ExternalFulfillmentShipments20240911::TaxRegistrationInfo? }