Class: Peddler::APIs::OrdersV0::BuyerTaxInformation

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#buyer_business_addressString? (readonly)

Returns the value of attribute buyer_business_address.

Returns:

  • (String, nil)


203
204
205
# File 'sig/peddler/apis/orders_v0.rbs', line 203

def buyer_business_address
  @buyer_business_address
end

Returns the value of attribute buyer_legal_company_name.

Returns:

  • (String, nil)


204
205
206
# File 'sig/peddler/apis/orders_v0.rbs', line 204

def buyer_legal_company_name
  @buyer_legal_company_name
end

#buyer_tax_officeString? (readonly)

Returns the value of attribute buyer_tax_office.

Returns:

  • (String, nil)


205
206
207
# File 'sig/peddler/apis/orders_v0.rbs', line 205

def buyer_tax_office
  @buyer_tax_office
end

#buyer_tax_registration_idString? (readonly)

Returns the value of attribute buyer_tax_registration_id.

Returns:

  • (String, nil)


206
207
208
# File 'sig/peddler/apis/orders_v0.rbs', line 206

def buyer_tax_registration_id
  @buyer_tax_registration_id
end

Class Method Details

.[](buyer_business_address:, buyer_legal_company_name:, buyer_tax_office:, buyer_tax_registration_id:) ⇒ Peddler::APIs::OrdersV0::BuyerTaxInformation .[](arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::OrdersV0::BuyerTaxInformation

Overloads:



196
197
# File 'sig/peddler/apis/orders_v0.rbs', line 196

def self.[]: (?buyer_business_address: String?, ?buyer_legal_company_name: String?, ?buyer_tax_office: String?, ?buyer_tax_registration_id: String?) -> Peddler::APIs::OrdersV0::BuyerTaxInformation
| (String?, String?, String?, String?) -> Peddler::APIs::OrdersV0::BuyerTaxInformation

.members[ :buyer_business_address, :buyer_legal_company_name, :buyer_tax_office, :buyer_tax_registration_id ]

Returns:

  • ([ :buyer_business_address, :buyer_legal_company_name, :buyer_tax_office, :buyer_tax_registration_id ])


199
# File 'sig/peddler/apis/orders_v0.rbs', line 199

def self.members: () -> [ :buyer_business_address, :buyer_legal_company_name, :buyer_tax_office, :buyer_tax_registration_id ]

.new(buyer_business_address:, buyer_legal_company_name:, buyer_tax_office:, buyer_tax_registration_id:) ⇒ Peddler::APIs::OrdersV0::BuyerTaxInformation .new(arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::OrdersV0::BuyerTaxInformation

Overloads:



194
195
# File 'sig/peddler/apis/orders_v0.rbs', line 194

def self.new: (?buyer_business_address: String?, ?buyer_legal_company_name: String?, ?buyer_tax_office: String?, ?buyer_tax_registration_id: String?) -> Peddler::APIs::OrdersV0::BuyerTaxInformation
| (String?, String?, String?, String?) -> Peddler::APIs::OrdersV0::BuyerTaxInformation

.parsePeddler::APIs::OrdersV0::BuyerTaxInformation

Parameters:

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

Returns:



201
# File 'sig/peddler/apis/orders_v0.rbs', line 201

def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::OrdersV0::BuyerTaxInformation

Instance Method Details

#members[ :buyer_business_address, :buyer_legal_company_name, :buyer_tax_office, :buyer_tax_registration_id ]

Returns:

  • ([ :buyer_business_address, :buyer_legal_company_name, :buyer_tax_office, :buyer_tax_registration_id ])


208
# File 'sig/peddler/apis/orders_v0.rbs', line 208

def members: () -> [ :buyer_business_address, :buyer_legal_company_name, :buyer_tax_office, :buyer_tax_registration_id ]

#to_h{ buyer_business_address: String?, buyer_legal_company_name: String?, buyer_tax_office: String?, buyer_tax_registration_id: String? }

Returns:

  • ({ buyer_business_address: String?, buyer_legal_company_name: String?, buyer_tax_office: String?, buyer_tax_registration_id: String? })


209
# File 'sig/peddler/apis/orders_v0.rbs', line 209

def to_h: () -> { buyer_business_address: String?, buyer_legal_company_name: String?, buyer_tax_office: String?, buyer_tax_registration_id: String? }