Class: Stripe::PromotionCodeService::UpdateParams::Restrictions
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::PromotionCodeService::UpdateParams::Restrictions
- Defined in:
- lib/stripe/services/promotion_code_service.rb
Defined Under Namespace
Classes: CurrencyOptions
Instance Attribute Summary collapse
-
#currency_options ⇒ Object
Promotion codes defined in each available currency option.
Instance Method Summary collapse
-
#initialize(currency_options: nil) ⇒ Restrictions
constructor
A new instance of Restrictions.
Methods inherited from RequestParams
Constructor Details
#initialize(currency_options: nil) ⇒ Restrictions
Returns a new instance of Restrictions.
163 164 165 |
# File 'lib/stripe/services/promotion_code_service.rb', line 163 def initialize(currency_options: nil) @currency_options = end |
Instance Attribute Details
#currency_options ⇒ Object
Promotion codes defined in each available currency option. Each key must be a three-letter [ISO currency code](www.iso.org/iso-4217-currency-codes.html) and a [supported currency](stripe.com/docs/currencies).
161 162 163 |
# File 'lib/stripe/services/promotion_code_service.rb', line 161 def @currency_options end |