Sha256: fe3c7da34a19093464738abaa2962143bb6d1a8c9be8e3eacb68e723ef0bac23
Contents?: true
Size: 463 Bytes
Versions: 68
Compression:
Stored size: 463 Bytes
Contents
# File generated from our OpenAPI spec # frozen_string_literal: true module Stripe # A Promotion Code represents a customer-redeemable code for a [coupon](https://stripe.com/docs/api#coupons). It can be used to # create multiple codes for a single coupon. class PromotionCode < APIResource extend Stripe::APIOperations::Create extend Stripe::APIOperations::List include Stripe::APIOperations::Save OBJECT_NAME = "promotion_code" end end
Version data entries
68 entries across 68 versions & 1 rubygems