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_email ⇒ String?
readonly
Returns the value of attribute buyer_email.
-
#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_email, :buyer_name, :buyer_tax_info, :purchase_order_number ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::OrdersV0::BuyerInfo
Instance Method Summary collapse
-
#members ⇒ [ :buyer_county, :buyer_email, :buyer_name, :buyer_tax_info, :purchase_order_number ]
-
#to_h ⇒ { buyer_county: String?, buyer_email: 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.
172 173 174 |
# File 'sig/peddler/apis/orders_v0.rbs', line 172 def buyer_county @buyer_county end |
#buyer_email ⇒ String? (readonly)
Returns the value of attribute buyer_email.
173 174 175 |
# File 'sig/peddler/apis/orders_v0.rbs', line 173 def buyer_email @buyer_email end |
#buyer_name ⇒ String? (readonly)
Returns the value of attribute buyer_name.
174 175 176 |
# File 'sig/peddler/apis/orders_v0.rbs', line 174 def buyer_name @buyer_name end |
#buyer_tax_info ⇒ Peddler::APIs::OrdersV0::BuyerTaxInfo? (readonly)
Returns the value of attribute buyer_tax_info.
175 176 177 |
# File 'sig/peddler/apis/orders_v0.rbs', line 175 def buyer_tax_info @buyer_tax_info end |
#purchase_order_number ⇒ String? (readonly)
Returns the value of attribute purchase_order_number.
176 177 178 |
# File 'sig/peddler/apis/orders_v0.rbs', line 176 def purchase_order_number @purchase_order_number end |
Class Method Details
.[](buyer_county:, buyer_email:, buyer_name:, buyer_tax_info:, purchase_order_number:) ⇒ Peddler::APIs::OrdersV0::BuyerInfo .[](arg0, arg1, arg2, arg3, arg4) ⇒ Peddler::APIs::OrdersV0::BuyerInfo
165 166 |
# File 'sig/peddler/apis/orders_v0.rbs', line 165
def self.[]: (?buyer_county: String?, ?buyer_email: String?, ?buyer_name: String?, ?buyer_tax_info: Peddler::APIs::OrdersV0::BuyerTaxInfo?, ?purchase_order_number: String?) -> Peddler::APIs::OrdersV0::BuyerInfo
| (String?, String?, String?, Peddler::APIs::OrdersV0::BuyerTaxInfo?, String?) -> Peddler::APIs::OrdersV0::BuyerInfo
|
.members ⇒ [ :buyer_county, :buyer_email, :buyer_name, :buyer_tax_info, :purchase_order_number ]
168 |
# File 'sig/peddler/apis/orders_v0.rbs', line 168
def self.members: () -> [ :buyer_county, :buyer_email, :buyer_name, :buyer_tax_info, :purchase_order_number ]
|
.new(buyer_county:, buyer_email:, buyer_name:, buyer_tax_info:, purchase_order_number:) ⇒ Peddler::APIs::OrdersV0::BuyerInfo .new(arg0, arg1, arg2, arg3, arg4) ⇒ Peddler::APIs::OrdersV0::BuyerInfo
163 164 |
# File 'sig/peddler/apis/orders_v0.rbs', line 163
def self.new: (?buyer_county: String?, ?buyer_email: String?, ?buyer_name: String?, ?buyer_tax_info: Peddler::APIs::OrdersV0::BuyerTaxInfo?, ?purchase_order_number: String?) -> Peddler::APIs::OrdersV0::BuyerInfo
| (String?, String?, String?, Peddler::APIs::OrdersV0::BuyerTaxInfo?, String?) -> Peddler::APIs::OrdersV0::BuyerInfo
|
.parse ⇒ Peddler::APIs::OrdersV0::BuyerInfo
170 |
# File 'sig/peddler/apis/orders_v0.rbs', line 170
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::OrdersV0::BuyerInfo
|
Instance Method Details
#members ⇒ [ :buyer_county, :buyer_email, :buyer_name, :buyer_tax_info, :purchase_order_number ]
178 |
# File 'sig/peddler/apis/orders_v0.rbs', line 178
def members: () -> [ :buyer_county, :buyer_email, :buyer_name, :buyer_tax_info, :purchase_order_number ]
|
#to_h ⇒ { buyer_county: String?, buyer_email: String?, buyer_name: String?, buyer_tax_info: Peddler::APIs::OrdersV0::BuyerTaxInfo?, purchase_order_number: String? }
179 |
# File 'sig/peddler/apis/orders_v0.rbs', line 179
def to_h: () -> { buyer_county: String?, buyer_email: String?, buyer_name: String?, buyer_tax_info: Peddler::APIs::OrdersV0::BuyerTaxInfo?, purchase_order_number: String? }
|