Method: Falsify::Refund#note

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

#noteString

An optional note attached to a refund.

Returns:

  • (String)


13
14
15
# File 'lib/falsify/models/order/refund/refund.rb', line 13

def note
  @note
end