Method: Falsify::Order#note

Defined in:
lib/falsify/models/order/order.rb

#noteString

An optional note that a shop owner can attach to the order.

Returns:

  • (String)


115
116
117
# File 'lib/falsify/models/order/order.rb', line 115

def note
  @note
end