Class: Peddler::APIs::VendorDirectFulfillmentOrders20211228::TaxRegistrationDetails
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::VendorDirectFulfillmentOrders20211228::TaxRegistrationDetails
- Defined in:
- sig/peddler/apis/vendor_direct_fulfillment_orders_2021_12_28.rbs
Instance Attribute Summary collapse
-
#tax_registration_address ⇒ Peddler::APIs::VendorDirectFulfillmentOrders20211228::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::VendorDirectFulfillmentOrders20211228::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::VendorDirectFulfillmentOrders20211228::Address?, tax_registration_messages: String?, tax_registration_type: String? }
Instance Attribute Details
#tax_registration_address ⇒ Peddler::APIs::VendorDirectFulfillmentOrders20211228::Address? (readonly)
Returns the value of attribute tax_registration_address.
437 438 439 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_orders_2021_12_28.rbs', line 437 def tax_registration_address @tax_registration_address end |
#tax_registration_messages ⇒ String? (readonly)
Returns the value of attribute tax_registration_messages.
438 439 440 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_orders_2021_12_28.rbs', line 438 def @tax_registration_messages end |
#tax_registration_number ⇒ String (readonly)
Returns the value of attribute tax_registration_number.
439 440 441 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_orders_2021_12_28.rbs', line 439 def tax_registration_number @tax_registration_number end |
#tax_registration_type ⇒ String? (readonly)
Returns the value of attribute tax_registration_type.
440 441 442 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_orders_2021_12_28.rbs', line 440 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::VendorDirectFulfillmentOrders20211228::TaxRegistrationDetails .[](arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::VendorDirectFulfillmentOrders20211228::TaxRegistrationDetails
430 431 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_orders_2021_12_28.rbs', line 430
def self.[]: (tax_registration_number: String, ?tax_registration_address: Peddler::APIs::VendorDirectFulfillmentOrders20211228::Address?, ?tax_registration_messages: String?, ?tax_registration_type: String?) -> Peddler::APIs::VendorDirectFulfillmentOrders20211228::TaxRegistrationDetails
| (String, Peddler::APIs::VendorDirectFulfillmentOrders20211228::Address?, String?, String?) -> Peddler::APIs::VendorDirectFulfillmentOrders20211228::TaxRegistrationDetails
|
.members ⇒ [ :tax_registration_number, :tax_registration_address, :tax_registration_messages, :tax_registration_type ]
433 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_orders_2021_12_28.rbs', line 433
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::VendorDirectFulfillmentOrders20211228::TaxRegistrationDetails .new(arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::VendorDirectFulfillmentOrders20211228::TaxRegistrationDetails
428 429 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_orders_2021_12_28.rbs', line 428
def self.new: (tax_registration_number: String, ?tax_registration_address: Peddler::APIs::VendorDirectFulfillmentOrders20211228::Address?, ?tax_registration_messages: String?, ?tax_registration_type: String?) -> Peddler::APIs::VendorDirectFulfillmentOrders20211228::TaxRegistrationDetails
| (String, Peddler::APIs::VendorDirectFulfillmentOrders20211228::Address?, String?, String?) -> Peddler::APIs::VendorDirectFulfillmentOrders20211228::TaxRegistrationDetails
|
.parse ⇒ Peddler::APIs::VendorDirectFulfillmentOrders20211228::TaxRegistrationDetails
435 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_orders_2021_12_28.rbs', line 435
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::VendorDirectFulfillmentOrders20211228::TaxRegistrationDetails
|
Instance Method Details
#members ⇒ [ :tax_registration_number, :tax_registration_address, :tax_registration_messages, :tax_registration_type ]
442 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_orders_2021_12_28.rbs', line 442
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::VendorDirectFulfillmentOrders20211228::Address?, tax_registration_messages: String?, tax_registration_type: String? }
443 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_orders_2021_12_28.rbs', line 443
def to_h: () -> { tax_registration_number: String, tax_registration_address: Peddler::APIs::VendorDirectFulfillmentOrders20211228::Address?, tax_registration_messages: String?, tax_registration_type: String? }
|