Class: Peddler::APIs::OrdersV0::BuyerTaxInformation
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::OrdersV0::BuyerTaxInformation
- Defined in:
- sig/peddler/apis/orders_v0.rbs
Instance Attribute Summary collapse
-
#buyer_business_address ⇒ String?
readonly
Returns the value of attribute buyer_business_address.
-
#buyer_legal_company_name ⇒ String?
readonly
Returns the value of attribute buyer_legal_company_name.
-
#buyer_tax_office ⇒ String?
readonly
Returns the value of attribute buyer_tax_office.
-
#buyer_tax_registration_id ⇒ String?
readonly
Returns the value of attribute buyer_tax_registration_id.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :buyer_business_address, :buyer_legal_company_name, :buyer_tax_office, :buyer_tax_registration_id ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::OrdersV0::BuyerTaxInformation
Instance Method Summary collapse
-
#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? }
Instance Attribute Details
#buyer_business_address ⇒ String? (readonly)
Returns the value of attribute buyer_business_address.
227 228 229 |
# File 'sig/peddler/apis/orders_v0.rbs', line 227 def buyer_business_address @buyer_business_address end |
#buyer_legal_company_name ⇒ String? (readonly)
Returns the value of attribute buyer_legal_company_name.
228 229 230 |
# File 'sig/peddler/apis/orders_v0.rbs', line 228 def buyer_legal_company_name @buyer_legal_company_name end |
#buyer_tax_office ⇒ String? (readonly)
Returns the value of attribute buyer_tax_office.
229 230 231 |
# File 'sig/peddler/apis/orders_v0.rbs', line 229 def buyer_tax_office @buyer_tax_office end |
#buyer_tax_registration_id ⇒ String? (readonly)
Returns the value of attribute buyer_tax_registration_id.
230 231 232 |
# File 'sig/peddler/apis/orders_v0.rbs', line 230 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
220 221 |
# File 'sig/peddler/apis/orders_v0.rbs', line 220
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 ]
223 |
# File 'sig/peddler/apis/orders_v0.rbs', line 223
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
218 219 |
# File 'sig/peddler/apis/orders_v0.rbs', line 218
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
|
.parse ⇒ Peddler::APIs::OrdersV0::BuyerTaxInformation
225 |
# File 'sig/peddler/apis/orders_v0.rbs', line 225
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 ]
232 |
# File 'sig/peddler/apis/orders_v0.rbs', line 232
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? }
233 |
# File 'sig/peddler/apis/orders_v0.rbs', line 233
def to_h: () -> { buyer_business_address: String?, buyer_legal_company_name: String?, buyer_tax_office: String?, buyer_tax_registration_id: String? }
|