Class: Peddler::APIs::VendorDirectFulfillmentPaymentsV1::TaxRegistrationDetail

Inherits:
Data
  • Object
show all
Defined in:
sig/peddler/apis/vendor_direct_fulfillment_payments_v1.rbs

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#tax_registration_addressPeddler::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_messageString? (readonly)

Returns the value of attribute tax_registration_message.

Returns:

  • (String, nil)


239
240
241
# File 'sig/peddler/apis/vendor_direct_fulfillment_payments_v1.rbs', line 239

def tax_registration_message
  @tax_registration_message
end

#tax_registration_numberString (readonly)

Returns the value of attribute tax_registration_number.

Returns:

  • (String)


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_typeString? (readonly)

Returns the value of attribute tax_registration_type.

Returns:

  • (String, nil)


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

Overloads:



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 ]

Returns:

  • ([ :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

Overloads:



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

.parsePeddler::APIs::VendorDirectFulfillmentPaymentsV1::TaxRegistrationDetail

Parameters:

  • (Hash[String | Symbol, untyped])
  • (Object)

Returns:



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 ]

Returns:

  • ([ :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? }

Returns:



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? }