Sha256: 21002eadb68b2d836fd6433275c84b5b5a5043d1cfe5df23e5a68df967279641
Contents?: true
Size: 544 Bytes
Versions: 26
Compression:
Stored size: 544 Bytes
Contents
# File generated from our OpenAPI spec # frozen_string_literal: true module Stripe # A discount represents the actual application of a [coupon](https://stripe.com/docs/api#coupons) or [promotion code](https://stripe.com/docs/api#promotion_codes). # It contains information about when the discount began, when it will end, and what it is applied to. # # Related guide: [Applying Discounts to Subscriptions](https://stripe.com/docs/billing/subscriptions/discounts). class Discount < StripeObject OBJECT_NAME = "discount" end end
Version data entries
26 entries across 26 versions & 1 rubygems