Class: Peddler::APIs::VendorDirectFulfillmentOrders20211228::PartyIdentification

Inherits:
Data
  • Object
show all
Defined in:
sig/peddler/apis/vendor_direct_fulfillment_orders_2021_12_28.rbs

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#addressPeddler::APIs::VendorDirectFulfillmentOrders20211228::Address? (readonly)

Returns the value of attribute address.



286
287
288
# File 'sig/peddler/apis/vendor_direct_fulfillment_orders_2021_12_28.rbs', line 286

def address
  @address
end

#party_idString (readonly)

Returns the value of attribute party_id.

Returns:

  • (String)


287
288
289
# File 'sig/peddler/apis/vendor_direct_fulfillment_orders_2021_12_28.rbs', line 287

def party_id
  @party_id
end

#tax_infoPeddler::APIs::VendorDirectFulfillmentOrders20211228::TaxRegistrationDetails? (readonly)

Returns the value of attribute tax_info.



288
289
290
# File 'sig/peddler/apis/vendor_direct_fulfillment_orders_2021_12_28.rbs', line 288

def tax_info
  @tax_info
end

Class Method Details

.[](party_id:, address:, tax_info:) ⇒ Peddler::APIs::VendorDirectFulfillmentOrders20211228::PartyIdentification .[](arg0, arg1, arg2) ⇒ Peddler::APIs::VendorDirectFulfillmentOrders20211228::PartyIdentification



279
280
# File 'sig/peddler/apis/vendor_direct_fulfillment_orders_2021_12_28.rbs', line 279

def self.[]: (party_id: String, ?address: Peddler::APIs::VendorDirectFulfillmentOrders20211228::Address?, ?tax_info: Peddler::APIs::VendorDirectFulfillmentOrders20211228::TaxRegistrationDetails?) -> Peddler::APIs::VendorDirectFulfillmentOrders20211228::PartyIdentification
| (String, Peddler::APIs::VendorDirectFulfillmentOrders20211228::Address?, Peddler::APIs::VendorDirectFulfillmentOrders20211228::TaxRegistrationDetails?) -> Peddler::APIs::VendorDirectFulfillmentOrders20211228::PartyIdentification

.members[ :party_id, :address, :tax_info ]

Returns:

  • ([ :party_id, :address, :tax_info ])


282
# File 'sig/peddler/apis/vendor_direct_fulfillment_orders_2021_12_28.rbs', line 282

def self.members: () -> [ :party_id, :address, :tax_info ]

.new(party_id:, address:, tax_info:) ⇒ Peddler::APIs::VendorDirectFulfillmentOrders20211228::PartyIdentification .new(arg0, arg1, arg2) ⇒ Peddler::APIs::VendorDirectFulfillmentOrders20211228::PartyIdentification



277
278
# File 'sig/peddler/apis/vendor_direct_fulfillment_orders_2021_12_28.rbs', line 277

def self.new: (party_id: String, ?address: Peddler::APIs::VendorDirectFulfillmentOrders20211228::Address?, ?tax_info: Peddler::APIs::VendorDirectFulfillmentOrders20211228::TaxRegistrationDetails?) -> Peddler::APIs::VendorDirectFulfillmentOrders20211228::PartyIdentification
| (String, Peddler::APIs::VendorDirectFulfillmentOrders20211228::Address?, Peddler::APIs::VendorDirectFulfillmentOrders20211228::TaxRegistrationDetails?) -> Peddler::APIs::VendorDirectFulfillmentOrders20211228::PartyIdentification

.parsePeddler::APIs::VendorDirectFulfillmentOrders20211228::PartyIdentification

Parameters:

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

Returns:



284
# File 'sig/peddler/apis/vendor_direct_fulfillment_orders_2021_12_28.rbs', line 284

def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::VendorDirectFulfillmentOrders20211228::PartyIdentification

Instance Method Details

#members[ :party_id, :address, :tax_info ]

Returns:

  • ([ :party_id, :address, :tax_info ])


290
# File 'sig/peddler/apis/vendor_direct_fulfillment_orders_2021_12_28.rbs', line 290

def members: () -> [ :party_id, :address, :tax_info ]

#to_h{ party_id: String, address: Peddler::APIs::VendorDirectFulfillmentOrders20211228::Address?, tax_info: Peddler::APIs::VendorDirectFulfillmentOrders20211228::TaxRegistrationDetails? }



291
# File 'sig/peddler/apis/vendor_direct_fulfillment_orders_2021_12_28.rbs', line 291

def to_h: () -> { party_id: String, address: Peddler::APIs::VendorDirectFulfillmentOrders20211228::Address?, tax_info: Peddler::APIs::VendorDirectFulfillmentOrders20211228::TaxRegistrationDetails? }