stripe-ruby/lib/stripe/resources/promotion_code.rb
remi-stripe cf8b2c5e84
Add support for the PromotionCode resource and APIs (#937)
* Codegen for openapi f71053e

* Add tests
2020-08-05 12:33:47 -07:00

13 lines
286 B
Ruby

# File generated from our OpenAPI spec
# frozen_string_literal: true
module Stripe
class PromotionCode < APIResource
extend Stripe::APIOperations::Create
extend Stripe::APIOperations::List
include Stripe::APIOperations::Save
OBJECT_NAME = "promotion_code"
end
end