Method: Falsify::DiscountApplication#description
- Defined in:
- lib/falsify/models/order/discount_application.rb
#description ⇒ String
The description of the discount application, as defined by the merchant or the Shopify Script. Available only for manual and script discount applications.
23 24 25 |
# File 'lib/falsify/models/order/discount_application.rb', line 23 def description @description end |