Class: Peddler::APIs::VendorDirectFulfillmentShippingV1::TaxRegistrationDetails
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::VendorDirectFulfillmentShippingV1::TaxRegistrationDetails
- Defined in:
- sig/peddler/apis/vendor_direct_fulfillment_shipping_v1.rbs
Instance Attribute Summary collapse
-
#tax_registration_address ⇒ Peddler::APIs::VendorDirectFulfillmentShippingV1::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::VendorDirectFulfillmentShippingV1::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::VendorDirectFulfillmentShippingV1::Address?, tax_registration_messages: String?, tax_registration_type: String? }
Instance Attribute Details
#tax_registration_address ⇒ Peddler::APIs::VendorDirectFulfillmentShippingV1::Address? (readonly)
Returns the value of attribute tax_registration_address.
625 626 627 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_v1.rbs', line 625 def tax_registration_address @tax_registration_address end |
#tax_registration_messages ⇒ String? (readonly)
Returns the value of attribute tax_registration_messages.
626 627 628 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_v1.rbs', line 626 def @tax_registration_messages end |
#tax_registration_number ⇒ String (readonly)
Returns the value of attribute tax_registration_number.
627 628 629 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_v1.rbs', line 627 def tax_registration_number @tax_registration_number end |
#tax_registration_type ⇒ String? (readonly)
Returns the value of attribute tax_registration_type.
628 629 630 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_v1.rbs', line 628 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::VendorDirectFulfillmentShippingV1::TaxRegistrationDetails .[](arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::VendorDirectFulfillmentShippingV1::TaxRegistrationDetails
618 619 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_v1.rbs', line 618
def self.[]: (tax_registration_number: String, ?tax_registration_address: Peddler::APIs::VendorDirectFulfillmentShippingV1::Address?, ?tax_registration_messages: String?, ?tax_registration_type: String?) -> Peddler::APIs::VendorDirectFulfillmentShippingV1::TaxRegistrationDetails
| (String, Peddler::APIs::VendorDirectFulfillmentShippingV1::Address?, String?, String?) -> Peddler::APIs::VendorDirectFulfillmentShippingV1::TaxRegistrationDetails
|
.members ⇒ [ :tax_registration_number, :tax_registration_address, :tax_registration_messages, :tax_registration_type ]
621 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_v1.rbs', line 621
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::VendorDirectFulfillmentShippingV1::TaxRegistrationDetails .new(arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::VendorDirectFulfillmentShippingV1::TaxRegistrationDetails
616 617 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_v1.rbs', line 616
def self.new: (tax_registration_number: String, ?tax_registration_address: Peddler::APIs::VendorDirectFulfillmentShippingV1::Address?, ?tax_registration_messages: String?, ?tax_registration_type: String?) -> Peddler::APIs::VendorDirectFulfillmentShippingV1::TaxRegistrationDetails
| (String, Peddler::APIs::VendorDirectFulfillmentShippingV1::Address?, String?, String?) -> Peddler::APIs::VendorDirectFulfillmentShippingV1::TaxRegistrationDetails
|
.parse ⇒ Peddler::APIs::VendorDirectFulfillmentShippingV1::TaxRegistrationDetails
623 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_v1.rbs', line 623
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::VendorDirectFulfillmentShippingV1::TaxRegistrationDetails
|
Instance Method Details
#members ⇒ [ :tax_registration_number, :tax_registration_address, :tax_registration_messages, :tax_registration_type ]
630 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_v1.rbs', line 630
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::VendorDirectFulfillmentShippingV1::Address?, tax_registration_messages: String?, tax_registration_type: String? }
631 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_v1.rbs', line 631
def to_h: () -> { tax_registration_number: String, tax_registration_address: Peddler::APIs::VendorDirectFulfillmentShippingV1::Address?, tax_registration_messages: String?, tax_registration_type: String? }
|