Method: Falsify::DiscountApplication#title

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

#titleString

The title of the discount application, as defined by the merchant. Available only for manual discount applications.

Returns:



41
42
43
# File 'lib/falsify/models/order/discount_application.rb', line 41

def title
  @title
end