Method: Falsify::DiscountApplication#description

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

#descriptionString

The description of the discount application, as defined by the merchant or the Shopify Script. Available only for manual and script discount applications.

Returns:

  • (String)


23
24
25
# File 'lib/falsify/models/order/discount_application.rb', line 23

def description
  @description
end