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)


671
672
673
# File 'sig/peddler/apis/orders_v0.rbs', line 671

def amazon_order_id
  @amazon_order_id
end

#buyer_countyString? (readonly)

Returns the value of attribute buyer_county.

Returns:

  • (String, nil)


672
673
674
# File 'sig/peddler/apis/orders_v0.rbs', line 672

def buyer_county
  @buyer_county
end

#buyer_emailString? (readonly)

Returns the value of attribute buyer_email.

Returns:

  • (String, nil)


673
674
675
# File 'sig/peddler/apis/orders_v0.rbs', line 673

def buyer_email
  @buyer_email
end

#buyer_nameString? (readonly)

Returns the value of attribute buyer_name.

Returns:

  • (String, nil)


674
675
676
# File 'sig/peddler/apis/orders_v0.rbs', line 674

def buyer_name
  @buyer_name
end

#buyer_tax_infoPeddler::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_numberString? (readonly)

Returns the value of attribute purchase_order_number.

Returns:

  • (String, nil)


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

Overloads:



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 ]

Returns:

  • ([ :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

Overloads:



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

.parsePeddler::APIs::OrdersV0::OrderBuyerInfo

Parameters:

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

Returns:



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 ]

Returns:

  • ([ :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? }

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


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