Class: Peddler::APIs::VendorDirectFulfillmentOrdersV1::TaxRegistrationDetails
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::VendorDirectFulfillmentOrdersV1::TaxRegistrationDetails
- Defined in:
- sig/peddler/apis/vendor_direct_fulfillment_orders_v1.rbs
Instance Attribute Summary collapse
-
#tax_registration_address ⇒ Peddler::APIs::VendorDirectFulfillmentOrdersV1::Address?
readonly
Returns the value of attribute tax_registration_address.
-
#tax_registration_messages ⇒ String?
readonly
Returns the value of attribute tax_registration_messages.
-
#tax_registration_number ⇒ String
readonly
Returns the value of attribute tax_registration_number.
-
#tax_registration_type ⇒ String?
readonly
Returns the value of attribute tax_registration_type.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :tax_registration_number, :tax_registration_address, :tax_registration_messages, :tax_registration_type ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::VendorDirectFulfillmentOrdersV1::TaxRegistrationDetails
Instance Method Summary collapse
-
#members ⇒ [ :tax_registration_number, :tax_registration_address, :tax_registration_messages, :tax_registration_type ]
-
#to_h ⇒ { tax_registration_number: String, tax_registration_address: Peddler::APIs::VendorDirectFulfillmentOrdersV1::Address?, tax_registration_messages: String?, tax_registration_type: String? }
Instance Attribute Details
#tax_registration_address ⇒ Peddler::APIs::VendorDirectFulfillmentOrdersV1::Address? (readonly)
Returns the value of attribute tax_registration_address.
424 425 426 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_orders_v1.rbs', line 424 def tax_registration_address @tax_registration_address end |
#tax_registration_messages ⇒ String? (readonly)
Returns the value of attribute tax_registration_messages.
425 426 427 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_orders_v1.rbs', line 425 def @tax_registration_messages end |
#tax_registration_number ⇒ String (readonly)
Returns the value of attribute tax_registration_number.
426 427 428 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_orders_v1.rbs', line 426 def tax_registration_number @tax_registration_number end |
#tax_registration_type ⇒ String? (readonly)
Returns the value of attribute tax_registration_type.
427 428 429 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_orders_v1.rbs', line 427 def tax_registration_type @tax_registration_type end |
Class Method Details
.[](tax_registration_number:, tax_registration_address:, tax_registration_messages:, tax_registration_type:) ⇒ Peddler::APIs::VendorDirectFulfillmentOrdersV1::TaxRegistrationDetails .[](arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::VendorDirectFulfillmentOrdersV1::TaxRegistrationDetails
417 418 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_orders_v1.rbs', line 417
def self.[]: (tax_registration_number: String, ?tax_registration_address: Peddler::APIs::VendorDirectFulfillmentOrdersV1::Address?, ?tax_registration_messages: String?, ?tax_registration_type: String?) -> Peddler::APIs::VendorDirectFulfillmentOrdersV1::TaxRegistrationDetails
| (String, Peddler::APIs::VendorDirectFulfillmentOrdersV1::Address?, String?, String?) -> Peddler::APIs::VendorDirectFulfillmentOrdersV1::TaxRegistrationDetails
|
.members ⇒ [ :tax_registration_number, :tax_registration_address, :tax_registration_messages, :tax_registration_type ]
420 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_orders_v1.rbs', line 420
def self.members: () -> [ :tax_registration_number, :tax_registration_address, :tax_registration_messages, :tax_registration_type ]
|
.new(tax_registration_number:, tax_registration_address:, tax_registration_messages:, tax_registration_type:) ⇒ Peddler::APIs::VendorDirectFulfillmentOrdersV1::TaxRegistrationDetails .new(arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::VendorDirectFulfillmentOrdersV1::TaxRegistrationDetails
415 416 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_orders_v1.rbs', line 415
def self.new: (tax_registration_number: String, ?tax_registration_address: Peddler::APIs::VendorDirectFulfillmentOrdersV1::Address?, ?tax_registration_messages: String?, ?tax_registration_type: String?) -> Peddler::APIs::VendorDirectFulfillmentOrdersV1::TaxRegistrationDetails
| (String, Peddler::APIs::VendorDirectFulfillmentOrdersV1::Address?, String?, String?) -> Peddler::APIs::VendorDirectFulfillmentOrdersV1::TaxRegistrationDetails
|
.parse ⇒ Peddler::APIs::VendorDirectFulfillmentOrdersV1::TaxRegistrationDetails
422 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_orders_v1.rbs', line 422
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::VendorDirectFulfillmentOrdersV1::TaxRegistrationDetails
|
Instance Method Details
#members ⇒ [ :tax_registration_number, :tax_registration_address, :tax_registration_messages, :tax_registration_type ]
429 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_orders_v1.rbs', line 429
def members: () -> [ :tax_registration_number, :tax_registration_address, :tax_registration_messages, :tax_registration_type ]
|
#to_h ⇒ { tax_registration_number: String, tax_registration_address: Peddler::APIs::VendorDirectFulfillmentOrdersV1::Address?, tax_registration_messages: String?, tax_registration_type: String? }
430 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_orders_v1.rbs', line 430
def to_h: () -> { tax_registration_number: String, tax_registration_address: Peddler::APIs::VendorDirectFulfillmentOrdersV1::Address?, tax_registration_messages: String?, tax_registration_type: String? }
|