Class: Peddler::APIs::OrdersV0::BuyerInfo
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::OrdersV0::BuyerInfo
- Defined in:
- sig/peddler/apis/orders_v0.rbs
Instance Attribute Summary collapse
-
#buyer_county ⇒ String?
readonly
Returns the value of attribute buyer_county.
-
#buyer_name ⇒ String?
readonly
Returns the value of attribute buyer_name.
-
#buyer_tax_info ⇒ Peddler::APIs::OrdersV0::BuyerTaxInfo?
readonly
Returns the value of attribute buyer_tax_info.
-
#purchase_order_number ⇒ String?
readonly
Returns the value of attribute purchase_order_number.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :buyer_county, :buyer_name, :buyer_tax_info, :purchase_order_number ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::OrdersV0::BuyerInfo
Instance Method Summary collapse
-
#members ⇒ [ :buyer_county, :buyer_name, :buyer_tax_info, :purchase_order_number ]
-
#to_h ⇒ { buyer_county: String?, buyer_name: String?, buyer_tax_info: Peddler::APIs::OrdersV0::BuyerTaxInfo?, purchase_order_number: String? }
Instance Attribute Details
#buyer_county ⇒ String? (readonly)
Returns the value of attribute buyer_county.
149 150 151 |
# File 'sig/peddler/apis/orders_v0.rbs', line 149 def buyer_county @buyer_county end |
#buyer_name ⇒ String? (readonly)
Returns the value of attribute buyer_name.
150 151 152 |
# File 'sig/peddler/apis/orders_v0.rbs', line 150 def buyer_name @buyer_name end |
#buyer_tax_info ⇒ Peddler::APIs::OrdersV0::BuyerTaxInfo? (readonly)
Returns the value of attribute buyer_tax_info.
151 152 153 |
# File 'sig/peddler/apis/orders_v0.rbs', line 151 def buyer_tax_info @buyer_tax_info end |
#purchase_order_number ⇒ String? (readonly)
Returns the value of attribute purchase_order_number.
152 153 154 |
# File 'sig/peddler/apis/orders_v0.rbs', line 152 def purchase_order_number @purchase_order_number end |
Class Method Details
.[](buyer_county:, buyer_name:, buyer_tax_info:, purchase_order_number:) ⇒ Peddler::APIs::OrdersV0::BuyerInfo .[](arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::OrdersV0::BuyerInfo
142 143 |
# File 'sig/peddler/apis/orders_v0.rbs', line 142
def self.[]: (?buyer_county: String?, ?buyer_name: String?, ?buyer_tax_info: Peddler::APIs::OrdersV0::BuyerTaxInfo?, ?purchase_order_number: String?) -> Peddler::APIs::OrdersV0::BuyerInfo
| (String?, String?, Peddler::APIs::OrdersV0::BuyerTaxInfo?, String?) -> Peddler::APIs::OrdersV0::BuyerInfo
|
.members ⇒ [ :buyer_county, :buyer_name, :buyer_tax_info, :purchase_order_number ]
145 |
# File 'sig/peddler/apis/orders_v0.rbs', line 145
def self.members: () -> [ :buyer_county, :buyer_name, :buyer_tax_info, :purchase_order_number ]
|
.new(buyer_county:, buyer_name:, buyer_tax_info:, purchase_order_number:) ⇒ Peddler::APIs::OrdersV0::BuyerInfo .new(arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::OrdersV0::BuyerInfo
140 141 |
# File 'sig/peddler/apis/orders_v0.rbs', line 140
def self.new: (?buyer_county: String?, ?buyer_name: String?, ?buyer_tax_info: Peddler::APIs::OrdersV0::BuyerTaxInfo?, ?purchase_order_number: String?) -> Peddler::APIs::OrdersV0::BuyerInfo
| (String?, String?, Peddler::APIs::OrdersV0::BuyerTaxInfo?, String?) -> Peddler::APIs::OrdersV0::BuyerInfo
|
.parse ⇒ Peddler::APIs::OrdersV0::BuyerInfo
147 |
# File 'sig/peddler/apis/orders_v0.rbs', line 147
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::OrdersV0::BuyerInfo
|
Instance Method Details
#members ⇒ [ :buyer_county, :buyer_name, :buyer_tax_info, :purchase_order_number ]
154 |
# File 'sig/peddler/apis/orders_v0.rbs', line 154
def members: () -> [ :buyer_county, :buyer_name, :buyer_tax_info, :purchase_order_number ]
|
#to_h ⇒ { buyer_county: String?, buyer_name: String?, buyer_tax_info: Peddler::APIs::OrdersV0::BuyerTaxInfo?, purchase_order_number: String? }
155 |
# File 'sig/peddler/apis/orders_v0.rbs', line 155
def to_h: () -> { buyer_county: String?, buyer_name: String?, buyer_tax_info: Peddler::APIs::OrdersV0::BuyerTaxInfo?, purchase_order_number: String? }
|