Class: Peddler::APIs::VendorDirectFulfillmentPaymentsV1::TaxRegistrationDetail
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::VendorDirectFulfillmentPaymentsV1::TaxRegistrationDetail
- Defined in:
- sig/peddler/apis/vendor_direct_fulfillment_payments_v1.rbs
Instance Attribute Summary collapse
-
#tax_registration_address ⇒ Peddler::APIs::VendorDirectFulfillmentPaymentsV1::Address?
readonly
Returns the value of attribute tax_registration_address.
-
#tax_registration_message ⇒ String?
readonly
Returns the value of attribute tax_registration_message.
-
#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_message, :tax_registration_type ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::VendorDirectFulfillmentPaymentsV1::TaxRegistrationDetail
Instance Method Summary collapse
-
#members ⇒ [ :tax_registration_number, :tax_registration_address, :tax_registration_message, :tax_registration_type ]
-
#to_h ⇒ { tax_registration_number: String, tax_registration_address: Peddler::APIs::VendorDirectFulfillmentPaymentsV1::Address?, tax_registration_message: String?, tax_registration_type: String? }
Instance Attribute Details
#tax_registration_address ⇒ Peddler::APIs::VendorDirectFulfillmentPaymentsV1::Address? (readonly)
Returns the value of attribute tax_registration_address.
238 239 240 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_payments_v1.rbs', line 238 def tax_registration_address @tax_registration_address end |
#tax_registration_message ⇒ String? (readonly)
Returns the value of attribute tax_registration_message.
239 240 241 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_payments_v1.rbs', line 239 def @tax_registration_message end |
#tax_registration_number ⇒ String (readonly)
Returns the value of attribute tax_registration_number.
240 241 242 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_payments_v1.rbs', line 240 def tax_registration_number @tax_registration_number end |
#tax_registration_type ⇒ String? (readonly)
Returns the value of attribute tax_registration_type.
241 242 243 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_payments_v1.rbs', line 241 def tax_registration_type @tax_registration_type end |
Class Method Details
.[](tax_registration_number:, tax_registration_address:, tax_registration_message:, tax_registration_type:) ⇒ Peddler::APIs::VendorDirectFulfillmentPaymentsV1::TaxRegistrationDetail .[](arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::VendorDirectFulfillmentPaymentsV1::TaxRegistrationDetail
231 232 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_payments_v1.rbs', line 231
def self.[]: (tax_registration_number: String, ?tax_registration_address: Peddler::APIs::VendorDirectFulfillmentPaymentsV1::Address?, ?tax_registration_message: String?, ?tax_registration_type: String?) -> Peddler::APIs::VendorDirectFulfillmentPaymentsV1::TaxRegistrationDetail
| (String, Peddler::APIs::VendorDirectFulfillmentPaymentsV1::Address?, String?, String?) -> Peddler::APIs::VendorDirectFulfillmentPaymentsV1::TaxRegistrationDetail
|
.members ⇒ [ :tax_registration_number, :tax_registration_address, :tax_registration_message, :tax_registration_type ]
234 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_payments_v1.rbs', line 234
def self.members: () -> [ :tax_registration_number, :tax_registration_address, :tax_registration_message, :tax_registration_type ]
|
.new(tax_registration_number:, tax_registration_address:, tax_registration_message:, tax_registration_type:) ⇒ Peddler::APIs::VendorDirectFulfillmentPaymentsV1::TaxRegistrationDetail .new(arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::VendorDirectFulfillmentPaymentsV1::TaxRegistrationDetail
229 230 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_payments_v1.rbs', line 229
def self.new: (tax_registration_number: String, ?tax_registration_address: Peddler::APIs::VendorDirectFulfillmentPaymentsV1::Address?, ?tax_registration_message: String?, ?tax_registration_type: String?) -> Peddler::APIs::VendorDirectFulfillmentPaymentsV1::TaxRegistrationDetail
| (String, Peddler::APIs::VendorDirectFulfillmentPaymentsV1::Address?, String?, String?) -> Peddler::APIs::VendorDirectFulfillmentPaymentsV1::TaxRegistrationDetail
|
.parse ⇒ Peddler::APIs::VendorDirectFulfillmentPaymentsV1::TaxRegistrationDetail
236 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_payments_v1.rbs', line 236
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::VendorDirectFulfillmentPaymentsV1::TaxRegistrationDetail
|
Instance Method Details
#members ⇒ [ :tax_registration_number, :tax_registration_address, :tax_registration_message, :tax_registration_type ]
243 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_payments_v1.rbs', line 243
def members: () -> [ :tax_registration_number, :tax_registration_address, :tax_registration_message, :tax_registration_type ]
|
#to_h ⇒ { tax_registration_number: String, tax_registration_address: Peddler::APIs::VendorDirectFulfillmentPaymentsV1::Address?, tax_registration_message: String?, tax_registration_type: String? }
244 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_payments_v1.rbs', line 244
def to_h: () -> { tax_registration_number: String, tax_registration_address: Peddler::APIs::VendorDirectFulfillmentPaymentsV1::Address?, tax_registration_message: String?, tax_registration_type: String? }
|