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