Class: Orderspace::Structs::Customer

Inherits:
Struct
  • Object
show all
Defined in:
lib/orderspace/struct/customer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#addressesObject

Returns the value of attribute addresses

Returns:

  • (Object)

    the current value of addresses



6
7
8
# File 'lib/orderspace/struct/customer.rb', line 6

def addresses
  @addresses
end

#buyersObject

Returns the value of attribute buyers

Returns:

  • (Object)

    the current value of buyers



6
7
8
# File 'lib/orderspace/struct/customer.rb', line 6

def buyers
  @buyers
end

#company_nameObject

Returns the value of attribute company_name

Returns:

  • (Object)

    the current value of company_name



6
7
8
# File 'lib/orderspace/struct/customer.rb', line 6

def company_name
  @company_name
end

#created_atObject

Returns the value of attribute created_at

Returns:

  • (Object)

    the current value of created_at



6
7
8
# File 'lib/orderspace/struct/customer.rb', line 6

def created_at
  @created_at
end

#customer_group_idObject

Returns the value of attribute customer_group_id

Returns:

  • (Object)

    the current value of customer_group_id



6
7
8
# File 'lib/orderspace/struct/customer.rb', line 6

def customer_group_id
  @customer_group_id
end

#email_addressesObject

Returns the value of attribute email_addresses

Returns:

  • (Object)

    the current value of email_addresses



6
7
8
# File 'lib/orderspace/struct/customer.rb', line 6

def email_addresses
  @email_addresses
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



6
7
8
# File 'lib/orderspace/struct/customer.rb', line 6

def id
  @id
end

#minimum_spendObject

Returns the value of attribute minimum_spend

Returns:

  • (Object)

    the current value of minimum_spend



6
7
8
# File 'lib/orderspace/struct/customer.rb', line 6

def minimum_spend
  @minimum_spend
end

#payment_terms_idObject

Returns the value of attribute payment_terms_id

Returns:

  • (Object)

    the current value of payment_terms_id



6
7
8
# File 'lib/orderspace/struct/customer.rb', line 6

def payment_terms_id
  @payment_terms_id
end

#phoneObject

Returns the value of attribute phone

Returns:

  • (Object)

    the current value of phone



6
7
8
# File 'lib/orderspace/struct/customer.rb', line 6

def phone
  @phone
end

#price_list_idObject

Returns the value of attribute price_list_id

Returns:

  • (Object)

    the current value of price_list_id



6
7
8
# File 'lib/orderspace/struct/customer.rb', line 6

def price_list_id
  @price_list_id
end

#referenceObject

Returns the value of attribute reference

Returns:

  • (Object)

    the current value of reference



6
7
8
# File 'lib/orderspace/struct/customer.rb', line 6

def reference
  @reference
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



6
7
8
# File 'lib/orderspace/struct/customer.rb', line 6

def status
  @status
end

#tax_numberObject

Returns the value of attribute tax_number

Returns:

  • (Object)

    the current value of tax_number



6
7
8
# File 'lib/orderspace/struct/customer.rb', line 6

def tax_number
  @tax_number
end

#tax_rate_idObject

Returns the value of attribute tax_rate_id

Returns:

  • (Object)

    the current value of tax_rate_id



6
7
8
# File 'lib/orderspace/struct/customer.rb', line 6

def tax_rate_id
  @tax_rate_id
end