Class: Peddler::APIs::OrdersV0::OrderBuyerInfo
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::OrdersV0::OrderBuyerInfo
- Defined in:
- sig/peddler/apis/orders_v0.rbs
Instance Attribute Summary collapse
-
#amazon_order_id ⇒ String
readonly
Returns the value of attribute amazon_order_id.
-
#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 ⇒ [ :amazon_order_id, :buyer_county, :buyer_email, :buyer_name, :buyer_tax_info, :purchase_order_number ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::OrdersV0::OrderBuyerInfo
Instance Method Summary collapse
-
#members ⇒ [ :amazon_order_id, :buyer_county, :buyer_email, :buyer_name, :buyer_tax_info, :purchase_order_number ]
-
#to_h ⇒ { amazon_order_id: String, buyer_county: String?, buyer_email: String?, buyer_name: String?, buyer_tax_info: Peddler::APIs::OrdersV0::BuyerTaxInfo?, purchase_order_number: String? }
Instance Attribute Details
#amazon_order_id ⇒ String (readonly)
Returns the value of attribute amazon_order_id.
671 672 673 |
# File 'sig/peddler/apis/orders_v0.rbs', line 671 def amazon_order_id @amazon_order_id end |
#buyer_county ⇒ String? (readonly)
Returns the value of attribute buyer_county.
672 673 674 |
# File 'sig/peddler/apis/orders_v0.rbs', line 672 def buyer_county @buyer_county end |
#buyer_email ⇒ String? (readonly)
Returns the value of attribute buyer_email.
673 674 675 |
# File 'sig/peddler/apis/orders_v0.rbs', line 673 def buyer_email @buyer_email end |
#buyer_name ⇒ String? (readonly)
Returns the value of attribute buyer_name.
674 675 676 |
# File 'sig/peddler/apis/orders_v0.rbs', line 674 def buyer_name @buyer_name end |
#buyer_tax_info ⇒ Peddler::APIs::OrdersV0::BuyerTaxInfo? (readonly)
Returns the value of attribute buyer_tax_info.
675 676 677 |
# File 'sig/peddler/apis/orders_v0.rbs', line 675 def buyer_tax_info @buyer_tax_info end |
#purchase_order_number ⇒ String? (readonly)
Returns the value of attribute purchase_order_number.
676 677 678 |
# File 'sig/peddler/apis/orders_v0.rbs', line 676 def purchase_order_number @purchase_order_number end |
Class Method Details
.[](amazon_order_id:, buyer_county:, buyer_email:, buyer_name:, buyer_tax_info:, purchase_order_number:) ⇒ Peddler::APIs::OrdersV0::OrderBuyerInfo .[](arg0, arg1, arg2, arg3, arg4, arg5) ⇒ Peddler::APIs::OrdersV0::OrderBuyerInfo
664 665 |
# File 'sig/peddler/apis/orders_v0.rbs', line 664
def self.[]: (amazon_order_id: String, ?buyer_county: String?, ?buyer_email: String?, ?buyer_name: String?, ?buyer_tax_info: Peddler::APIs::OrdersV0::BuyerTaxInfo?, ?purchase_order_number: String?) -> Peddler::APIs::OrdersV0::OrderBuyerInfo
| (String, String?, String?, String?, Peddler::APIs::OrdersV0::BuyerTaxInfo?, String?) -> Peddler::APIs::OrdersV0::OrderBuyerInfo
|
.members ⇒ [ :amazon_order_id, :buyer_county, :buyer_email, :buyer_name, :buyer_tax_info, :purchase_order_number ]
667 |
# File 'sig/peddler/apis/orders_v0.rbs', line 667
def self.members: () -> [ :amazon_order_id, :buyer_county, :buyer_email, :buyer_name, :buyer_tax_info, :purchase_order_number ]
|
.new(amazon_order_id:, buyer_county:, buyer_email:, buyer_name:, buyer_tax_info:, purchase_order_number:) ⇒ Peddler::APIs::OrdersV0::OrderBuyerInfo .new(arg0, arg1, arg2, arg3, arg4, arg5) ⇒ Peddler::APIs::OrdersV0::OrderBuyerInfo
662 663 |
# File 'sig/peddler/apis/orders_v0.rbs', line 662
def self.new: (amazon_order_id: String, ?buyer_county: String?, ?buyer_email: String?, ?buyer_name: String?, ?buyer_tax_info: Peddler::APIs::OrdersV0::BuyerTaxInfo?, ?purchase_order_number: String?) -> Peddler::APIs::OrdersV0::OrderBuyerInfo
| (String, String?, String?, String?, Peddler::APIs::OrdersV0::BuyerTaxInfo?, String?) -> Peddler::APIs::OrdersV0::OrderBuyerInfo
|
.parse ⇒ Peddler::APIs::OrdersV0::OrderBuyerInfo
669 |
# File 'sig/peddler/apis/orders_v0.rbs', line 669
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::OrdersV0::OrderBuyerInfo
|
Instance Method Details
#members ⇒ [ :amazon_order_id, :buyer_county, :buyer_email, :buyer_name, :buyer_tax_info, :purchase_order_number ]
678 |
# File 'sig/peddler/apis/orders_v0.rbs', line 678
def members: () -> [ :amazon_order_id, :buyer_county, :buyer_email, :buyer_name, :buyer_tax_info, :purchase_order_number ]
|
#to_h ⇒ { amazon_order_id: String, buyer_county: String?, buyer_email: String?, buyer_name: String?, buyer_tax_info: Peddler::APIs::OrdersV0::BuyerTaxInfo?, purchase_order_number: String? }
679 |
# File 'sig/peddler/apis/orders_v0.rbs', line 679
def to_h: () -> { amazon_order_id: String, buyer_county: String?, buyer_email: String?, buyer_name: String?, buyer_tax_info: Peddler::APIs::OrdersV0::BuyerTaxInfo?, purchase_order_number: String? }
|