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.
203 204 205 |
# File 'sig/peddler/apis/orders_v0.rbs', line 203 def buyer_business_address @buyer_business_address end |
#buyer_legal_company_name ⇒ String? (readonly)
Returns the value of attribute buyer_legal_company_name.
204 205 206 |
# File 'sig/peddler/apis/orders_v0.rbs', line 204 def buyer_legal_company_name @buyer_legal_company_name end |
#buyer_tax_office ⇒ String? (readonly)
Returns the value of attribute buyer_tax_office.
205 206 207 |
# File 'sig/peddler/apis/orders_v0.rbs', line 205 def buyer_tax_office @buyer_tax_office end |
#buyer_tax_registration_id ⇒ String? (readonly)
Returns the value of attribute buyer_tax_registration_id.
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
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 ]
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
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
|
.parse ⇒ Peddler::APIs::OrdersV0::BuyerTaxInformation
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 ]
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? }
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? }
|