Sha256: 9afb44286b08232c6f281a922911006a950ea7f23cf48b427099aafed3f3c790
Contents?: true
Size: 593 Bytes
Versions: 54
Compression:
Stored size: 593 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" def self.object_name "discount" end end end
Version data entries
54 entries across 54 versions & 1 rubygems