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)


172
173
174
# File 'sig/peddler/apis/orders_v0.rbs', line 172

def buyer_county
  @buyer_county
end

#buyer_emailString? (readonly)

Returns the value of attribute buyer_email.

Returns:

  • (String, nil)


173
174
175
# File 'sig/peddler/apis/orders_v0.rbs', line 173

def buyer_email
  @buyer_email
end

#buyer_nameString? (readonly)

Returns the value of attribute buyer_name.

Returns:

  • (String, nil)


174
175
176
# File 'sig/peddler/apis/orders_v0.rbs', line 174

def buyer_name
  @buyer_name
end

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

Returns the value of attribute buyer_tax_info.



175
176
177
# File 'sig/peddler/apis/orders_v0.rbs', line 175

def buyer_tax_info
  @buyer_tax_info
end

#purchase_order_numberString? (readonly)

Returns the value of attribute purchase_order_number.

Returns:

  • (String, nil)


176
177
178
# File 'sig/peddler/apis/orders_v0.rbs', line 176

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

Overloads:



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

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 ]

Returns:

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


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

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

Overloads:



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

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

.parsePeddler::APIs::OrdersV0::BuyerInfo

Parameters:

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

Returns:



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

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 ]

Returns:

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


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

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

Returns:



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

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