Class: Peddler::APIs::OrdersV0::OrderBuyerInfo

Inherits:
Data
  • Object
show all
Defined in:
sig/peddler/apis/orders_v0.rbs

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#amazon_order_idString (readonly)

Returns the value of attribute amazon_order_id.

Returns:

  • (String)


710
711
712
# File 'sig/peddler/apis/orders_v0.rbs', line 710

def amazon_order_id
  @amazon_order_id
end

#buyer_countyString? (readonly)

Returns the value of attribute buyer_county.

Returns:

  • (String, nil)


711
712
713
# File 'sig/peddler/apis/orders_v0.rbs', line 711

def buyer_county
  @buyer_county
end

#buyer_emailString? (readonly)

Returns the value of attribute buyer_email.

Returns:

  • (String, nil)


712
713
714
# File 'sig/peddler/apis/orders_v0.rbs', line 712

def buyer_email
  @buyer_email
end

#buyer_nameString? (readonly)

Returns the value of attribute buyer_name.

Returns:

  • (String, nil)


713
714
715
# File 'sig/peddler/apis/orders_v0.rbs', line 713

def buyer_name
  @buyer_name
end

#buyer_tax_infoPeddler::APIs::OrdersV0::BuyerTaxInfo? (readonly)

Returns the value of attribute buyer_tax_info.



714
715
716
# File 'sig/peddler/apis/orders_v0.rbs', line 714

def buyer_tax_info
  @buyer_tax_info
end

#purchase_order_numberString? (readonly)

Returns the value of attribute purchase_order_number.

Returns:

  • (String, nil)


715
716
717
# File 'sig/peddler/apis/orders_v0.rbs', line 715

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

Overloads:



703
704
# File 'sig/peddler/apis/orders_v0.rbs', line 703

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 ]

Returns:

  • ([ :amazon_order_id, :buyer_county, :buyer_email, :buyer_name, :buyer_tax_info, :purchase_order_number ])


706
# File 'sig/peddler/apis/orders_v0.rbs', line 706

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

Overloads:



701
702
# File 'sig/peddler/apis/orders_v0.rbs', line 701

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

.parsePeddler::APIs::OrdersV0::OrderBuyerInfo

Parameters:

  • (Hash[String | Symbol, untyped])
  • (Object)

Returns:



708
# File 'sig/peddler/apis/orders_v0.rbs', line 708

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 ]

Returns:

  • ([ :amazon_order_id, :buyer_county, :buyer_email, :buyer_name, :buyer_tax_info, :purchase_order_number ])


717
# File 'sig/peddler/apis/orders_v0.rbs', line 717

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? }

Returns:

  • ({ amazon_order_id: String, buyer_county: String?, buyer_email: String?, buyer_name: String?, buyer_tax_info: Peddler::APIs::OrdersV0::BuyerTaxInfo?, purchase_order_number: String? })


718
# File 'sig/peddler/apis/orders_v0.rbs', line 718

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? }