mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-16 00:02:00 -04:00
Update generated code for v1645
This commit is contained in:
parent
b961ef839d
commit
6894285055
@ -1 +1 @@
|
|||||||
v1643
|
v1645
|
@ -178,7 +178,7 @@ module Stripe
|
|||||||
attr_reader :currency
|
attr_reader :currency
|
||||||
# Coupons defined in each available currency option. Each key must be a three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html) and a [supported currency](https://stripe.com/docs/currencies).
|
# Coupons defined in each available currency option. Each key must be a three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html) and a [supported currency](https://stripe.com/docs/currencies).
|
||||||
attr_reader :currency_options
|
attr_reader :currency_options
|
||||||
# One of `forever`, `once`, and `repeating`. Describes how long a customer who applies this coupon will get the discount.
|
# One of `forever`, `once`, or `repeating`. Describes how long a customer who applies this coupon will get the discount.
|
||||||
attr_reader :duration
|
attr_reader :duration
|
||||||
# If `duration` is `repeating`, the number of months the coupon applies. Null if coupon `duration` is `forever` or `once`.
|
# If `duration` is `repeating`, the number of months the coupon applies. Null if coupon `duration` is `forever` or `once`.
|
||||||
attr_reader :duration_in_months
|
attr_reader :duration_in_months
|
||||||
|
@ -25373,7 +25373,7 @@ module Stripe
|
|||||||
# Coupons defined in each available currency option. Each key must be a three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html) and a [supported currency](https://stripe.com/docs/currencies).
|
# Coupons defined in each available currency option. Each key must be a three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html) and a [supported currency](https://stripe.com/docs/currencies).
|
||||||
sig { returns(T::Hash[String, CurrencyOptions]) }
|
sig { returns(T::Hash[String, CurrencyOptions]) }
|
||||||
attr_reader :currency_options
|
attr_reader :currency_options
|
||||||
# One of `forever`, `once`, and `repeating`. Describes how long a customer who applies this coupon will get the discount.
|
# One of `forever`, `once`, or `repeating`. Describes how long a customer who applies this coupon will get the discount.
|
||||||
sig { returns(String) }
|
sig { returns(String) }
|
||||||
attr_reader :duration
|
attr_reader :duration
|
||||||
# If `duration` is `repeating`, the number of months the coupon applies. Null if coupon `duration` is `forever` or `once`.
|
# If `duration` is `repeating`, the number of months the coupon applies. Null if coupon `duration` is `forever` or `once`.
|
||||||
|
@ -32,7 +32,7 @@ module Stripe
|
|||||||
# Coupons defined in each available currency option. Each key must be a three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html) and a [supported currency](https://stripe.com/docs/currencies).
|
# Coupons defined in each available currency option. Each key must be a three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html) and a [supported currency](https://stripe.com/docs/currencies).
|
||||||
sig { returns(T::Hash[String, CurrencyOptions]) }
|
sig { returns(T::Hash[String, CurrencyOptions]) }
|
||||||
attr_reader :currency_options
|
attr_reader :currency_options
|
||||||
# One of `forever`, `once`, and `repeating`. Describes how long a customer who applies this coupon will get the discount.
|
# One of `forever`, `once`, or `repeating`. Describes how long a customer who applies this coupon will get the discount.
|
||||||
sig { returns(String) }
|
sig { returns(String) }
|
||||||
attr_reader :duration
|
attr_reader :duration
|
||||||
# If `duration` is `repeating`, the number of months the coupon applies. Null if coupon `duration` is `forever` or `once`.
|
# If `duration` is `repeating`, the number of months the coupon applies. Null if coupon `duration` is `forever` or `once`.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user