Class: Peddler::APIs::VendorDirectFulfillmentOrdersV1::PartyIdentification

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

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

Returns the value of attribute address.



289
290
291
# File 'sig/peddler/apis/vendor_direct_fulfillment_orders_v1.rbs', line 289

def address
  @address
end

#party_idString (readonly)

Returns the value of attribute party_id.

Returns:

  • (String)


290
291
292
# File 'sig/peddler/apis/vendor_direct_fulfillment_orders_v1.rbs', line 290

def party_id
  @party_id
end

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

Returns the value of attribute tax_info.



291
292
293
# File 'sig/peddler/apis/vendor_direct_fulfillment_orders_v1.rbs', line 291

def tax_info
  @tax_info
end

Class Method Details

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



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

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

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

Returns:

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


285
# File 'sig/peddler/apis/vendor_direct_fulfillment_orders_v1.rbs', line 285

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

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



280
281
# File 'sig/peddler/apis/vendor_direct_fulfillment_orders_v1.rbs', line 280

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

.parsePeddler::APIs::VendorDirectFulfillmentOrdersV1::PartyIdentification

Parameters:

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

Returns:



287
# File 'sig/peddler/apis/vendor_direct_fulfillment_orders_v1.rbs', line 287

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

Instance Method Details

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

Returns:

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


293
# File 'sig/peddler/apis/vendor_direct_fulfillment_orders_v1.rbs', line 293

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

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



294
# File 'sig/peddler/apis/vendor_direct_fulfillment_orders_v1.rbs', line 294

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