Class: Peddler::APIs::VendorDirectFulfillmentOrders20211228::PartyIdentification
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::VendorDirectFulfillmentOrders20211228::PartyIdentification
- Defined in:
- sig/peddler/apis/vendor_direct_fulfillment_orders_2021_12_28.rbs
Instance Attribute Summary collapse
-
#address ⇒ Peddler::APIs::VendorDirectFulfillmentOrders20211228::Address?
readonly
Returns the value of attribute address.
-
#party_id ⇒ String
readonly
Returns the value of attribute party_id.
-
#tax_info ⇒ Peddler::APIs::VendorDirectFulfillmentOrders20211228::TaxRegistrationDetails?
readonly
Returns the value of attribute tax_info.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :party_id, :address, :tax_info ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::VendorDirectFulfillmentOrders20211228::PartyIdentification
Instance Method Summary collapse
-
#members ⇒ [ :party_id, :address, :tax_info ]
-
#to_h ⇒ { party_id: String, address: Peddler::APIs::VendorDirectFulfillmentOrders20211228::Address?, tax_info: Peddler::APIs::VendorDirectFulfillmentOrders20211228::TaxRegistrationDetails? }
Instance Attribute Details
#address ⇒ Peddler::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_id ⇒ String (readonly)
Returns the value of attribute party_id.
287 288 289 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_orders_2021_12_28.rbs', line 287 def party_id @party_id end |
#tax_info ⇒ Peddler::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 ]
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
|
.parse ⇒ Peddler::APIs::VendorDirectFulfillmentOrders20211228::PartyIdentification
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 ]
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? }
|