Class: Peddler::APIs::VendorInvoicesV1::PartyIdentification
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::VendorInvoicesV1::PartyIdentification
- Defined in:
- sig/peddler/apis/vendor_invoices_v1.rbs
Instance Attribute Summary collapse
-
#address ⇒ Peddler::APIs::VendorInvoicesV1::Address?
readonly
Returns the value of attribute address.
-
#party_id ⇒ String
readonly
Returns the value of attribute party_id.
-
#tax_registration_details ⇒ Array[Peddler::APIs::VendorInvoicesV1::TaxRegistrationDetails]?
readonly
Returns the value of attribute tax_registration_details.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :party_id, :address, :tax_registration_details ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::VendorInvoicesV1::PartyIdentification
Instance Method Summary collapse
-
#members ⇒ [ :party_id, :address, :tax_registration_details ]
-
#to_h ⇒ { party_id: String, address: Peddler::APIs::VendorInvoicesV1::Address?, tax_registration_details: Array[Peddler::APIs::VendorInvoicesV1::TaxRegistrationDetails]? }
Instance Attribute Details
#address ⇒ Peddler::APIs::VendorInvoicesV1::Address? (readonly)
Returns the value of attribute address.
216 217 218 |
# File 'sig/peddler/apis/vendor_invoices_v1.rbs', line 216 def address @address end |
#party_id ⇒ String (readonly)
Returns the value of attribute party_id.
217 218 219 |
# File 'sig/peddler/apis/vendor_invoices_v1.rbs', line 217 def party_id @party_id end |
#tax_registration_details ⇒ Array[Peddler::APIs::VendorInvoicesV1::TaxRegistrationDetails]? (readonly)
Returns the value of attribute tax_registration_details.
218 219 220 |
# File 'sig/peddler/apis/vendor_invoices_v1.rbs', line 218 def tax_registration_details @tax_registration_details end |
Class Method Details
.[](party_id:, address:, tax_registration_details:) ⇒ Peddler::APIs::VendorInvoicesV1::PartyIdentification .[](arg0, arg1, arg2) ⇒ Peddler::APIs::VendorInvoicesV1::PartyIdentification
209 210 |
# File 'sig/peddler/apis/vendor_invoices_v1.rbs', line 209
def self.[]: (party_id: String, ?address: Peddler::APIs::VendorInvoicesV1::Address?, ?tax_registration_details: Array[Peddler::APIs::VendorInvoicesV1::TaxRegistrationDetails]?) -> Peddler::APIs::VendorInvoicesV1::PartyIdentification
| (String, Peddler::APIs::VendorInvoicesV1::Address?, Array[Peddler::APIs::VendorInvoicesV1::TaxRegistrationDetails]?) -> Peddler::APIs::VendorInvoicesV1::PartyIdentification
|
.members ⇒ [ :party_id, :address, :tax_registration_details ]
212 |
# File 'sig/peddler/apis/vendor_invoices_v1.rbs', line 212
def self.members: () -> [ :party_id, :address, :tax_registration_details ]
|
.new(party_id:, address:, tax_registration_details:) ⇒ Peddler::APIs::VendorInvoicesV1::PartyIdentification .new(arg0, arg1, arg2) ⇒ Peddler::APIs::VendorInvoicesV1::PartyIdentification
207 208 |
# File 'sig/peddler/apis/vendor_invoices_v1.rbs', line 207
def self.new: (party_id: String, ?address: Peddler::APIs::VendorInvoicesV1::Address?, ?tax_registration_details: Array[Peddler::APIs::VendorInvoicesV1::TaxRegistrationDetails]?) -> Peddler::APIs::VendorInvoicesV1::PartyIdentification
| (String, Peddler::APIs::VendorInvoicesV1::Address?, Array[Peddler::APIs::VendorInvoicesV1::TaxRegistrationDetails]?) -> Peddler::APIs::VendorInvoicesV1::PartyIdentification
|
.parse ⇒ Peddler::APIs::VendorInvoicesV1::PartyIdentification
214 |
# File 'sig/peddler/apis/vendor_invoices_v1.rbs', line 214
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::VendorInvoicesV1::PartyIdentification
|
Instance Method Details
#members ⇒ [ :party_id, :address, :tax_registration_details ]
220 |
# File 'sig/peddler/apis/vendor_invoices_v1.rbs', line 220
def members: () -> [ :party_id, :address, :tax_registration_details ]
|
#to_h ⇒ { party_id: String, address: Peddler::APIs::VendorInvoicesV1::Address?, tax_registration_details: Array[Peddler::APIs::VendorInvoicesV1::TaxRegistrationDetails]? }
221 |
# File 'sig/peddler/apis/vendor_invoices_v1.rbs', line 221
def to_h: () -> { party_id: String, address: Peddler::APIs::VendorInvoicesV1::Address?, tax_registration_details: Array[Peddler::APIs::VendorInvoicesV1::TaxRegistrationDetails]? }
|