mirror of
				https://github.com/stripe/stripe-ruby.git
				synced 2025-10-30 00:03:01 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			463 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			463 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
| # 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
 |