stigg 0.1.0.pre.alpha.1 → 0.1.0.pre.alpha.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (124) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +14 -0
  3. data/README.md +29 -1
  4. data/lib/stigg/internal/my_cursor_id_page.rb +32 -4
  5. data/lib/stigg/models/v1/coupon_create_params.rb +2 -0
  6. data/lib/stigg/models/v1/coupon_create_response.rb +11 -6
  7. data/lib/stigg/models/v1/coupon_list_params.rb +14 -14
  8. data/lib/stigg/models/v1/coupon_list_response.rb +262 -278
  9. data/lib/stigg/models/v1/coupon_retrieve_response.rb +11 -6
  10. data/lib/stigg/models/v1/customer_create_params.rb +2 -0
  11. data/lib/stigg/models/v1/customer_list_params.rb +14 -14
  12. data/lib/stigg/models/v1/customer_list_response.rb +160 -174
  13. data/lib/stigg/models/v1/customer_response.rb +8 -1
  14. data/lib/stigg/models/v1/customer_update_params.rb +2 -0
  15. data/lib/stigg/models/v1/customers/payment_method_attach_params.rb +3 -1
  16. data/lib/stigg/models/v1/subscription_create_params.rb +1485 -6
  17. data/lib/stigg/models/v1/subscription_create_response.rb +703 -4
  18. data/lib/stigg/models/v1/subscription_delegate_params.rb +7 -2
  19. data/lib/stigg/models/v1/subscription_delegate_response.rb +42 -2
  20. data/lib/stigg/models/v1/subscription_list_params.rb +20 -24
  21. data/lib/stigg/models/v1/subscription_list_response.rb +255 -236
  22. data/lib/stigg/models/v1/subscription_migrate_params.rb +3 -3
  23. data/lib/stigg/models/v1/subscription_migrate_response.rb +42 -2
  24. data/lib/stigg/models/v1/subscription_preview_params.rb +139 -46
  25. data/lib/stigg/models/v1/subscription_preview_response.rb +164 -49
  26. data/lib/stigg/models/v1/subscription_retrieve_response.rb +42 -2
  27. data/lib/stigg/models/v1/subscription_transfer_params.rb +2 -6
  28. data/lib/stigg/models/v1/subscription_transfer_response.rb +42 -2
  29. data/lib/stigg/models/v1/subscriptions/future_update_cancel_pending_payment_response.rb +2 -0
  30. data/lib/stigg/models/v1/subscriptions/future_update_cancel_schedule_response.rb +2 -0
  31. data/lib/stigg/models/v1_create_event_params.rb +2 -0
  32. data/lib/stigg/models/v1_create_event_response.rb +8 -1
  33. data/lib/stigg/models/v1_create_usage_params.rb +19 -3
  34. data/lib/stigg/models/v1_create_usage_response.rb +7 -1
  35. data/lib/stigg/resources/v1/coupons.rb +12 -10
  36. data/lib/stigg/resources/v1/customers/payment_method.rb +6 -5
  37. data/lib/stigg/resources/v1/customers/usage.rb +0 -41
  38. data/lib/stigg/resources/v1/customers.rb +20 -20
  39. data/lib/stigg/resources/v1/subscriptions/future_update.rb +6 -4
  40. data/lib/stigg/resources/v1/subscriptions.rb +74 -49
  41. data/lib/stigg/resources/v1.rb +2 -2
  42. data/lib/stigg/version.rb +1 -1
  43. data/lib/stigg.rb +0 -7
  44. data/rbi/stigg/internal/my_cursor_id_page.rbi +27 -0
  45. data/rbi/stigg/models/v1/coupon_create_params.rbi +1 -0
  46. data/rbi/stigg/models/v1/coupon_create_response.rbi +11 -10
  47. data/rbi/stigg/models/v1/coupon_list_params.rbi +21 -21
  48. data/rbi/stigg/models/v1/coupon_list_response.rbi +812 -869
  49. data/rbi/stigg/models/v1/coupon_retrieve_response.rbi +11 -10
  50. data/rbi/stigg/models/v1/customer_create_params.rbi +1 -0
  51. data/rbi/stigg/models/v1/customer_list_params.rbi +21 -21
  52. data/rbi/stigg/models/v1/customer_list_response.rbi +307 -347
  53. data/rbi/stigg/models/v1/customer_response.rbi +8 -1
  54. data/rbi/stigg/models/v1/customer_update_params.rbi +1 -0
  55. data/rbi/stigg/models/v1/customers/payment_method_attach_params.rbi +3 -0
  56. data/rbi/stigg/models/v1/subscription_create_params.rbi +4975 -84
  57. data/rbi/stigg/models/v1/subscription_create_response.rbi +2508 -1
  58. data/rbi/stigg/models/v1/subscription_delegate_params.rbi +6 -2
  59. data/rbi/stigg/models/v1/subscription_delegate_response.rbi +84 -1
  60. data/rbi/stigg/models/v1/subscription_list_params.rbi +26 -28
  61. data/rbi/stigg/models/v1/subscription_list_response.rbi +460 -435
  62. data/rbi/stigg/models/v1/subscription_migrate_params.rbi +3 -3
  63. data/rbi/stigg/models/v1/subscription_migrate_response.rbi +84 -1
  64. data/rbi/stigg/models/v1/subscription_preview_params.rbi +112 -14
  65. data/rbi/stigg/models/v1/subscription_preview_response.rbi +139 -6
  66. data/rbi/stigg/models/v1/subscription_retrieve_response.rbi +84 -1
  67. data/rbi/stigg/models/v1/subscription_transfer_params.rbi +2 -4
  68. data/rbi/stigg/models/v1/subscription_transfer_response.rbi +84 -1
  69. data/rbi/stigg/models/v1/subscriptions/future_update_cancel_pending_payment_response.rbi +1 -0
  70. data/rbi/stigg/models/v1/subscriptions/future_update_cancel_schedule_response.rbi +1 -0
  71. data/rbi/stigg/models/v1_create_event_params.rbi +1 -0
  72. data/rbi/stigg/models/v1_create_event_response.rbi +8 -1
  73. data/rbi/stigg/models/v1_create_usage_params.rbi +44 -4
  74. data/rbi/stigg/models/v1_create_usage_response.rbi +8 -1
  75. data/rbi/stigg/resources/v1/coupons.rbi +20 -12
  76. data/rbi/stigg/resources/v1/customers/payment_method.rbi +9 -3
  77. data/rbi/stigg/resources/v1/customers/usage.rbi +0 -29
  78. data/rbi/stigg/resources/v1/customers.rbi +34 -20
  79. data/rbi/stigg/resources/v1/subscriptions/future_update.rbi +12 -4
  80. data/rbi/stigg/resources/v1/subscriptions.rbi +102 -23
  81. data/rbi/stigg/resources/v1.rbi +2 -2
  82. data/sig/stigg/internal/my_cursor_id_page.rbs +17 -0
  83. data/sig/stigg/models/v1/coupon_create_response.rbs +4 -4
  84. data/sig/stigg/models/v1/coupon_list_params.rbs +11 -11
  85. data/sig/stigg/models/v1/coupon_list_response.rbs +331 -351
  86. data/sig/stigg/models/v1/coupon_retrieve_response.rbs +4 -4
  87. data/sig/stigg/models/v1/customer_list_params.rbs +11 -11
  88. data/sig/stigg/models/v1/customer_list_response.rbs +133 -153
  89. data/sig/stigg/models/v1/subscription_create_params.rbs +2029 -5
  90. data/sig/stigg/models/v1/subscription_create_response.rbs +1022 -0
  91. data/sig/stigg/models/v1/subscription_delegate_response.rbs +31 -0
  92. data/sig/stigg/models/v1/subscription_list_params.rbs +14 -14
  93. data/sig/stigg/models/v1/subscription_list_response.rbs +196 -189
  94. data/sig/stigg/models/v1/subscription_migrate_response.rbs +31 -0
  95. data/sig/stigg/models/v1/subscription_preview_params.rbs +2 -6
  96. data/sig/stigg/models/v1/subscription_retrieve_response.rbs +31 -0
  97. data/sig/stigg/models/v1/subscription_transfer_response.rbs +31 -0
  98. data/sig/stigg/models/v1_create_usage_params.rbs +15 -5
  99. data/sig/stigg/resources/v1/coupons.rbs +3 -3
  100. data/sig/stigg/resources/v1/customers/usage.rbs +0 -10
  101. data/sig/stigg/resources/v1/customers.rbs +3 -5
  102. data/sig/stigg/resources/v1/subscriptions.rbs +19 -4
  103. metadata +2 -23
  104. data/lib/stigg/models/v1/customers/promotional_create_params.rb +0 -294
  105. data/lib/stigg/models/v1/customers/promotional_create_response.rb +0 -268
  106. data/lib/stigg/models/v1/customers/promotional_revoke_params.rb +0 -24
  107. data/lib/stigg/models/v1/customers/promotional_revoke_response.rb +0 -268
  108. data/lib/stigg/models/v1/customers/usage_retrieve_params.rb +0 -56
  109. data/lib/stigg/models/v1/customers/usage_retrieve_response.rb +0 -145
  110. data/lib/stigg/resources/v1/customers/promotional.rb +0 -69
  111. data/rbi/stigg/models/v1/customers/promotional_create_params.rbi +0 -639
  112. data/rbi/stigg/models/v1/customers/promotional_create_response.rbi +0 -495
  113. data/rbi/stigg/models/v1/customers/promotional_revoke_params.rbi +0 -42
  114. data/rbi/stigg/models/v1/customers/promotional_revoke_response.rbi +0 -497
  115. data/rbi/stigg/models/v1/customers/usage_retrieve_params.rbi +0 -84
  116. data/rbi/stigg/models/v1/customers/usage_retrieve_response.rbi +0 -353
  117. data/rbi/stigg/resources/v1/customers/promotional.rbi +0 -53
  118. data/sig/stigg/models/v1/customers/promotional_create_params.rbs +0 -234
  119. data/sig/stigg/models/v1/customers/promotional_create_response.rbs +0 -209
  120. data/sig/stigg/models/v1/customers/promotional_revoke_params.rbs +0 -27
  121. data/sig/stigg/models/v1/customers/promotional_revoke_response.rbs +0 -209
  122. data/sig/stigg/models/v1/customers/usage_retrieve_params.rbs +0 -54
  123. data/sig/stigg/models/v1/customers/usage_retrieve_response.rbs +0 -134
  124. data/sig/stigg/resources/v1/customers/promotional.rbs +0 -23
@@ -12,6 +12,7 @@ module Stigg
12
12
  )
13
13
  end
14
14
 
15
+ # Provisioning result with status and subscription or checkout URL.
15
16
  sig { returns(Stigg::Models::V1::SubscriptionCreateResponse::Data) }
16
17
  attr_reader :data
17
18
 
@@ -22,12 +23,16 @@ module Stigg
22
23
  end
23
24
  attr_writer :data
24
25
 
26
+ # Response object
25
27
  sig do
26
28
  params(
27
29
  data: Stigg::Models::V1::SubscriptionCreateResponse::Data::OrHash
28
30
  ).returns(T.attached_class)
29
31
  end
30
- def self.new(data:)
32
+ def self.new(
33
+ # Provisioning result with status and subscription or checkout URL.
34
+ data:
35
+ )
31
36
  end
32
37
 
33
38
  sig do
@@ -51,6 +56,15 @@ module Stigg
51
56
  sig { returns(String) }
52
57
  attr_accessor :id
53
58
 
59
+ sig do
60
+ returns(
61
+ T::Array[
62
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Entitlement
63
+ ]
64
+ )
65
+ end
66
+ attr_accessor :entitlements
67
+
54
68
  # Provision status: SUCCESS or PAYMENT_REQUIRED
55
69
  sig do
56
70
  returns(
@@ -74,6 +88,7 @@ module Stigg
74
88
  sig { params(is_scheduled: T::Boolean).void }
75
89
  attr_writer :is_scheduled
76
90
 
91
+ # Created subscription (when status is SUCCESS)
77
92
  sig do
78
93
  returns(
79
94
  T.nilable(
@@ -91,9 +106,14 @@ module Stigg
91
106
  end
92
107
  attr_writer :subscription
93
108
 
109
+ # Provisioning result with status and subscription or checkout URL.
94
110
  sig do
95
111
  params(
96
112
  id: String,
113
+ entitlements:
114
+ T::Array[
115
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Entitlement::OrHash
116
+ ],
97
117
  status:
98
118
  Stigg::Models::V1::SubscriptionCreateResponse::Data::Status::OrSymbol,
99
119
  checkout_billing_id: T.nilable(String),
@@ -106,6 +126,7 @@ module Stigg
106
126
  def self.new(
107
127
  # Unique identifier for the provisioned subscription
108
128
  id:,
129
+ entitlements:,
109
130
  # Provision status: SUCCESS or PAYMENT_REQUIRED
110
131
  status:,
111
132
  # Checkout billing ID when payment is required
@@ -114,6 +135,7 @@ module Stigg
114
135
  checkout_url: nil,
115
136
  # Whether the subscription is scheduled for future activation
116
137
  is_scheduled: nil,
138
+ # Created subscription (when status is SUCCESS)
117
139
  subscription: nil
118
140
  )
119
141
  end
@@ -122,6 +144,10 @@ module Stigg
122
144
  override.returns(
123
145
  {
124
146
  id: String,
147
+ entitlements:
148
+ T::Array[
149
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Entitlement
150
+ ],
125
151
  status:
126
152
  Stigg::Models::V1::SubscriptionCreateResponse::Data::Status::TaggedSymbol,
127
153
  checkout_billing_id: T.nilable(String),
@@ -135,6 +161,221 @@ module Stigg
135
161
  def to_hash
136
162
  end
137
163
 
164
+ class Entitlement < Stigg::Internal::Type::BaseModel
165
+ OrHash =
166
+ T.type_alias do
167
+ T.any(
168
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Entitlement,
169
+ Stigg::Internal::AnyHash
170
+ )
171
+ end
172
+
173
+ sig { returns(T.nilable(String)) }
174
+ attr_accessor :access_denied_reason
175
+
176
+ sig { returns(T.nilable(Float)) }
177
+ attr_reader :current_usage
178
+
179
+ sig { params(current_usage: Float).void }
180
+ attr_writer :current_usage
181
+
182
+ # entitlement updated at
183
+ sig { returns(T.nilable(Time)) }
184
+ attr_accessor :entitlement_updated_at
185
+
186
+ sig do
187
+ returns(
188
+ T.nilable(
189
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Entitlement::Feature
190
+ )
191
+ )
192
+ end
193
+ attr_reader :feature
194
+
195
+ sig do
196
+ params(
197
+ feature:
198
+ T.nilable(
199
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Entitlement::Feature::OrHash
200
+ )
201
+ ).void
202
+ end
203
+ attr_writer :feature
204
+
205
+ sig { returns(T.nilable(T::Boolean)) }
206
+ attr_accessor :has_unlimited_usage
207
+
208
+ sig { returns(T.nilable(T::Boolean)) }
209
+ attr_reader :is_granted
210
+
211
+ sig { params(is_granted: T::Boolean).void }
212
+ attr_writer :is_granted
213
+
214
+ sig do
215
+ returns(
216
+ T.nilable(
217
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Entitlement::ResetPeriod::TaggedSymbol
218
+ )
219
+ )
220
+ end
221
+ attr_accessor :reset_period
222
+
223
+ sig { returns(T.nilable(Float)) }
224
+ attr_accessor :usage_limit
225
+
226
+ # usage period anchor
227
+ sig { returns(T.nilable(Time)) }
228
+ attr_accessor :usage_period_anchor
229
+
230
+ # usage period end
231
+ sig { returns(T.nilable(Time)) }
232
+ attr_accessor :usage_period_end
233
+
234
+ # usage period start
235
+ sig { returns(T.nilable(Time)) }
236
+ attr_accessor :usage_period_start
237
+
238
+ sig do
239
+ params(
240
+ access_denied_reason: T.nilable(String),
241
+ current_usage: Float,
242
+ entitlement_updated_at: T.nilable(Time),
243
+ feature:
244
+ T.nilable(
245
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Entitlement::Feature::OrHash
246
+ ),
247
+ has_unlimited_usage: T.nilable(T::Boolean),
248
+ is_granted: T::Boolean,
249
+ reset_period:
250
+ T.nilable(
251
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Entitlement::ResetPeriod::OrSymbol
252
+ ),
253
+ usage_limit: T.nilable(Float),
254
+ usage_period_anchor: T.nilable(Time),
255
+ usage_period_end: T.nilable(Time),
256
+ usage_period_start: T.nilable(Time)
257
+ ).returns(T.attached_class)
258
+ end
259
+ def self.new(
260
+ access_denied_reason: nil,
261
+ current_usage: nil,
262
+ # entitlement updated at
263
+ entitlement_updated_at: nil,
264
+ feature: nil,
265
+ has_unlimited_usage: nil,
266
+ is_granted: nil,
267
+ reset_period: nil,
268
+ usage_limit: nil,
269
+ # usage period anchor
270
+ usage_period_anchor: nil,
271
+ # usage period end
272
+ usage_period_end: nil,
273
+ # usage period start
274
+ usage_period_start: nil
275
+ )
276
+ end
277
+
278
+ sig do
279
+ override.returns(
280
+ {
281
+ access_denied_reason: T.nilable(String),
282
+ current_usage: Float,
283
+ entitlement_updated_at: T.nilable(Time),
284
+ feature:
285
+ T.nilable(
286
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Entitlement::Feature
287
+ ),
288
+ has_unlimited_usage: T.nilable(T::Boolean),
289
+ is_granted: T::Boolean,
290
+ reset_period:
291
+ T.nilable(
292
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Entitlement::ResetPeriod::TaggedSymbol
293
+ ),
294
+ usage_limit: T.nilable(Float),
295
+ usage_period_anchor: T.nilable(Time),
296
+ usage_period_end: T.nilable(Time),
297
+ usage_period_start: T.nilable(Time)
298
+ }
299
+ )
300
+ end
301
+ def to_hash
302
+ end
303
+
304
+ class Feature < Stigg::Internal::Type::BaseModel
305
+ OrHash =
306
+ T.type_alias do
307
+ T.any(
308
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Entitlement::Feature,
309
+ Stigg::Internal::AnyHash
310
+ )
311
+ end
312
+
313
+ # Feature ID
314
+ sig { returns(String) }
315
+ attr_accessor :ref_id
316
+
317
+ sig { params(ref_id: String).returns(T.attached_class) }
318
+ def self.new(
319
+ # Feature ID
320
+ ref_id:
321
+ )
322
+ end
323
+
324
+ sig { override.returns({ ref_id: String }) }
325
+ def to_hash
326
+ end
327
+ end
328
+
329
+ module ResetPeriod
330
+ extend Stigg::Internal::Type::Enum
331
+
332
+ TaggedSymbol =
333
+ T.type_alias do
334
+ T.all(
335
+ Symbol,
336
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Entitlement::ResetPeriod
337
+ )
338
+ end
339
+ OrSymbol = T.type_alias { T.any(Symbol, String) }
340
+
341
+ YEAR =
342
+ T.let(
343
+ :YEAR,
344
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Entitlement::ResetPeriod::TaggedSymbol
345
+ )
346
+ MONTH =
347
+ T.let(
348
+ :MONTH,
349
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Entitlement::ResetPeriod::TaggedSymbol
350
+ )
351
+ WEEK =
352
+ T.let(
353
+ :WEEK,
354
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Entitlement::ResetPeriod::TaggedSymbol
355
+ )
356
+ DAY =
357
+ T.let(
358
+ :DAY,
359
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Entitlement::ResetPeriod::TaggedSymbol
360
+ )
361
+ HOUR =
362
+ T.let(
363
+ :HOUR,
364
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Entitlement::ResetPeriod::TaggedSymbol
365
+ )
366
+
367
+ sig do
368
+ override.returns(
369
+ T::Array[
370
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Entitlement::ResetPeriod::TaggedSymbol
371
+ ]
372
+ )
373
+ end
374
+ def self.values
375
+ end
376
+ end
377
+ end
378
+
138
379
  # Provision status: SUCCESS or PAYMENT_REQUIRED
139
380
  module Status
140
381
  extend Stigg::Internal::Type::Enum
@@ -278,6 +519,27 @@ module Stigg
278
519
  end
279
520
  attr_accessor :payment_collection_method
280
521
 
522
+ sig do
523
+ returns(
524
+ T.nilable(
525
+ T::Array[
526
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price
527
+ ]
528
+ )
529
+ )
530
+ end
531
+ attr_reader :prices
532
+
533
+ sig do
534
+ params(
535
+ prices:
536
+ T::Array[
537
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::OrHash
538
+ ]
539
+ ).void
540
+ end
541
+ attr_writer :prices
542
+
281
543
  # Resource ID
282
544
  sig { returns(T.nilable(String)) }
283
545
  attr_accessor :resource_id
@@ -286,6 +548,7 @@ module Stigg
286
548
  sig { returns(T.nilable(Time)) }
287
549
  attr_accessor :trial_end_date
288
550
 
551
+ # Created subscription (when status is SUCCESS)
289
552
  sig do
290
553
  params(
291
554
  id: String,
@@ -315,6 +578,10 @@ module Stigg
315
578
  T.nilable(
316
579
  Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::PaymentCollectionMethod::OrSymbol
317
580
  ),
581
+ prices:
582
+ T::Array[
583
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::OrHash
584
+ ],
318
585
  resource_id: T.nilable(String),
319
586
  trial_end_date: T.nilable(Time)
320
587
  ).returns(T.attached_class)
@@ -356,6 +623,7 @@ module Stigg
356
623
  paying_customer_id: nil,
357
624
  # The method used to collect payments for a subscription
358
625
  payment_collection_method: nil,
626
+ prices: nil,
359
627
  # Resource ID
360
628
  resource_id: nil,
361
629
  # Subscription trial end date
@@ -393,6 +661,10 @@ module Stigg
393
661
  T.nilable(
394
662
  Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::PaymentCollectionMethod::TaggedSymbol
395
663
  ),
664
+ prices:
665
+ T::Array[
666
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price
667
+ ],
396
668
  resource_id: T.nilable(String),
397
669
  trial_end_date: T.nilable(Time)
398
670
  }
@@ -660,6 +932,2241 @@ module Stigg
660
932
  def self.values
661
933
  end
662
934
  end
935
+
936
+ class Price < Stigg::Internal::Type::BaseModel
937
+ OrHash =
938
+ T.type_alias do
939
+ T.any(
940
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price,
941
+ Stigg::Internal::AnyHash
942
+ )
943
+ end
944
+
945
+ # Addon identifier for the price override
946
+ sig { returns(T.nilable(String)) }
947
+ attr_accessor :addon_id
948
+
949
+ # Whether this is a base charge override
950
+ sig { returns(T.nilable(T::Boolean)) }
951
+ attr_reader :base_charge
952
+
953
+ sig { params(base_charge: T::Boolean).void }
954
+ attr_writer :base_charge
955
+
956
+ # Block size for pricing
957
+ sig { returns(T.nilable(Float)) }
958
+ attr_reader :block_size
959
+
960
+ sig { params(block_size: Float).void }
961
+ attr_writer :block_size
962
+
963
+ # Feature identifier for the price override
964
+ sig { returns(T.nilable(String)) }
965
+ attr_accessor :feature_id
966
+
967
+ # Override price amount
968
+ sig do
969
+ returns(
970
+ T.nilable(
971
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price
972
+ )
973
+ )
974
+ end
975
+ attr_reader :price
976
+
977
+ sig do
978
+ params(
979
+ price:
980
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::OrHash
981
+ ).void
982
+ end
983
+ attr_writer :price
984
+
985
+ # Pricing tiers configuration
986
+ sig do
987
+ returns(
988
+ T.nilable(
989
+ T::Array[
990
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier
991
+ ]
992
+ )
993
+ )
994
+ end
995
+ attr_reader :tiers
996
+
997
+ sig do
998
+ params(
999
+ tiers:
1000
+ T::Array[
1001
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::OrHash
1002
+ ]
1003
+ ).void
1004
+ end
1005
+ attr_writer :tiers
1006
+
1007
+ sig do
1008
+ params(
1009
+ addon_id: T.nilable(String),
1010
+ base_charge: T::Boolean,
1011
+ block_size: Float,
1012
+ feature_id: T.nilable(String),
1013
+ price:
1014
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::OrHash,
1015
+ tiers:
1016
+ T::Array[
1017
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::OrHash
1018
+ ]
1019
+ ).returns(T.attached_class)
1020
+ end
1021
+ def self.new(
1022
+ # Addon identifier for the price override
1023
+ addon_id: nil,
1024
+ # Whether this is a base charge override
1025
+ base_charge: nil,
1026
+ # Block size for pricing
1027
+ block_size: nil,
1028
+ # Feature identifier for the price override
1029
+ feature_id: nil,
1030
+ # Override price amount
1031
+ price: nil,
1032
+ # Pricing tiers configuration
1033
+ tiers: nil
1034
+ )
1035
+ end
1036
+
1037
+ sig do
1038
+ override.returns(
1039
+ {
1040
+ addon_id: T.nilable(String),
1041
+ base_charge: T::Boolean,
1042
+ block_size: Float,
1043
+ feature_id: T.nilable(String),
1044
+ price:
1045
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price,
1046
+ tiers:
1047
+ T::Array[
1048
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier
1049
+ ]
1050
+ }
1051
+ )
1052
+ end
1053
+ def to_hash
1054
+ end
1055
+
1056
+ class Price < Stigg::Internal::Type::BaseModel
1057
+ OrHash =
1058
+ T.type_alias do
1059
+ T.any(
1060
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price,
1061
+ Stigg::Internal::AnyHash
1062
+ )
1063
+ end
1064
+
1065
+ # The price amount
1066
+ sig { returns(T.nilable(Float)) }
1067
+ attr_reader :amount
1068
+
1069
+ sig { params(amount: Float).void }
1070
+ attr_writer :amount
1071
+
1072
+ # The billing country code of the price
1073
+ sig { returns(T.nilable(String)) }
1074
+ attr_accessor :billing_country_code
1075
+
1076
+ # The price currency
1077
+ sig do
1078
+ returns(
1079
+ T.nilable(
1080
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1081
+ )
1082
+ )
1083
+ end
1084
+ attr_reader :currency
1085
+
1086
+ sig do
1087
+ params(
1088
+ currency:
1089
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::OrSymbol
1090
+ ).void
1091
+ end
1092
+ attr_writer :currency
1093
+
1094
+ # Override price amount
1095
+ sig do
1096
+ params(
1097
+ amount: Float,
1098
+ billing_country_code: T.nilable(String),
1099
+ currency:
1100
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::OrSymbol
1101
+ ).returns(T.attached_class)
1102
+ end
1103
+ def self.new(
1104
+ # The price amount
1105
+ amount: nil,
1106
+ # The billing country code of the price
1107
+ billing_country_code: nil,
1108
+ # The price currency
1109
+ currency: nil
1110
+ )
1111
+ end
1112
+
1113
+ sig do
1114
+ override.returns(
1115
+ {
1116
+ amount: Float,
1117
+ billing_country_code: T.nilable(String),
1118
+ currency:
1119
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1120
+ }
1121
+ )
1122
+ end
1123
+ def to_hash
1124
+ end
1125
+
1126
+ # The price currency
1127
+ module Currency
1128
+ extend Stigg::Internal::Type::Enum
1129
+
1130
+ TaggedSymbol =
1131
+ T.type_alias do
1132
+ T.all(
1133
+ Symbol,
1134
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency
1135
+ )
1136
+ end
1137
+ OrSymbol = T.type_alias { T.any(Symbol, String) }
1138
+
1139
+ USD =
1140
+ T.let(
1141
+ :usd,
1142
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1143
+ )
1144
+ AED =
1145
+ T.let(
1146
+ :aed,
1147
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1148
+ )
1149
+ ALL =
1150
+ T.let(
1151
+ :all,
1152
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1153
+ )
1154
+ AMD =
1155
+ T.let(
1156
+ :amd,
1157
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1158
+ )
1159
+ ANG =
1160
+ T.let(
1161
+ :ang,
1162
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1163
+ )
1164
+ AUD =
1165
+ T.let(
1166
+ :aud,
1167
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1168
+ )
1169
+ AWG =
1170
+ T.let(
1171
+ :awg,
1172
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1173
+ )
1174
+ AZN =
1175
+ T.let(
1176
+ :azn,
1177
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1178
+ )
1179
+ BAM =
1180
+ T.let(
1181
+ :bam,
1182
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1183
+ )
1184
+ BBD =
1185
+ T.let(
1186
+ :bbd,
1187
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1188
+ )
1189
+ BDT =
1190
+ T.let(
1191
+ :bdt,
1192
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1193
+ )
1194
+ BGN =
1195
+ T.let(
1196
+ :bgn,
1197
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1198
+ )
1199
+ BIF =
1200
+ T.let(
1201
+ :bif,
1202
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1203
+ )
1204
+ BMD =
1205
+ T.let(
1206
+ :bmd,
1207
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1208
+ )
1209
+ BND =
1210
+ T.let(
1211
+ :bnd,
1212
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1213
+ )
1214
+ BSD =
1215
+ T.let(
1216
+ :bsd,
1217
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1218
+ )
1219
+ BWP =
1220
+ T.let(
1221
+ :bwp,
1222
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1223
+ )
1224
+ BYN =
1225
+ T.let(
1226
+ :byn,
1227
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1228
+ )
1229
+ BZD =
1230
+ T.let(
1231
+ :bzd,
1232
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1233
+ )
1234
+ BRL =
1235
+ T.let(
1236
+ :brl,
1237
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1238
+ )
1239
+ CAD =
1240
+ T.let(
1241
+ :cad,
1242
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1243
+ )
1244
+ CDF =
1245
+ T.let(
1246
+ :cdf,
1247
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1248
+ )
1249
+ CHF =
1250
+ T.let(
1251
+ :chf,
1252
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1253
+ )
1254
+ CNY =
1255
+ T.let(
1256
+ :cny,
1257
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1258
+ )
1259
+ CZK =
1260
+ T.let(
1261
+ :czk,
1262
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1263
+ )
1264
+ DKK =
1265
+ T.let(
1266
+ :dkk,
1267
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1268
+ )
1269
+ DOP =
1270
+ T.let(
1271
+ :dop,
1272
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1273
+ )
1274
+ DZD =
1275
+ T.let(
1276
+ :dzd,
1277
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1278
+ )
1279
+ EGP =
1280
+ T.let(
1281
+ :egp,
1282
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1283
+ )
1284
+ ETB =
1285
+ T.let(
1286
+ :etb,
1287
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1288
+ )
1289
+ EUR =
1290
+ T.let(
1291
+ :eur,
1292
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1293
+ )
1294
+ FJD =
1295
+ T.let(
1296
+ :fjd,
1297
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1298
+ )
1299
+ GBP =
1300
+ T.let(
1301
+ :gbp,
1302
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1303
+ )
1304
+ GEL =
1305
+ T.let(
1306
+ :gel,
1307
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1308
+ )
1309
+ GIP =
1310
+ T.let(
1311
+ :gip,
1312
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1313
+ )
1314
+ GMD =
1315
+ T.let(
1316
+ :gmd,
1317
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1318
+ )
1319
+ GYD =
1320
+ T.let(
1321
+ :gyd,
1322
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1323
+ )
1324
+ HKD =
1325
+ T.let(
1326
+ :hkd,
1327
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1328
+ )
1329
+ HRK =
1330
+ T.let(
1331
+ :hrk,
1332
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1333
+ )
1334
+ HTG =
1335
+ T.let(
1336
+ :htg,
1337
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1338
+ )
1339
+ IDR =
1340
+ T.let(
1341
+ :idr,
1342
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1343
+ )
1344
+ ILS =
1345
+ T.let(
1346
+ :ils,
1347
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1348
+ )
1349
+ INR =
1350
+ T.let(
1351
+ :inr,
1352
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1353
+ )
1354
+ ISK =
1355
+ T.let(
1356
+ :isk,
1357
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1358
+ )
1359
+ JMD =
1360
+ T.let(
1361
+ :jmd,
1362
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1363
+ )
1364
+ JPY =
1365
+ T.let(
1366
+ :jpy,
1367
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1368
+ )
1369
+ KES =
1370
+ T.let(
1371
+ :kes,
1372
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1373
+ )
1374
+ KGS =
1375
+ T.let(
1376
+ :kgs,
1377
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1378
+ )
1379
+ KHR =
1380
+ T.let(
1381
+ :khr,
1382
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1383
+ )
1384
+ KMF =
1385
+ T.let(
1386
+ :kmf,
1387
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1388
+ )
1389
+ KRW =
1390
+ T.let(
1391
+ :krw,
1392
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1393
+ )
1394
+ KYD =
1395
+ T.let(
1396
+ :kyd,
1397
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1398
+ )
1399
+ KZT =
1400
+ T.let(
1401
+ :kzt,
1402
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1403
+ )
1404
+ LBP =
1405
+ T.let(
1406
+ :lbp,
1407
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1408
+ )
1409
+ LKR =
1410
+ T.let(
1411
+ :lkr,
1412
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1413
+ )
1414
+ LRD =
1415
+ T.let(
1416
+ :lrd,
1417
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1418
+ )
1419
+ LSL =
1420
+ T.let(
1421
+ :lsl,
1422
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1423
+ )
1424
+ MAD =
1425
+ T.let(
1426
+ :mad,
1427
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1428
+ )
1429
+ MDL =
1430
+ T.let(
1431
+ :mdl,
1432
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1433
+ )
1434
+ MGA =
1435
+ T.let(
1436
+ :mga,
1437
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1438
+ )
1439
+ MKD =
1440
+ T.let(
1441
+ :mkd,
1442
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1443
+ )
1444
+ MMK =
1445
+ T.let(
1446
+ :mmk,
1447
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1448
+ )
1449
+ MNT =
1450
+ T.let(
1451
+ :mnt,
1452
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1453
+ )
1454
+ MOP =
1455
+ T.let(
1456
+ :mop,
1457
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1458
+ )
1459
+ MRO =
1460
+ T.let(
1461
+ :mro,
1462
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1463
+ )
1464
+ MVR =
1465
+ T.let(
1466
+ :mvr,
1467
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1468
+ )
1469
+ MWK =
1470
+ T.let(
1471
+ :mwk,
1472
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1473
+ )
1474
+ MXN =
1475
+ T.let(
1476
+ :mxn,
1477
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1478
+ )
1479
+ MYR =
1480
+ T.let(
1481
+ :myr,
1482
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1483
+ )
1484
+ MZN =
1485
+ T.let(
1486
+ :mzn,
1487
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1488
+ )
1489
+ NAD =
1490
+ T.let(
1491
+ :nad,
1492
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1493
+ )
1494
+ NGN =
1495
+ T.let(
1496
+ :ngn,
1497
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1498
+ )
1499
+ NOK =
1500
+ T.let(
1501
+ :nok,
1502
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1503
+ )
1504
+ NPR =
1505
+ T.let(
1506
+ :npr,
1507
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1508
+ )
1509
+ NZD =
1510
+ T.let(
1511
+ :nzd,
1512
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1513
+ )
1514
+ PGK =
1515
+ T.let(
1516
+ :pgk,
1517
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1518
+ )
1519
+ PHP =
1520
+ T.let(
1521
+ :php,
1522
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1523
+ )
1524
+ PKR =
1525
+ T.let(
1526
+ :pkr,
1527
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1528
+ )
1529
+ PLN =
1530
+ T.let(
1531
+ :pln,
1532
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1533
+ )
1534
+ QAR =
1535
+ T.let(
1536
+ :qar,
1537
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1538
+ )
1539
+ RON =
1540
+ T.let(
1541
+ :ron,
1542
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1543
+ )
1544
+ RSD =
1545
+ T.let(
1546
+ :rsd,
1547
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1548
+ )
1549
+ RUB =
1550
+ T.let(
1551
+ :rub,
1552
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1553
+ )
1554
+ RWF =
1555
+ T.let(
1556
+ :rwf,
1557
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1558
+ )
1559
+ SAR =
1560
+ T.let(
1561
+ :sar,
1562
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1563
+ )
1564
+ SBD =
1565
+ T.let(
1566
+ :sbd,
1567
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1568
+ )
1569
+ SCR =
1570
+ T.let(
1571
+ :scr,
1572
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1573
+ )
1574
+ SEK =
1575
+ T.let(
1576
+ :sek,
1577
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1578
+ )
1579
+ SGD =
1580
+ T.let(
1581
+ :sgd,
1582
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1583
+ )
1584
+ SLE =
1585
+ T.let(
1586
+ :sle,
1587
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1588
+ )
1589
+ SLL =
1590
+ T.let(
1591
+ :sll,
1592
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1593
+ )
1594
+ SOS =
1595
+ T.let(
1596
+ :sos,
1597
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1598
+ )
1599
+ SZL =
1600
+ T.let(
1601
+ :szl,
1602
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1603
+ )
1604
+ THB =
1605
+ T.let(
1606
+ :thb,
1607
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1608
+ )
1609
+ TJS =
1610
+ T.let(
1611
+ :tjs,
1612
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1613
+ )
1614
+ TOP =
1615
+ T.let(
1616
+ :top,
1617
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1618
+ )
1619
+ TRY =
1620
+ T.let(
1621
+ :try,
1622
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1623
+ )
1624
+ TTD =
1625
+ T.let(
1626
+ :ttd,
1627
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1628
+ )
1629
+ TZS =
1630
+ T.let(
1631
+ :tzs,
1632
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1633
+ )
1634
+ UAH =
1635
+ T.let(
1636
+ :uah,
1637
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1638
+ )
1639
+ UZS =
1640
+ T.let(
1641
+ :uzs,
1642
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1643
+ )
1644
+ VND =
1645
+ T.let(
1646
+ :vnd,
1647
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1648
+ )
1649
+ VUV =
1650
+ T.let(
1651
+ :vuv,
1652
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1653
+ )
1654
+ WST =
1655
+ T.let(
1656
+ :wst,
1657
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1658
+ )
1659
+ XAF =
1660
+ T.let(
1661
+ :xaf,
1662
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1663
+ )
1664
+ XCD =
1665
+ T.let(
1666
+ :xcd,
1667
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1668
+ )
1669
+ YER =
1670
+ T.let(
1671
+ :yer,
1672
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1673
+ )
1674
+ ZAR =
1675
+ T.let(
1676
+ :zar,
1677
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1678
+ )
1679
+ ZMW =
1680
+ T.let(
1681
+ :zmw,
1682
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1683
+ )
1684
+ CLP =
1685
+ T.let(
1686
+ :clp,
1687
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1688
+ )
1689
+ DJF =
1690
+ T.let(
1691
+ :djf,
1692
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1693
+ )
1694
+ GNF =
1695
+ T.let(
1696
+ :gnf,
1697
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1698
+ )
1699
+ UGX =
1700
+ T.let(
1701
+ :ugx,
1702
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1703
+ )
1704
+ PYG =
1705
+ T.let(
1706
+ :pyg,
1707
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1708
+ )
1709
+ XOF =
1710
+ T.let(
1711
+ :xof,
1712
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1713
+ )
1714
+ XPF =
1715
+ T.let(
1716
+ :xpf,
1717
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1718
+ )
1719
+
1720
+ sig do
1721
+ override.returns(
1722
+ T::Array[
1723
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1724
+ ]
1725
+ )
1726
+ end
1727
+ def self.values
1728
+ end
1729
+ end
1730
+ end
1731
+
1732
+ class Tier < Stigg::Internal::Type::BaseModel
1733
+ OrHash =
1734
+ T.type_alias do
1735
+ T.any(
1736
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier,
1737
+ Stigg::Internal::AnyHash
1738
+ )
1739
+ end
1740
+
1741
+ # The flat fee price of the price tier
1742
+ sig do
1743
+ returns(
1744
+ T.nilable(
1745
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice
1746
+ )
1747
+ )
1748
+ end
1749
+ attr_reader :flat_price
1750
+
1751
+ sig do
1752
+ params(
1753
+ flat_price:
1754
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::OrHash
1755
+ ).void
1756
+ end
1757
+ attr_writer :flat_price
1758
+
1759
+ # The unit price of the price tier
1760
+ sig do
1761
+ returns(
1762
+ T.nilable(
1763
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice
1764
+ )
1765
+ )
1766
+ end
1767
+ attr_reader :unit_price
1768
+
1769
+ sig do
1770
+ params(
1771
+ unit_price:
1772
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::OrHash
1773
+ ).void
1774
+ end
1775
+ attr_writer :unit_price
1776
+
1777
+ # The up to quantity of the price tier
1778
+ sig { returns(T.nilable(Float)) }
1779
+ attr_reader :up_to
1780
+
1781
+ sig { params(up_to: Float).void }
1782
+ attr_writer :up_to
1783
+
1784
+ sig do
1785
+ params(
1786
+ flat_price:
1787
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::OrHash,
1788
+ unit_price:
1789
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::OrHash,
1790
+ up_to: Float
1791
+ ).returns(T.attached_class)
1792
+ end
1793
+ def self.new(
1794
+ # The flat fee price of the price tier
1795
+ flat_price: nil,
1796
+ # The unit price of the price tier
1797
+ unit_price: nil,
1798
+ # The up to quantity of the price tier
1799
+ up_to: nil
1800
+ )
1801
+ end
1802
+
1803
+ sig do
1804
+ override.returns(
1805
+ {
1806
+ flat_price:
1807
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice,
1808
+ unit_price:
1809
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice,
1810
+ up_to: Float
1811
+ }
1812
+ )
1813
+ end
1814
+ def to_hash
1815
+ end
1816
+
1817
+ class FlatPrice < Stigg::Internal::Type::BaseModel
1818
+ OrHash =
1819
+ T.type_alias do
1820
+ T.any(
1821
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice,
1822
+ Stigg::Internal::AnyHash
1823
+ )
1824
+ end
1825
+
1826
+ # The price amount
1827
+ sig { returns(T.nilable(Float)) }
1828
+ attr_reader :amount
1829
+
1830
+ sig { params(amount: Float).void }
1831
+ attr_writer :amount
1832
+
1833
+ # The billing country code of the price
1834
+ sig { returns(T.nilable(String)) }
1835
+ attr_accessor :billing_country_code
1836
+
1837
+ # The price currency
1838
+ sig do
1839
+ returns(
1840
+ T.nilable(
1841
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
1842
+ )
1843
+ )
1844
+ end
1845
+ attr_reader :currency
1846
+
1847
+ sig do
1848
+ params(
1849
+ currency:
1850
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::OrSymbol
1851
+ ).void
1852
+ end
1853
+ attr_writer :currency
1854
+
1855
+ # The flat fee price of the price tier
1856
+ sig do
1857
+ params(
1858
+ amount: Float,
1859
+ billing_country_code: T.nilable(String),
1860
+ currency:
1861
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::OrSymbol
1862
+ ).returns(T.attached_class)
1863
+ end
1864
+ def self.new(
1865
+ # The price amount
1866
+ amount: nil,
1867
+ # The billing country code of the price
1868
+ billing_country_code: nil,
1869
+ # The price currency
1870
+ currency: nil
1871
+ )
1872
+ end
1873
+
1874
+ sig do
1875
+ override.returns(
1876
+ {
1877
+ amount: Float,
1878
+ billing_country_code: T.nilable(String),
1879
+ currency:
1880
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
1881
+ }
1882
+ )
1883
+ end
1884
+ def to_hash
1885
+ end
1886
+
1887
+ # The price currency
1888
+ module Currency
1889
+ extend Stigg::Internal::Type::Enum
1890
+
1891
+ TaggedSymbol =
1892
+ T.type_alias do
1893
+ T.all(
1894
+ Symbol,
1895
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency
1896
+ )
1897
+ end
1898
+ OrSymbol = T.type_alias { T.any(Symbol, String) }
1899
+
1900
+ USD =
1901
+ T.let(
1902
+ :usd,
1903
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
1904
+ )
1905
+ AED =
1906
+ T.let(
1907
+ :aed,
1908
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
1909
+ )
1910
+ ALL =
1911
+ T.let(
1912
+ :all,
1913
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
1914
+ )
1915
+ AMD =
1916
+ T.let(
1917
+ :amd,
1918
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
1919
+ )
1920
+ ANG =
1921
+ T.let(
1922
+ :ang,
1923
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
1924
+ )
1925
+ AUD =
1926
+ T.let(
1927
+ :aud,
1928
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
1929
+ )
1930
+ AWG =
1931
+ T.let(
1932
+ :awg,
1933
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
1934
+ )
1935
+ AZN =
1936
+ T.let(
1937
+ :azn,
1938
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
1939
+ )
1940
+ BAM =
1941
+ T.let(
1942
+ :bam,
1943
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
1944
+ )
1945
+ BBD =
1946
+ T.let(
1947
+ :bbd,
1948
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
1949
+ )
1950
+ BDT =
1951
+ T.let(
1952
+ :bdt,
1953
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
1954
+ )
1955
+ BGN =
1956
+ T.let(
1957
+ :bgn,
1958
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
1959
+ )
1960
+ BIF =
1961
+ T.let(
1962
+ :bif,
1963
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
1964
+ )
1965
+ BMD =
1966
+ T.let(
1967
+ :bmd,
1968
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
1969
+ )
1970
+ BND =
1971
+ T.let(
1972
+ :bnd,
1973
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
1974
+ )
1975
+ BSD =
1976
+ T.let(
1977
+ :bsd,
1978
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
1979
+ )
1980
+ BWP =
1981
+ T.let(
1982
+ :bwp,
1983
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
1984
+ )
1985
+ BYN =
1986
+ T.let(
1987
+ :byn,
1988
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
1989
+ )
1990
+ BZD =
1991
+ T.let(
1992
+ :bzd,
1993
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
1994
+ )
1995
+ BRL =
1996
+ T.let(
1997
+ :brl,
1998
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
1999
+ )
2000
+ CAD =
2001
+ T.let(
2002
+ :cad,
2003
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2004
+ )
2005
+ CDF =
2006
+ T.let(
2007
+ :cdf,
2008
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2009
+ )
2010
+ CHF =
2011
+ T.let(
2012
+ :chf,
2013
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2014
+ )
2015
+ CNY =
2016
+ T.let(
2017
+ :cny,
2018
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2019
+ )
2020
+ CZK =
2021
+ T.let(
2022
+ :czk,
2023
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2024
+ )
2025
+ DKK =
2026
+ T.let(
2027
+ :dkk,
2028
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2029
+ )
2030
+ DOP =
2031
+ T.let(
2032
+ :dop,
2033
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2034
+ )
2035
+ DZD =
2036
+ T.let(
2037
+ :dzd,
2038
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2039
+ )
2040
+ EGP =
2041
+ T.let(
2042
+ :egp,
2043
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2044
+ )
2045
+ ETB =
2046
+ T.let(
2047
+ :etb,
2048
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2049
+ )
2050
+ EUR =
2051
+ T.let(
2052
+ :eur,
2053
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2054
+ )
2055
+ FJD =
2056
+ T.let(
2057
+ :fjd,
2058
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2059
+ )
2060
+ GBP =
2061
+ T.let(
2062
+ :gbp,
2063
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2064
+ )
2065
+ GEL =
2066
+ T.let(
2067
+ :gel,
2068
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2069
+ )
2070
+ GIP =
2071
+ T.let(
2072
+ :gip,
2073
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2074
+ )
2075
+ GMD =
2076
+ T.let(
2077
+ :gmd,
2078
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2079
+ )
2080
+ GYD =
2081
+ T.let(
2082
+ :gyd,
2083
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2084
+ )
2085
+ HKD =
2086
+ T.let(
2087
+ :hkd,
2088
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2089
+ )
2090
+ HRK =
2091
+ T.let(
2092
+ :hrk,
2093
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2094
+ )
2095
+ HTG =
2096
+ T.let(
2097
+ :htg,
2098
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2099
+ )
2100
+ IDR =
2101
+ T.let(
2102
+ :idr,
2103
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2104
+ )
2105
+ ILS =
2106
+ T.let(
2107
+ :ils,
2108
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2109
+ )
2110
+ INR =
2111
+ T.let(
2112
+ :inr,
2113
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2114
+ )
2115
+ ISK =
2116
+ T.let(
2117
+ :isk,
2118
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2119
+ )
2120
+ JMD =
2121
+ T.let(
2122
+ :jmd,
2123
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2124
+ )
2125
+ JPY =
2126
+ T.let(
2127
+ :jpy,
2128
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2129
+ )
2130
+ KES =
2131
+ T.let(
2132
+ :kes,
2133
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2134
+ )
2135
+ KGS =
2136
+ T.let(
2137
+ :kgs,
2138
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2139
+ )
2140
+ KHR =
2141
+ T.let(
2142
+ :khr,
2143
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2144
+ )
2145
+ KMF =
2146
+ T.let(
2147
+ :kmf,
2148
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2149
+ )
2150
+ KRW =
2151
+ T.let(
2152
+ :krw,
2153
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2154
+ )
2155
+ KYD =
2156
+ T.let(
2157
+ :kyd,
2158
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2159
+ )
2160
+ KZT =
2161
+ T.let(
2162
+ :kzt,
2163
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2164
+ )
2165
+ LBP =
2166
+ T.let(
2167
+ :lbp,
2168
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2169
+ )
2170
+ LKR =
2171
+ T.let(
2172
+ :lkr,
2173
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2174
+ )
2175
+ LRD =
2176
+ T.let(
2177
+ :lrd,
2178
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2179
+ )
2180
+ LSL =
2181
+ T.let(
2182
+ :lsl,
2183
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2184
+ )
2185
+ MAD =
2186
+ T.let(
2187
+ :mad,
2188
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2189
+ )
2190
+ MDL =
2191
+ T.let(
2192
+ :mdl,
2193
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2194
+ )
2195
+ MGA =
2196
+ T.let(
2197
+ :mga,
2198
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2199
+ )
2200
+ MKD =
2201
+ T.let(
2202
+ :mkd,
2203
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2204
+ )
2205
+ MMK =
2206
+ T.let(
2207
+ :mmk,
2208
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2209
+ )
2210
+ MNT =
2211
+ T.let(
2212
+ :mnt,
2213
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2214
+ )
2215
+ MOP =
2216
+ T.let(
2217
+ :mop,
2218
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2219
+ )
2220
+ MRO =
2221
+ T.let(
2222
+ :mro,
2223
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2224
+ )
2225
+ MVR =
2226
+ T.let(
2227
+ :mvr,
2228
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2229
+ )
2230
+ MWK =
2231
+ T.let(
2232
+ :mwk,
2233
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2234
+ )
2235
+ MXN =
2236
+ T.let(
2237
+ :mxn,
2238
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2239
+ )
2240
+ MYR =
2241
+ T.let(
2242
+ :myr,
2243
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2244
+ )
2245
+ MZN =
2246
+ T.let(
2247
+ :mzn,
2248
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2249
+ )
2250
+ NAD =
2251
+ T.let(
2252
+ :nad,
2253
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2254
+ )
2255
+ NGN =
2256
+ T.let(
2257
+ :ngn,
2258
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2259
+ )
2260
+ NOK =
2261
+ T.let(
2262
+ :nok,
2263
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2264
+ )
2265
+ NPR =
2266
+ T.let(
2267
+ :npr,
2268
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2269
+ )
2270
+ NZD =
2271
+ T.let(
2272
+ :nzd,
2273
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2274
+ )
2275
+ PGK =
2276
+ T.let(
2277
+ :pgk,
2278
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2279
+ )
2280
+ PHP =
2281
+ T.let(
2282
+ :php,
2283
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2284
+ )
2285
+ PKR =
2286
+ T.let(
2287
+ :pkr,
2288
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2289
+ )
2290
+ PLN =
2291
+ T.let(
2292
+ :pln,
2293
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2294
+ )
2295
+ QAR =
2296
+ T.let(
2297
+ :qar,
2298
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2299
+ )
2300
+ RON =
2301
+ T.let(
2302
+ :ron,
2303
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2304
+ )
2305
+ RSD =
2306
+ T.let(
2307
+ :rsd,
2308
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2309
+ )
2310
+ RUB =
2311
+ T.let(
2312
+ :rub,
2313
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2314
+ )
2315
+ RWF =
2316
+ T.let(
2317
+ :rwf,
2318
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2319
+ )
2320
+ SAR =
2321
+ T.let(
2322
+ :sar,
2323
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2324
+ )
2325
+ SBD =
2326
+ T.let(
2327
+ :sbd,
2328
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2329
+ )
2330
+ SCR =
2331
+ T.let(
2332
+ :scr,
2333
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2334
+ )
2335
+ SEK =
2336
+ T.let(
2337
+ :sek,
2338
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2339
+ )
2340
+ SGD =
2341
+ T.let(
2342
+ :sgd,
2343
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2344
+ )
2345
+ SLE =
2346
+ T.let(
2347
+ :sle,
2348
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2349
+ )
2350
+ SLL =
2351
+ T.let(
2352
+ :sll,
2353
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2354
+ )
2355
+ SOS =
2356
+ T.let(
2357
+ :sos,
2358
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2359
+ )
2360
+ SZL =
2361
+ T.let(
2362
+ :szl,
2363
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2364
+ )
2365
+ THB =
2366
+ T.let(
2367
+ :thb,
2368
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2369
+ )
2370
+ TJS =
2371
+ T.let(
2372
+ :tjs,
2373
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2374
+ )
2375
+ TOP =
2376
+ T.let(
2377
+ :top,
2378
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2379
+ )
2380
+ TRY =
2381
+ T.let(
2382
+ :try,
2383
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2384
+ )
2385
+ TTD =
2386
+ T.let(
2387
+ :ttd,
2388
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2389
+ )
2390
+ TZS =
2391
+ T.let(
2392
+ :tzs,
2393
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2394
+ )
2395
+ UAH =
2396
+ T.let(
2397
+ :uah,
2398
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2399
+ )
2400
+ UZS =
2401
+ T.let(
2402
+ :uzs,
2403
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2404
+ )
2405
+ VND =
2406
+ T.let(
2407
+ :vnd,
2408
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2409
+ )
2410
+ VUV =
2411
+ T.let(
2412
+ :vuv,
2413
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2414
+ )
2415
+ WST =
2416
+ T.let(
2417
+ :wst,
2418
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2419
+ )
2420
+ XAF =
2421
+ T.let(
2422
+ :xaf,
2423
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2424
+ )
2425
+ XCD =
2426
+ T.let(
2427
+ :xcd,
2428
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2429
+ )
2430
+ YER =
2431
+ T.let(
2432
+ :yer,
2433
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2434
+ )
2435
+ ZAR =
2436
+ T.let(
2437
+ :zar,
2438
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2439
+ )
2440
+ ZMW =
2441
+ T.let(
2442
+ :zmw,
2443
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2444
+ )
2445
+ CLP =
2446
+ T.let(
2447
+ :clp,
2448
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2449
+ )
2450
+ DJF =
2451
+ T.let(
2452
+ :djf,
2453
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2454
+ )
2455
+ GNF =
2456
+ T.let(
2457
+ :gnf,
2458
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2459
+ )
2460
+ UGX =
2461
+ T.let(
2462
+ :ugx,
2463
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2464
+ )
2465
+ PYG =
2466
+ T.let(
2467
+ :pyg,
2468
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2469
+ )
2470
+ XOF =
2471
+ T.let(
2472
+ :xof,
2473
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2474
+ )
2475
+ XPF =
2476
+ T.let(
2477
+ :xpf,
2478
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2479
+ )
2480
+
2481
+ sig do
2482
+ override.returns(
2483
+ T::Array[
2484
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2485
+ ]
2486
+ )
2487
+ end
2488
+ def self.values
2489
+ end
2490
+ end
2491
+ end
2492
+
2493
+ class UnitPrice < Stigg::Internal::Type::BaseModel
2494
+ OrHash =
2495
+ T.type_alias do
2496
+ T.any(
2497
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice,
2498
+ Stigg::Internal::AnyHash
2499
+ )
2500
+ end
2501
+
2502
+ # The price amount
2503
+ sig { returns(T.nilable(Float)) }
2504
+ attr_reader :amount
2505
+
2506
+ sig { params(amount: Float).void }
2507
+ attr_writer :amount
2508
+
2509
+ # The billing country code of the price
2510
+ sig { returns(T.nilable(String)) }
2511
+ attr_accessor :billing_country_code
2512
+
2513
+ # The price currency
2514
+ sig do
2515
+ returns(
2516
+ T.nilable(
2517
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2518
+ )
2519
+ )
2520
+ end
2521
+ attr_reader :currency
2522
+
2523
+ sig do
2524
+ params(
2525
+ currency:
2526
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::OrSymbol
2527
+ ).void
2528
+ end
2529
+ attr_writer :currency
2530
+
2531
+ # The unit price of the price tier
2532
+ sig do
2533
+ params(
2534
+ amount: Float,
2535
+ billing_country_code: T.nilable(String),
2536
+ currency:
2537
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::OrSymbol
2538
+ ).returns(T.attached_class)
2539
+ end
2540
+ def self.new(
2541
+ # The price amount
2542
+ amount: nil,
2543
+ # The billing country code of the price
2544
+ billing_country_code: nil,
2545
+ # The price currency
2546
+ currency: nil
2547
+ )
2548
+ end
2549
+
2550
+ sig do
2551
+ override.returns(
2552
+ {
2553
+ amount: Float,
2554
+ billing_country_code: T.nilable(String),
2555
+ currency:
2556
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2557
+ }
2558
+ )
2559
+ end
2560
+ def to_hash
2561
+ end
2562
+
2563
+ # The price currency
2564
+ module Currency
2565
+ extend Stigg::Internal::Type::Enum
2566
+
2567
+ TaggedSymbol =
2568
+ T.type_alias do
2569
+ T.all(
2570
+ Symbol,
2571
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency
2572
+ )
2573
+ end
2574
+ OrSymbol = T.type_alias { T.any(Symbol, String) }
2575
+
2576
+ USD =
2577
+ T.let(
2578
+ :usd,
2579
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2580
+ )
2581
+ AED =
2582
+ T.let(
2583
+ :aed,
2584
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2585
+ )
2586
+ ALL =
2587
+ T.let(
2588
+ :all,
2589
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2590
+ )
2591
+ AMD =
2592
+ T.let(
2593
+ :amd,
2594
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2595
+ )
2596
+ ANG =
2597
+ T.let(
2598
+ :ang,
2599
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2600
+ )
2601
+ AUD =
2602
+ T.let(
2603
+ :aud,
2604
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2605
+ )
2606
+ AWG =
2607
+ T.let(
2608
+ :awg,
2609
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2610
+ )
2611
+ AZN =
2612
+ T.let(
2613
+ :azn,
2614
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2615
+ )
2616
+ BAM =
2617
+ T.let(
2618
+ :bam,
2619
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2620
+ )
2621
+ BBD =
2622
+ T.let(
2623
+ :bbd,
2624
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2625
+ )
2626
+ BDT =
2627
+ T.let(
2628
+ :bdt,
2629
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2630
+ )
2631
+ BGN =
2632
+ T.let(
2633
+ :bgn,
2634
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2635
+ )
2636
+ BIF =
2637
+ T.let(
2638
+ :bif,
2639
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2640
+ )
2641
+ BMD =
2642
+ T.let(
2643
+ :bmd,
2644
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2645
+ )
2646
+ BND =
2647
+ T.let(
2648
+ :bnd,
2649
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2650
+ )
2651
+ BSD =
2652
+ T.let(
2653
+ :bsd,
2654
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2655
+ )
2656
+ BWP =
2657
+ T.let(
2658
+ :bwp,
2659
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2660
+ )
2661
+ BYN =
2662
+ T.let(
2663
+ :byn,
2664
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2665
+ )
2666
+ BZD =
2667
+ T.let(
2668
+ :bzd,
2669
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2670
+ )
2671
+ BRL =
2672
+ T.let(
2673
+ :brl,
2674
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2675
+ )
2676
+ CAD =
2677
+ T.let(
2678
+ :cad,
2679
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2680
+ )
2681
+ CDF =
2682
+ T.let(
2683
+ :cdf,
2684
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2685
+ )
2686
+ CHF =
2687
+ T.let(
2688
+ :chf,
2689
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2690
+ )
2691
+ CNY =
2692
+ T.let(
2693
+ :cny,
2694
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2695
+ )
2696
+ CZK =
2697
+ T.let(
2698
+ :czk,
2699
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2700
+ )
2701
+ DKK =
2702
+ T.let(
2703
+ :dkk,
2704
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2705
+ )
2706
+ DOP =
2707
+ T.let(
2708
+ :dop,
2709
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2710
+ )
2711
+ DZD =
2712
+ T.let(
2713
+ :dzd,
2714
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2715
+ )
2716
+ EGP =
2717
+ T.let(
2718
+ :egp,
2719
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2720
+ )
2721
+ ETB =
2722
+ T.let(
2723
+ :etb,
2724
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2725
+ )
2726
+ EUR =
2727
+ T.let(
2728
+ :eur,
2729
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2730
+ )
2731
+ FJD =
2732
+ T.let(
2733
+ :fjd,
2734
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2735
+ )
2736
+ GBP =
2737
+ T.let(
2738
+ :gbp,
2739
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2740
+ )
2741
+ GEL =
2742
+ T.let(
2743
+ :gel,
2744
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2745
+ )
2746
+ GIP =
2747
+ T.let(
2748
+ :gip,
2749
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2750
+ )
2751
+ GMD =
2752
+ T.let(
2753
+ :gmd,
2754
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2755
+ )
2756
+ GYD =
2757
+ T.let(
2758
+ :gyd,
2759
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2760
+ )
2761
+ HKD =
2762
+ T.let(
2763
+ :hkd,
2764
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2765
+ )
2766
+ HRK =
2767
+ T.let(
2768
+ :hrk,
2769
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2770
+ )
2771
+ HTG =
2772
+ T.let(
2773
+ :htg,
2774
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2775
+ )
2776
+ IDR =
2777
+ T.let(
2778
+ :idr,
2779
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2780
+ )
2781
+ ILS =
2782
+ T.let(
2783
+ :ils,
2784
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2785
+ )
2786
+ INR =
2787
+ T.let(
2788
+ :inr,
2789
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2790
+ )
2791
+ ISK =
2792
+ T.let(
2793
+ :isk,
2794
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2795
+ )
2796
+ JMD =
2797
+ T.let(
2798
+ :jmd,
2799
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2800
+ )
2801
+ JPY =
2802
+ T.let(
2803
+ :jpy,
2804
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2805
+ )
2806
+ KES =
2807
+ T.let(
2808
+ :kes,
2809
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2810
+ )
2811
+ KGS =
2812
+ T.let(
2813
+ :kgs,
2814
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2815
+ )
2816
+ KHR =
2817
+ T.let(
2818
+ :khr,
2819
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2820
+ )
2821
+ KMF =
2822
+ T.let(
2823
+ :kmf,
2824
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2825
+ )
2826
+ KRW =
2827
+ T.let(
2828
+ :krw,
2829
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2830
+ )
2831
+ KYD =
2832
+ T.let(
2833
+ :kyd,
2834
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2835
+ )
2836
+ KZT =
2837
+ T.let(
2838
+ :kzt,
2839
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2840
+ )
2841
+ LBP =
2842
+ T.let(
2843
+ :lbp,
2844
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2845
+ )
2846
+ LKR =
2847
+ T.let(
2848
+ :lkr,
2849
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2850
+ )
2851
+ LRD =
2852
+ T.let(
2853
+ :lrd,
2854
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2855
+ )
2856
+ LSL =
2857
+ T.let(
2858
+ :lsl,
2859
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2860
+ )
2861
+ MAD =
2862
+ T.let(
2863
+ :mad,
2864
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2865
+ )
2866
+ MDL =
2867
+ T.let(
2868
+ :mdl,
2869
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2870
+ )
2871
+ MGA =
2872
+ T.let(
2873
+ :mga,
2874
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2875
+ )
2876
+ MKD =
2877
+ T.let(
2878
+ :mkd,
2879
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2880
+ )
2881
+ MMK =
2882
+ T.let(
2883
+ :mmk,
2884
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2885
+ )
2886
+ MNT =
2887
+ T.let(
2888
+ :mnt,
2889
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2890
+ )
2891
+ MOP =
2892
+ T.let(
2893
+ :mop,
2894
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2895
+ )
2896
+ MRO =
2897
+ T.let(
2898
+ :mro,
2899
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2900
+ )
2901
+ MVR =
2902
+ T.let(
2903
+ :mvr,
2904
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2905
+ )
2906
+ MWK =
2907
+ T.let(
2908
+ :mwk,
2909
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2910
+ )
2911
+ MXN =
2912
+ T.let(
2913
+ :mxn,
2914
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2915
+ )
2916
+ MYR =
2917
+ T.let(
2918
+ :myr,
2919
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2920
+ )
2921
+ MZN =
2922
+ T.let(
2923
+ :mzn,
2924
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2925
+ )
2926
+ NAD =
2927
+ T.let(
2928
+ :nad,
2929
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2930
+ )
2931
+ NGN =
2932
+ T.let(
2933
+ :ngn,
2934
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2935
+ )
2936
+ NOK =
2937
+ T.let(
2938
+ :nok,
2939
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2940
+ )
2941
+ NPR =
2942
+ T.let(
2943
+ :npr,
2944
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2945
+ )
2946
+ NZD =
2947
+ T.let(
2948
+ :nzd,
2949
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2950
+ )
2951
+ PGK =
2952
+ T.let(
2953
+ :pgk,
2954
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2955
+ )
2956
+ PHP =
2957
+ T.let(
2958
+ :php,
2959
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2960
+ )
2961
+ PKR =
2962
+ T.let(
2963
+ :pkr,
2964
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2965
+ )
2966
+ PLN =
2967
+ T.let(
2968
+ :pln,
2969
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2970
+ )
2971
+ QAR =
2972
+ T.let(
2973
+ :qar,
2974
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2975
+ )
2976
+ RON =
2977
+ T.let(
2978
+ :ron,
2979
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2980
+ )
2981
+ RSD =
2982
+ T.let(
2983
+ :rsd,
2984
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2985
+ )
2986
+ RUB =
2987
+ T.let(
2988
+ :rub,
2989
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2990
+ )
2991
+ RWF =
2992
+ T.let(
2993
+ :rwf,
2994
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2995
+ )
2996
+ SAR =
2997
+ T.let(
2998
+ :sar,
2999
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
3000
+ )
3001
+ SBD =
3002
+ T.let(
3003
+ :sbd,
3004
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
3005
+ )
3006
+ SCR =
3007
+ T.let(
3008
+ :scr,
3009
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
3010
+ )
3011
+ SEK =
3012
+ T.let(
3013
+ :sek,
3014
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
3015
+ )
3016
+ SGD =
3017
+ T.let(
3018
+ :sgd,
3019
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
3020
+ )
3021
+ SLE =
3022
+ T.let(
3023
+ :sle,
3024
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
3025
+ )
3026
+ SLL =
3027
+ T.let(
3028
+ :sll,
3029
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
3030
+ )
3031
+ SOS =
3032
+ T.let(
3033
+ :sos,
3034
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
3035
+ )
3036
+ SZL =
3037
+ T.let(
3038
+ :szl,
3039
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
3040
+ )
3041
+ THB =
3042
+ T.let(
3043
+ :thb,
3044
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
3045
+ )
3046
+ TJS =
3047
+ T.let(
3048
+ :tjs,
3049
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
3050
+ )
3051
+ TOP =
3052
+ T.let(
3053
+ :top,
3054
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
3055
+ )
3056
+ TRY =
3057
+ T.let(
3058
+ :try,
3059
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
3060
+ )
3061
+ TTD =
3062
+ T.let(
3063
+ :ttd,
3064
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
3065
+ )
3066
+ TZS =
3067
+ T.let(
3068
+ :tzs,
3069
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
3070
+ )
3071
+ UAH =
3072
+ T.let(
3073
+ :uah,
3074
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
3075
+ )
3076
+ UZS =
3077
+ T.let(
3078
+ :uzs,
3079
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
3080
+ )
3081
+ VND =
3082
+ T.let(
3083
+ :vnd,
3084
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
3085
+ )
3086
+ VUV =
3087
+ T.let(
3088
+ :vuv,
3089
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
3090
+ )
3091
+ WST =
3092
+ T.let(
3093
+ :wst,
3094
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
3095
+ )
3096
+ XAF =
3097
+ T.let(
3098
+ :xaf,
3099
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
3100
+ )
3101
+ XCD =
3102
+ T.let(
3103
+ :xcd,
3104
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
3105
+ )
3106
+ YER =
3107
+ T.let(
3108
+ :yer,
3109
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
3110
+ )
3111
+ ZAR =
3112
+ T.let(
3113
+ :zar,
3114
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
3115
+ )
3116
+ ZMW =
3117
+ T.let(
3118
+ :zmw,
3119
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
3120
+ )
3121
+ CLP =
3122
+ T.let(
3123
+ :clp,
3124
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
3125
+ )
3126
+ DJF =
3127
+ T.let(
3128
+ :djf,
3129
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
3130
+ )
3131
+ GNF =
3132
+ T.let(
3133
+ :gnf,
3134
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
3135
+ )
3136
+ UGX =
3137
+ T.let(
3138
+ :ugx,
3139
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
3140
+ )
3141
+ PYG =
3142
+ T.let(
3143
+ :pyg,
3144
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
3145
+ )
3146
+ XOF =
3147
+ T.let(
3148
+ :xof,
3149
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
3150
+ )
3151
+ XPF =
3152
+ T.let(
3153
+ :xpf,
3154
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
3155
+ )
3156
+
3157
+ sig do
3158
+ override.returns(
3159
+ T::Array[
3160
+ Stigg::Models::V1::SubscriptionCreateResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
3161
+ ]
3162
+ )
3163
+ end
3164
+ def self.values
3165
+ end
3166
+ end
3167
+ end
3168
+ end
3169
+ end
663
3170
  end
664
3171
  end
665
3172
  end