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.
150 151 152 |
# File 'sig/peddler/apis/orders_v0.rbs', line 150 def buyer_county @buyer_county end |
#buyer_email ⇒ String? (readonly)
Returns the value of attribute buyer_email.
151 152 153 |
# File 'sig/peddler/apis/orders_v0.rbs', line 151 def buyer_email @buyer_email end |
#buyer_name ⇒ String? (readonly)
Returns the value of attribute buyer_name.
152 153 154 |
# File 'sig/peddler/apis/orders_v0.rbs', line 152 def buyer_name @buyer_name end |
#buyer_tax_info ⇒ Peddler::APIs::OrdersV0::BuyerTaxInfo? (readonly)
Returns the value of attribute buyer_tax_info.
153 154 155 |
# File 'sig/peddler/apis/orders_v0.rbs', line 153 def buyer_tax_info @buyer_tax_info end |
#purchase_order_number ⇒ String? (readonly)
Returns the value of attribute purchase_order_number.
154 155 156 |
# File 'sig/peddler/apis/orders_v0.rbs', line 154 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
143 144 |
# File 'sig/peddler/apis/orders_v0.rbs', line 143
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 ]
146 |
# File 'sig/peddler/apis/orders_v0.rbs', line 146
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
141 142 |
# File 'sig/peddler/apis/orders_v0.rbs', line 141
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
148 |
# File 'sig/peddler/apis/orders_v0.rbs', line 148
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 ]
156 |
# File 'sig/peddler/apis/orders_v0.rbs', line 156
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? }
157 |
# File 'sig/peddler/apis/orders_v0.rbs', line 157
def to_h: () -> { buyer_county: String?, buyer_email: String?, buyer_name: String?, buyer_tax_info: Peddler::APIs::OrdersV0::BuyerTaxInfo?, purchase_order_number: String? }
|