Class: Peddler::APIs::OrdersV0::BuyerInfo

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

#buyer_countyString? (readonly)

Returns the value of attribute buyer_county.

Returns:

  • (String, nil)


149
150
151
# File 'sig/peddler/apis/orders_v0.rbs', line 149

def buyer_county
  @buyer_county
end

#buyer_nameString? (readonly)

Returns the value of attribute buyer_name.

Returns:

  • (String, nil)


150
151
152
# File 'sig/peddler/apis/orders_v0.rbs', line 150

def buyer_name
  @buyer_name
end

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

Returns the value of attribute buyer_tax_info.



151
152
153
# File 'sig/peddler/apis/orders_v0.rbs', line 151

def buyer_tax_info
  @buyer_tax_info
end

#purchase_order_numberString? (readonly)

Returns the value of attribute purchase_order_number.

Returns:

  • (String, nil)


152
153
154
# File 'sig/peddler/apis/orders_v0.rbs', line 152

def purchase_order_number
  @purchase_order_number
end

Class Method Details

.[](buyer_county:, buyer_name:, buyer_tax_info:, purchase_order_number:) ⇒ Peddler::APIs::OrdersV0::BuyerInfo .[](arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::OrdersV0::BuyerInfo

Overloads:



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

def self.[]: (?buyer_county: String?, ?buyer_name: String?, ?buyer_tax_info: Peddler::APIs::OrdersV0::BuyerTaxInfo?, ?purchase_order_number: String?) -> Peddler::APIs::OrdersV0::BuyerInfo
| (String?, String?, Peddler::APIs::OrdersV0::BuyerTaxInfo?, String?) -> Peddler::APIs::OrdersV0::BuyerInfo

.members[ :buyer_county, :buyer_name, :buyer_tax_info, :purchase_order_number ]

Returns:

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


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

def self.members: () -> [ :buyer_county, :buyer_name, :buyer_tax_info, :purchase_order_number ]

.new(buyer_county:, buyer_name:, buyer_tax_info:, purchase_order_number:) ⇒ Peddler::APIs::OrdersV0::BuyerInfo .new(arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::OrdersV0::BuyerInfo

Overloads:



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

def self.new: (?buyer_county: String?, ?buyer_name: String?, ?buyer_tax_info: Peddler::APIs::OrdersV0::BuyerTaxInfo?, ?purchase_order_number: String?) -> Peddler::APIs::OrdersV0::BuyerInfo
| (String?, String?, Peddler::APIs::OrdersV0::BuyerTaxInfo?, String?) -> Peddler::APIs::OrdersV0::BuyerInfo

.parsePeddler::APIs::OrdersV0::BuyerInfo

Parameters:

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

Returns:



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

def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::OrdersV0::BuyerInfo

Instance Method Details

#members[ :buyer_county, :buyer_name, :buyer_tax_info, :purchase_order_number ]

Returns:

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


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

def members: () -> [ :buyer_county, :buyer_name, :buyer_tax_info, :purchase_order_number ]

#to_h{ buyer_county: String?, buyer_name: String?, buyer_tax_info: Peddler::APIs::OrdersV0::BuyerTaxInfo?, purchase_order_number: String? }

Returns:



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

def to_h: () -> { buyer_county: String?, buyer_name: String?, buyer_tax_info: Peddler::APIs::OrdersV0::BuyerTaxInfo?, purchase_order_number: String? }