Class: Peddler::APIs::VendorDirectFulfillmentPaymentsV1::PartyIdentification
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::VendorDirectFulfillmentPaymentsV1::PartyIdentification
- Defined in:
- sig/peddler/apis/vendor_direct_fulfillment_payments_v1.rbs
Instance Attribute Summary collapse
-
#address ⇒ Peddler::APIs::VendorDirectFulfillmentPaymentsV1::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::VendorDirectFulfillmentPaymentsV1::TaxRegistrationDetail]?
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::VendorDirectFulfillmentPaymentsV1::PartyIdentification
Instance Method Summary collapse
-
#members ⇒ [ :party_id, :address, :tax_registration_details ]
-
#to_h ⇒ { party_id: String, address: Peddler::APIs::VendorDirectFulfillmentPaymentsV1::Address?, tax_registration_details: Array[Peddler::APIs::VendorDirectFulfillmentPaymentsV1::TaxRegistrationDetail]? }
Instance Attribute Details
#address ⇒ Peddler::APIs::VendorDirectFulfillmentPaymentsV1::Address? (readonly)
Returns the value of attribute address.
168 169 170 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_payments_v1.rbs', line 168 def address @address end |
#party_id ⇒ String (readonly)
Returns the value of attribute party_id.
169 170 171 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_payments_v1.rbs', line 169 def party_id @party_id end |
#tax_registration_details ⇒ Array[Peddler::APIs::VendorDirectFulfillmentPaymentsV1::TaxRegistrationDetail]? (readonly)
Returns the value of attribute tax_registration_details.
170 171 172 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_payments_v1.rbs', line 170 def tax_registration_details @tax_registration_details end |
Class Method Details
.[](party_id:, address:, tax_registration_details:) ⇒ Peddler::APIs::VendorDirectFulfillmentPaymentsV1::PartyIdentification .[](arg0, arg1, arg2) ⇒ Peddler::APIs::VendorDirectFulfillmentPaymentsV1::PartyIdentification
161 162 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_payments_v1.rbs', line 161
def self.[]: (party_id: String, ?address: Peddler::APIs::VendorDirectFulfillmentPaymentsV1::Address?, ?tax_registration_details: Array[Peddler::APIs::VendorDirectFulfillmentPaymentsV1::TaxRegistrationDetail]?) -> Peddler::APIs::VendorDirectFulfillmentPaymentsV1::PartyIdentification
| (String, Peddler::APIs::VendorDirectFulfillmentPaymentsV1::Address?, Array[Peddler::APIs::VendorDirectFulfillmentPaymentsV1::TaxRegistrationDetail]?) -> Peddler::APIs::VendorDirectFulfillmentPaymentsV1::PartyIdentification
|
.members ⇒ [ :party_id, :address, :tax_registration_details ]
164 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_payments_v1.rbs', line 164
def self.members: () -> [ :party_id, :address, :tax_registration_details ]
|
.new(party_id:, address:, tax_registration_details:) ⇒ Peddler::APIs::VendorDirectFulfillmentPaymentsV1::PartyIdentification .new(arg0, arg1, arg2) ⇒ Peddler::APIs::VendorDirectFulfillmentPaymentsV1::PartyIdentification
159 160 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_payments_v1.rbs', line 159
def self.new: (party_id: String, ?address: Peddler::APIs::VendorDirectFulfillmentPaymentsV1::Address?, ?tax_registration_details: Array[Peddler::APIs::VendorDirectFulfillmentPaymentsV1::TaxRegistrationDetail]?) -> Peddler::APIs::VendorDirectFulfillmentPaymentsV1::PartyIdentification
| (String, Peddler::APIs::VendorDirectFulfillmentPaymentsV1::Address?, Array[Peddler::APIs::VendorDirectFulfillmentPaymentsV1::TaxRegistrationDetail]?) -> Peddler::APIs::VendorDirectFulfillmentPaymentsV1::PartyIdentification
|
.parse ⇒ Peddler::APIs::VendorDirectFulfillmentPaymentsV1::PartyIdentification
166 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_payments_v1.rbs', line 166
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::VendorDirectFulfillmentPaymentsV1::PartyIdentification
|
Instance Method Details
#members ⇒ [ :party_id, :address, :tax_registration_details ]
172 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_payments_v1.rbs', line 172
def members: () -> [ :party_id, :address, :tax_registration_details ]
|
#to_h ⇒ { party_id: String, address: Peddler::APIs::VendorDirectFulfillmentPaymentsV1::Address?, tax_registration_details: Array[Peddler::APIs::VendorDirectFulfillmentPaymentsV1::TaxRegistrationDetail]? }
173 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_payments_v1.rbs', line 173
def to_h: () -> { party_id: String, address: Peddler::APIs::VendorDirectFulfillmentPaymentsV1::Address?, tax_registration_details: Array[Peddler::APIs::VendorDirectFulfillmentPaymentsV1::TaxRegistrationDetail]? }
|