Class: Orderspace::Structs::Order

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

Instance Attribute Summary collapse

Instance Attribute Details

#billing_addressObject

Returns the value of attribute billing_address

Returns:

  • (Object)

    the current value of billing_address



5
6
7
# File 'lib/orderspace/struct/order.rb', line 5

def billing_address
  @billing_address
end

#company_nameObject

Returns the value of attribute company_name

Returns:

  • (Object)

    the current value of company_name



5
6
7
# File 'lib/orderspace/struct/order.rb', line 5

def company_name
  @company_name
end

#createdObject

Returns the value of attribute created

Returns:

  • (Object)

    the current value of created



5
6
7
# File 'lib/orderspace/struct/order.rb', line 5

def created
  @created
end

#currencyObject

Returns the value of attribute currency

Returns:

  • (Object)

    the current value of currency



5
6
7
# File 'lib/orderspace/struct/order.rb', line 5

def currency
  @currency
end

#customer_idObject

Returns the value of attribute customer_id

Returns:

  • (Object)

    the current value of customer_id



5
6
7
# File 'lib/orderspace/struct/order.rb', line 5

def customer_id
  @customer_id
end

#customer_noteObject

Returns the value of attribute customer_note

Returns:

  • (Object)

    the current value of customer_note



5
6
7
# File 'lib/orderspace/struct/order.rb', line 5

def customer_note
  @customer_note
end

#customer_po_numberObject

Returns the value of attribute customer_po_number

Returns:

  • (Object)

    the current value of customer_po_number



5
6
7
# File 'lib/orderspace/struct/order.rb', line 5

def customer_po_number
  @customer_po_number
end

#delivery_dateObject

Returns the value of attribute delivery_date

Returns:

  • (Object)

    the current value of delivery_date



5
6
7
# File 'lib/orderspace/struct/order.rb', line 5

def delivery_date
  @delivery_date
end

#email_addressesObject

Returns the value of attribute email_addresses

Returns:

  • (Object)

    the current value of email_addresses



5
6
7
# File 'lib/orderspace/struct/order.rb', line 5

def email_addresses
  @email_addresses
end

#gross_totalObject

Returns the value of attribute gross_total

Returns:

  • (Object)

    the current value of gross_total



5
6
7
# File 'lib/orderspace/struct/order.rb', line 5

def gross_total
  @gross_total
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



5
6
7
# File 'lib/orderspace/struct/order.rb', line 5

def id
  @id
end

#internal_noteObject

Returns the value of attribute internal_note

Returns:

  • (Object)

    the current value of internal_note



5
6
7
# File 'lib/orderspace/struct/order.rb', line 5

def internal_note
  @internal_note
end

#net_totalObject

Returns the value of attribute net_total

Returns:

  • (Object)

    the current value of net_total



5
6
7
# File 'lib/orderspace/struct/order.rb', line 5

def net_total
  @net_total
end

#numberObject

Returns the value of attribute number

Returns:

  • (Object)

    the current value of number



5
6
7
# File 'lib/orderspace/struct/order.rb', line 5

def number
  @number
end

#order_linesObject

Returns the value of attribute order_lines

Returns:

  • (Object)

    the current value of order_lines



5
6
7
# File 'lib/orderspace/struct/order.rb', line 5

def order_lines
  @order_lines
end

#phoneObject

Returns the value of attribute phone

Returns:

  • (Object)

    the current value of phone



5
6
7
# File 'lib/orderspace/struct/order.rb', line 5

def phone
  @phone
end

#referenceObject

Returns the value of attribute reference

Returns:

  • (Object)

    the current value of reference



5
6
7
# File 'lib/orderspace/struct/order.rb', line 5

def reference
  @reference
end

#shipping_addressObject

Returns the value of attribute shipping_address

Returns:

  • (Object)

    the current value of shipping_address



5
6
7
# File 'lib/orderspace/struct/order.rb', line 5

def shipping_address
  @shipping_address
end

#shipping_typeObject

Returns the value of attribute shipping_type

Returns:

  • (Object)

    the current value of shipping_type



5
6
7
# File 'lib/orderspace/struct/order.rb', line 5

def shipping_type
  @shipping_type
end

#standing_order_idObject

Returns the value of attribute standing_order_id

Returns:

  • (Object)

    the current value of standing_order_id



5
6
7
# File 'lib/orderspace/struct/order.rb', line 5

def standing_order_id
  @standing_order_id
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



5
6
7
# File 'lib/orderspace/struct/order.rb', line 5

def status
  @status
end