stigg 0.1.0.pre.alpha.2 → 0.1.0.pre.alpha.3

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 (132) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +8 -0
  3. data/README.md +1 -1
  4. data/lib/stigg/internal/type/base_model.rb +2 -2
  5. data/lib/stigg/models/v1/{coupon_create_response.rb → coupon.rb} +24 -24
  6. data/lib/stigg/models/v1/customer_import_params.rb +75 -0
  7. data/lib/stigg/models/v1/customer_import_response.rb +35 -0
  8. data/lib/stigg/models/v1/{customer_create_params.rb → customer_provision_params.rb} +16 -16
  9. data/lib/stigg/models/v1/customer_response.rb +1 -1
  10. data/lib/stigg/models/v1/customers/promotional_entitlement_grant_params.rb +296 -0
  11. data/lib/stigg/models/v1/customers/promotional_entitlement_grant_response.rb +341 -0
  12. data/lib/stigg/models/v1/customers/promotional_entitlement_revoke_params.rb +24 -0
  13. data/lib/stigg/models/v1/customers/promotional_entitlement_revoke_response.rb +342 -0
  14. data/lib/stigg/models/v1/event_report_params.rb +91 -0
  15. data/lib/stigg/models/v1/event_report_response.rb +25 -0
  16. data/lib/stigg/models/v1/{subscription_retrieve_response.rb → subscription.rb} +30 -29
  17. data/lib/stigg/models/v1/subscription_cancel_params.rb +75 -0
  18. data/lib/stigg/models/v1/subscription_import_params.rb +92 -0
  19. data/lib/stigg/models/v1/subscription_import_response.rb +32 -0
  20. data/lib/stigg/models/v1/{subscription_create_params.rb → subscription_provision_params.rb} +118 -118
  21. data/lib/stigg/models/v1/{subscription_create_response.rb → subscription_provision_response.rb} +76 -75
  22. data/lib/stigg/models/v1/subscription_update_params.rb +1114 -0
  23. data/lib/stigg/models/v1/subscriptions/{future_update_cancel_pending_payment_response.rb → cancel_subscription.rb} +7 -5
  24. data/lib/stigg/models/v1/usage_history_params.rb +54 -0
  25. data/lib/stigg/models/v1/usage_history_response.rb +155 -0
  26. data/lib/stigg/models/v1/usage_report_params.rb +114 -0
  27. data/lib/stigg/models/v1/usage_report_response.rb +120 -0
  28. data/lib/stigg/models.rb +0 -4
  29. data/lib/stigg/resources/v1/coupons.rb +4 -4
  30. data/lib/stigg/resources/v1/customers/promotional_entitlements.rb +69 -0
  31. data/lib/stigg/resources/v1/customers.rb +59 -37
  32. data/lib/stigg/resources/v1/events.rb +38 -0
  33. data/lib/stigg/resources/v1/subscriptions/future_update.rb +4 -4
  34. data/lib/stigg/resources/v1/subscriptions.rb +166 -64
  35. data/lib/stigg/resources/v1/usage.rb +79 -0
  36. data/lib/stigg/resources/v1.rb +6 -42
  37. data/lib/stigg/version.rb +1 -1
  38. data/lib/stigg.rb +25 -16
  39. data/rbi/stigg/models/v1/{coupon_create_response.rbi → coupon.rbi} +156 -252
  40. data/rbi/stigg/models/v1/customer_import_params.rbi +130 -0
  41. data/rbi/stigg/models/v1/customer_import_response.rbi +76 -0
  42. data/rbi/stigg/models/v1/{customer_create_params.rbi → customer_provision_params.rbi} +35 -35
  43. data/rbi/stigg/models/v1/customers/promotional_entitlement_grant_params.rbi +640 -0
  44. data/rbi/stigg/models/v1/customers/promotional_entitlement_grant_response.rbi +690 -0
  45. data/rbi/stigg/models/v1/customers/promotional_entitlement_revoke_params.rbi +42 -0
  46. data/rbi/stigg/models/v1/customers/promotional_entitlement_revoke_response.rbi +696 -0
  47. data/rbi/stigg/models/v1/event_report_params.rbi +168 -0
  48. data/rbi/stigg/models/v1/event_report_response.rbi +35 -0
  49. data/rbi/stigg/models/v1/{subscription_migrate_response.rbi → subscription.rbi} +66 -117
  50. data/rbi/stigg/models/v1/subscription_cancel_params.rbi +182 -0
  51. data/rbi/stigg/models/v1/subscription_import_params.rbi +148 -0
  52. data/rbi/stigg/models/v1/subscription_import_response.rbi +69 -0
  53. data/rbi/stigg/models/v1/{subscription_create_params.rbi → subscription_provision_params.rbi} +794 -773
  54. data/rbi/stigg/models/v1/{subscription_create_response.rbi → subscription_provision_response.rbi} +481 -481
  55. data/rbi/stigg/models/v1/subscription_update_params.rbi +3578 -0
  56. data/rbi/stigg/models/v1/subscriptions/{future_update_cancel_schedule_response.rbi → cancel_subscription.rbi} +9 -16
  57. data/rbi/stigg/models/v1/usage_history_params.rbi +79 -0
  58. data/rbi/stigg/models/v1/usage_history_response.rbi +347 -0
  59. data/rbi/stigg/models/v1/usage_report_params.rbi +227 -0
  60. data/rbi/stigg/models/v1/usage_report_response.rbi +162 -0
  61. data/rbi/stigg/models.rbi +0 -4
  62. data/rbi/stigg/resources/v1/coupons.rbi +2 -2
  63. data/rbi/stigg/resources/v1/customers/promotional_entitlements.rbi +57 -0
  64. data/rbi/stigg/resources/v1/customers.rbi +53 -36
  65. data/rbi/stigg/resources/v1/events.rbi +28 -0
  66. data/rbi/stigg/resources/v1/subscriptions/future_update.rbi +2 -6
  67. data/rbi/stigg/resources/v1/subscriptions.rbi +179 -74
  68. data/rbi/stigg/resources/v1/usage.rbi +57 -0
  69. data/rbi/stigg/resources/v1.rbi +4 -26
  70. data/sig/stigg/models/v1/{coupon_create_response.rbs → coupon.rbs} +29 -32
  71. data/sig/stigg/models/v1/customer_import_params.rbs +74 -0
  72. data/sig/stigg/models/v1/customer_import_response.rbs +30 -0
  73. data/sig/stigg/models/v1/{customer_create_params.rbs → customer_provision_params.rbs} +22 -22
  74. data/sig/stigg/models/v1/customers/promotional_entitlement_grant_params.rbs +234 -0
  75. data/sig/stigg/models/v1/customers/promotional_entitlement_grant_response.rbs +281 -0
  76. data/sig/stigg/models/v1/customers/promotional_entitlement_revoke_params.rbs +27 -0
  77. data/sig/stigg/models/v1/customers/promotional_entitlement_revoke_response.rbs +281 -0
  78. data/sig/stigg/models/v1/event_report_params.rbs +82 -0
  79. data/sig/stigg/models/v1/event_report_response.rbs +15 -0
  80. data/sig/stigg/models/v1/{subscription_retrieve_response.rbs → subscription.rbs} +36 -41
  81. data/sig/stigg/models/v1/subscription_cancel_params.rbs +79 -0
  82. data/sig/stigg/models/v1/subscription_import_params.rbs +84 -0
  83. data/sig/stigg/models/v1/subscription_import_response.rbs +30 -0
  84. data/sig/stigg/models/v1/{subscription_create_params.rbs → subscription_provision_params.rbs} +200 -200
  85. data/sig/stigg/models/v1/{subscription_create_response.rbs → subscription_provision_response.rbs} +106 -106
  86. data/sig/stigg/models/v1/subscription_update_params.rbs +1544 -0
  87. data/sig/stigg/models/v1/subscriptions/cancel_subscription.rbs +34 -0
  88. data/sig/stigg/models/v1/usage_history_params.rbs +52 -0
  89. data/sig/stigg/models/v1/usage_history_response.rbs +129 -0
  90. data/sig/stigg/models/v1/usage_report_params.rbs +102 -0
  91. data/sig/stigg/models/v1/usage_report_response.rbs +87 -0
  92. data/sig/stigg/models.rbs +0 -4
  93. data/sig/stigg/resources/v1/coupons.rbs +2 -2
  94. data/sig/stigg/resources/v1/customers/promotional_entitlements.rbs +23 -0
  95. data/sig/stigg/resources/v1/customers.rbs +17 -12
  96. data/sig/stigg/resources/v1/events.rbs +14 -0
  97. data/sig/stigg/resources/v1/subscriptions/future_update.rbs +2 -2
  98. data/sig/stigg/resources/v1/subscriptions.rbs +65 -32
  99. data/sig/stigg/resources/v1/usage.rbs +24 -0
  100. data/sig/stigg/resources/v1.rbs +2 -8
  101. metadata +77 -50
  102. data/lib/stigg/models/v1/coupon_retrieve_response.rb +0 -322
  103. data/lib/stigg/models/v1/subscription_delegate_response.rb +0 -314
  104. data/lib/stigg/models/v1/subscription_migrate_response.rb +0 -314
  105. data/lib/stigg/models/v1/subscription_transfer_response.rb +0 -314
  106. data/lib/stigg/models/v1/subscriptions/future_update_cancel_schedule_response.rb +0 -34
  107. data/lib/stigg/models/v1_create_event_params.rb +0 -89
  108. data/lib/stigg/models/v1_create_event_response.rb +0 -23
  109. data/lib/stigg/models/v1_create_usage_params.rb +0 -112
  110. data/lib/stigg/models/v1_create_usage_response.rb +0 -118
  111. data/lib/stigg/resources/v1/customers/usage.rb +0 -18
  112. data/rbi/stigg/models/v1/coupon_retrieve_response.rbi +0 -987
  113. data/rbi/stigg/models/v1/subscription_delegate_response.rbi +0 -618
  114. data/rbi/stigg/models/v1/subscription_retrieve_response.rbi +0 -618
  115. data/rbi/stigg/models/v1/subscription_transfer_response.rbi +0 -618
  116. data/rbi/stigg/models/v1/subscriptions/future_update_cancel_pending_payment_response.rbi +0 -80
  117. data/rbi/stigg/models/v1_create_event_params.rbi +0 -161
  118. data/rbi/stigg/models/v1_create_event_response.rbi +0 -30
  119. data/rbi/stigg/models/v1_create_usage_params.rbi +0 -217
  120. data/rbi/stigg/models/v1_create_usage_response.rbi +0 -157
  121. data/rbi/stigg/resources/v1/customers/usage.rbi +0 -16
  122. data/sig/stigg/models/v1/coupon_retrieve_response.rbs +0 -394
  123. data/sig/stigg/models/v1/subscription_delegate_response.rbs +0 -255
  124. data/sig/stigg/models/v1/subscription_migrate_response.rbs +0 -255
  125. data/sig/stigg/models/v1/subscription_transfer_response.rbs +0 -255
  126. data/sig/stigg/models/v1/subscriptions/future_update_cancel_pending_payment_response.rbs +0 -34
  127. data/sig/stigg/models/v1/subscriptions/future_update_cancel_schedule_response.rbs +0 -34
  128. data/sig/stigg/models/v1_create_event_params.rbs +0 -80
  129. data/sig/stigg/models/v1_create_event_response.rbs +0 -13
  130. data/sig/stigg/models/v1_create_usage_params.rbs +0 -100
  131. data/sig/stigg/models/v1_create_usage_response.rbs +0 -85
  132. data/sig/stigg/resources/v1/customers/usage.rbs +0 -11
@@ -3,31 +3,22 @@
3
3
  module Stigg
4
4
  module Models
5
5
  module V1
6
- class CouponCreateResponse < Stigg::Internal::Type::BaseModel
6
+ class Coupon < Stigg::Internal::Type::BaseModel
7
7
  OrHash =
8
- T.type_alias do
9
- T.any(
10
- Stigg::Models::V1::CouponCreateResponse,
11
- Stigg::Internal::AnyHash
12
- )
13
- end
8
+ T.type_alias { T.any(Stigg::V1::Coupon, Stigg::Internal::AnyHash) }
14
9
 
15
10
  # Discount instrument with percentage or fixed amount
16
- sig { returns(Stigg::Models::V1::CouponCreateResponse::Data) }
11
+ sig { returns(Stigg::V1::Coupon::Data) }
17
12
  attr_reader :data
18
13
 
19
- sig do
20
- params(
21
- data: Stigg::Models::V1::CouponCreateResponse::Data::OrHash
22
- ).void
23
- end
14
+ sig { params(data: Stigg::V1::Coupon::Data::OrHash).void }
24
15
  attr_writer :data
25
16
 
26
17
  # Response object
27
18
  sig do
28
- params(
29
- data: Stigg::Models::V1::CouponCreateResponse::Data::OrHash
30
- ).returns(T.attached_class)
19
+ params(data: Stigg::V1::Coupon::Data::OrHash).returns(
20
+ T.attached_class
21
+ )
31
22
  end
32
23
  def self.new(
33
24
  # Discount instrument with percentage or fixed amount
@@ -35,21 +26,14 @@ module Stigg
35
26
  )
36
27
  end
37
28
 
38
- sig do
39
- override.returns(
40
- { data: Stigg::Models::V1::CouponCreateResponse::Data }
41
- )
42
- end
29
+ sig { override.returns({ data: Stigg::V1::Coupon::Data }) }
43
30
  def to_hash
44
31
  end
45
32
 
46
33
  class Data < Stigg::Internal::Type::BaseModel
47
34
  OrHash =
48
35
  T.type_alias do
49
- T.any(
50
- Stigg::Models::V1::CouponCreateResponse::Data,
51
- Stigg::Internal::AnyHash
52
- )
36
+ T.any(Stigg::V1::Coupon::Data, Stigg::Internal::AnyHash)
53
37
  end
54
38
 
55
39
  # The unique identifier for the entity
@@ -58,13 +42,7 @@ module Stigg
58
42
 
59
43
  # Fixed amount discounts in different currencies
60
44
  sig do
61
- returns(
62
- T.nilable(
63
- T::Array[
64
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff
65
- ]
66
- )
67
- )
45
+ returns(T.nilable(T::Array[Stigg::V1::Coupon::Data::AmountsOff]))
68
46
  end
69
47
  attr_accessor :amounts_off
70
48
 
@@ -98,28 +76,16 @@ module Stigg
98
76
 
99
77
  # The source of the coupon
100
78
  sig do
101
- returns(
102
- T.nilable(
103
- Stigg::Models::V1::CouponCreateResponse::Data::Source::TaggedSymbol
104
- )
105
- )
79
+ returns(T.nilable(Stigg::V1::Coupon::Data::Source::TaggedSymbol))
106
80
  end
107
81
  attr_accessor :source
108
82
 
109
83
  # Current status of the coupon
110
- sig do
111
- returns(
112
- Stigg::Models::V1::CouponCreateResponse::Data::Status::TaggedSymbol
113
- )
114
- end
84
+ sig { returns(Stigg::V1::Coupon::Data::Status::TaggedSymbol) }
115
85
  attr_accessor :status
116
86
 
117
87
  # Type of the coupon (percentage or fixed amount)
118
- sig do
119
- returns(
120
- Stigg::Models::V1::CouponCreateResponse::Data::Type::TaggedSymbol
121
- )
122
- end
88
+ sig { returns(Stigg::V1::Coupon::Data::Type::TaggedSymbol) }
123
89
  attr_accessor :type
124
90
 
125
91
  # Timestamp of when the record was last updated
@@ -132,9 +98,7 @@ module Stigg
132
98
  id: String,
133
99
  amounts_off:
134
100
  T.nilable(
135
- T::Array[
136
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::OrHash
137
- ]
101
+ T::Array[Stigg::V1::Coupon::Data::AmountsOff::OrHash]
138
102
  ),
139
103
  billing_id: T.nilable(String),
140
104
  billing_link_url: T.nilable(String),
@@ -143,14 +107,9 @@ module Stigg
143
107
  duration_in_months: T.nilable(Float),
144
108
  name: String,
145
109
  percent_off: T.nilable(Float),
146
- source:
147
- T.nilable(
148
- Stigg::Models::V1::CouponCreateResponse::Data::Source::OrSymbol
149
- ),
150
- status:
151
- Stigg::Models::V1::CouponCreateResponse::Data::Status::OrSymbol,
152
- type:
153
- Stigg::Models::V1::CouponCreateResponse::Data::Type::OrSymbol,
110
+ source: T.nilable(Stigg::V1::Coupon::Data::Source::OrSymbol),
111
+ status: Stigg::V1::Coupon::Data::Status::OrSymbol,
112
+ type: Stigg::V1::Coupon::Data::Type::OrSymbol,
154
113
  updated_at: Time
155
114
  ).returns(T.attached_class)
156
115
  end
@@ -189,11 +148,7 @@ module Stigg
189
148
  {
190
149
  id: String,
191
150
  amounts_off:
192
- T.nilable(
193
- T::Array[
194
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff
195
- ]
196
- ),
151
+ T.nilable(T::Array[Stigg::V1::Coupon::Data::AmountsOff]),
197
152
  billing_id: T.nilable(String),
198
153
  billing_link_url: T.nilable(String),
199
154
  created_at: Time,
@@ -202,13 +157,9 @@ module Stigg
202
157
  name: String,
203
158
  percent_off: T.nilable(Float),
204
159
  source:
205
- T.nilable(
206
- Stigg::Models::V1::CouponCreateResponse::Data::Source::TaggedSymbol
207
- ),
208
- status:
209
- Stigg::Models::V1::CouponCreateResponse::Data::Status::TaggedSymbol,
210
- type:
211
- Stigg::Models::V1::CouponCreateResponse::Data::Type::TaggedSymbol,
160
+ T.nilable(Stigg::V1::Coupon::Data::Source::TaggedSymbol),
161
+ status: Stigg::V1::Coupon::Data::Status::TaggedSymbol,
162
+ type: Stigg::V1::Coupon::Data::Type::TaggedSymbol,
212
163
  updated_at: Time
213
164
  }
214
165
  )
@@ -220,7 +171,7 @@ module Stigg
220
171
  OrHash =
221
172
  T.type_alias do
222
173
  T.any(
223
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff,
174
+ Stigg::V1::Coupon::Data::AmountsOff,
224
175
  Stigg::Internal::AnyHash
225
176
  )
226
177
  end
@@ -232,7 +183,7 @@ module Stigg
232
183
  # The price currency
233
184
  sig do
234
185
  returns(
235
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
186
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
236
187
  )
237
188
  end
238
189
  attr_accessor :currency
@@ -242,7 +193,7 @@ module Stigg
242
193
  params(
243
194
  amount: Float,
244
195
  currency:
245
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::OrSymbol
196
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::OrSymbol
246
197
  ).returns(T.attached_class)
247
198
  end
248
199
  def self.new(
@@ -258,7 +209,7 @@ module Stigg
258
209
  {
259
210
  amount: Float,
260
211
  currency:
261
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
212
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
262
213
  }
263
214
  )
264
215
  end
@@ -271,598 +222,595 @@ module Stigg
271
222
 
272
223
  TaggedSymbol =
273
224
  T.type_alias do
274
- T.all(
275
- Symbol,
276
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency
277
- )
225
+ T.all(Symbol, Stigg::V1::Coupon::Data::AmountsOff::Currency)
278
226
  end
279
227
  OrSymbol = T.type_alias { T.any(Symbol, String) }
280
228
 
281
229
  USD =
282
230
  T.let(
283
231
  :usd,
284
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
232
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
285
233
  )
286
234
  AED =
287
235
  T.let(
288
236
  :aed,
289
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
237
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
290
238
  )
291
239
  ALL =
292
240
  T.let(
293
241
  :all,
294
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
242
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
295
243
  )
296
244
  AMD =
297
245
  T.let(
298
246
  :amd,
299
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
247
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
300
248
  )
301
249
  ANG =
302
250
  T.let(
303
251
  :ang,
304
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
252
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
305
253
  )
306
254
  AUD =
307
255
  T.let(
308
256
  :aud,
309
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
257
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
310
258
  )
311
259
  AWG =
312
260
  T.let(
313
261
  :awg,
314
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
262
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
315
263
  )
316
264
  AZN =
317
265
  T.let(
318
266
  :azn,
319
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
267
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
320
268
  )
321
269
  BAM =
322
270
  T.let(
323
271
  :bam,
324
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
272
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
325
273
  )
326
274
  BBD =
327
275
  T.let(
328
276
  :bbd,
329
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
277
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
330
278
  )
331
279
  BDT =
332
280
  T.let(
333
281
  :bdt,
334
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
282
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
335
283
  )
336
284
  BGN =
337
285
  T.let(
338
286
  :bgn,
339
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
287
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
340
288
  )
341
289
  BIF =
342
290
  T.let(
343
291
  :bif,
344
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
292
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
345
293
  )
346
294
  BMD =
347
295
  T.let(
348
296
  :bmd,
349
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
297
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
350
298
  )
351
299
  BND =
352
300
  T.let(
353
301
  :bnd,
354
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
302
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
355
303
  )
356
304
  BSD =
357
305
  T.let(
358
306
  :bsd,
359
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
307
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
360
308
  )
361
309
  BWP =
362
310
  T.let(
363
311
  :bwp,
364
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
312
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
365
313
  )
366
314
  BYN =
367
315
  T.let(
368
316
  :byn,
369
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
317
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
370
318
  )
371
319
  BZD =
372
320
  T.let(
373
321
  :bzd,
374
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
322
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
375
323
  )
376
324
  BRL =
377
325
  T.let(
378
326
  :brl,
379
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
327
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
380
328
  )
381
329
  CAD =
382
330
  T.let(
383
331
  :cad,
384
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
332
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
385
333
  )
386
334
  CDF =
387
335
  T.let(
388
336
  :cdf,
389
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
337
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
390
338
  )
391
339
  CHF =
392
340
  T.let(
393
341
  :chf,
394
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
342
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
395
343
  )
396
344
  CNY =
397
345
  T.let(
398
346
  :cny,
399
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
347
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
400
348
  )
401
349
  CZK =
402
350
  T.let(
403
351
  :czk,
404
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
352
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
405
353
  )
406
354
  DKK =
407
355
  T.let(
408
356
  :dkk,
409
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
357
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
410
358
  )
411
359
  DOP =
412
360
  T.let(
413
361
  :dop,
414
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
362
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
415
363
  )
416
364
  DZD =
417
365
  T.let(
418
366
  :dzd,
419
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
367
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
420
368
  )
421
369
  EGP =
422
370
  T.let(
423
371
  :egp,
424
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
372
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
425
373
  )
426
374
  ETB =
427
375
  T.let(
428
376
  :etb,
429
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
377
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
430
378
  )
431
379
  EUR =
432
380
  T.let(
433
381
  :eur,
434
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
382
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
435
383
  )
436
384
  FJD =
437
385
  T.let(
438
386
  :fjd,
439
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
387
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
440
388
  )
441
389
  GBP =
442
390
  T.let(
443
391
  :gbp,
444
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
392
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
445
393
  )
446
394
  GEL =
447
395
  T.let(
448
396
  :gel,
449
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
397
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
450
398
  )
451
399
  GIP =
452
400
  T.let(
453
401
  :gip,
454
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
402
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
455
403
  )
456
404
  GMD =
457
405
  T.let(
458
406
  :gmd,
459
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
407
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
460
408
  )
461
409
  GYD =
462
410
  T.let(
463
411
  :gyd,
464
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
412
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
465
413
  )
466
414
  HKD =
467
415
  T.let(
468
416
  :hkd,
469
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
417
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
470
418
  )
471
419
  HRK =
472
420
  T.let(
473
421
  :hrk,
474
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
422
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
475
423
  )
476
424
  HTG =
477
425
  T.let(
478
426
  :htg,
479
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
427
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
480
428
  )
481
429
  IDR =
482
430
  T.let(
483
431
  :idr,
484
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
432
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
485
433
  )
486
434
  ILS =
487
435
  T.let(
488
436
  :ils,
489
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
437
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
490
438
  )
491
439
  INR =
492
440
  T.let(
493
441
  :inr,
494
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
442
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
495
443
  )
496
444
  ISK =
497
445
  T.let(
498
446
  :isk,
499
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
447
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
500
448
  )
501
449
  JMD =
502
450
  T.let(
503
451
  :jmd,
504
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
452
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
505
453
  )
506
454
  JPY =
507
455
  T.let(
508
456
  :jpy,
509
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
457
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
510
458
  )
511
459
  KES =
512
460
  T.let(
513
461
  :kes,
514
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
462
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
515
463
  )
516
464
  KGS =
517
465
  T.let(
518
466
  :kgs,
519
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
467
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
520
468
  )
521
469
  KHR =
522
470
  T.let(
523
471
  :khr,
524
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
472
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
525
473
  )
526
474
  KMF =
527
475
  T.let(
528
476
  :kmf,
529
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
477
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
530
478
  )
531
479
  KRW =
532
480
  T.let(
533
481
  :krw,
534
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
482
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
535
483
  )
536
484
  KYD =
537
485
  T.let(
538
486
  :kyd,
539
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
487
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
540
488
  )
541
489
  KZT =
542
490
  T.let(
543
491
  :kzt,
544
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
492
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
545
493
  )
546
494
  LBP =
547
495
  T.let(
548
496
  :lbp,
549
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
497
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
550
498
  )
551
499
  LKR =
552
500
  T.let(
553
501
  :lkr,
554
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
502
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
555
503
  )
556
504
  LRD =
557
505
  T.let(
558
506
  :lrd,
559
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
507
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
560
508
  )
561
509
  LSL =
562
510
  T.let(
563
511
  :lsl,
564
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
512
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
565
513
  )
566
514
  MAD =
567
515
  T.let(
568
516
  :mad,
569
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
517
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
570
518
  )
571
519
  MDL =
572
520
  T.let(
573
521
  :mdl,
574
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
522
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
575
523
  )
576
524
  MGA =
577
525
  T.let(
578
526
  :mga,
579
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
527
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
580
528
  )
581
529
  MKD =
582
530
  T.let(
583
531
  :mkd,
584
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
532
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
585
533
  )
586
534
  MMK =
587
535
  T.let(
588
536
  :mmk,
589
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
537
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
590
538
  )
591
539
  MNT =
592
540
  T.let(
593
541
  :mnt,
594
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
542
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
595
543
  )
596
544
  MOP =
597
545
  T.let(
598
546
  :mop,
599
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
547
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
600
548
  )
601
549
  MRO =
602
550
  T.let(
603
551
  :mro,
604
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
552
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
605
553
  )
606
554
  MVR =
607
555
  T.let(
608
556
  :mvr,
609
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
557
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
610
558
  )
611
559
  MWK =
612
560
  T.let(
613
561
  :mwk,
614
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
562
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
615
563
  )
616
564
  MXN =
617
565
  T.let(
618
566
  :mxn,
619
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
567
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
620
568
  )
621
569
  MYR =
622
570
  T.let(
623
571
  :myr,
624
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
572
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
625
573
  )
626
574
  MZN =
627
575
  T.let(
628
576
  :mzn,
629
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
577
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
630
578
  )
631
579
  NAD =
632
580
  T.let(
633
581
  :nad,
634
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
582
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
635
583
  )
636
584
  NGN =
637
585
  T.let(
638
586
  :ngn,
639
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
587
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
640
588
  )
641
589
  NOK =
642
590
  T.let(
643
591
  :nok,
644
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
592
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
645
593
  )
646
594
  NPR =
647
595
  T.let(
648
596
  :npr,
649
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
597
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
650
598
  )
651
599
  NZD =
652
600
  T.let(
653
601
  :nzd,
654
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
602
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
655
603
  )
656
604
  PGK =
657
605
  T.let(
658
606
  :pgk,
659
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
607
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
660
608
  )
661
609
  PHP =
662
610
  T.let(
663
611
  :php,
664
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
612
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
665
613
  )
666
614
  PKR =
667
615
  T.let(
668
616
  :pkr,
669
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
617
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
670
618
  )
671
619
  PLN =
672
620
  T.let(
673
621
  :pln,
674
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
622
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
675
623
  )
676
624
  QAR =
677
625
  T.let(
678
626
  :qar,
679
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
627
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
680
628
  )
681
629
  RON =
682
630
  T.let(
683
631
  :ron,
684
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
632
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
685
633
  )
686
634
  RSD =
687
635
  T.let(
688
636
  :rsd,
689
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
637
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
690
638
  )
691
639
  RUB =
692
640
  T.let(
693
641
  :rub,
694
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
642
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
695
643
  )
696
644
  RWF =
697
645
  T.let(
698
646
  :rwf,
699
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
647
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
700
648
  )
701
649
  SAR =
702
650
  T.let(
703
651
  :sar,
704
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
652
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
705
653
  )
706
654
  SBD =
707
655
  T.let(
708
656
  :sbd,
709
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
657
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
710
658
  )
711
659
  SCR =
712
660
  T.let(
713
661
  :scr,
714
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
662
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
715
663
  )
716
664
  SEK =
717
665
  T.let(
718
666
  :sek,
719
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
667
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
720
668
  )
721
669
  SGD =
722
670
  T.let(
723
671
  :sgd,
724
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
672
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
725
673
  )
726
674
  SLE =
727
675
  T.let(
728
676
  :sle,
729
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
677
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
730
678
  )
731
679
  SLL =
732
680
  T.let(
733
681
  :sll,
734
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
682
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
735
683
  )
736
684
  SOS =
737
685
  T.let(
738
686
  :sos,
739
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
687
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
740
688
  )
741
689
  SZL =
742
690
  T.let(
743
691
  :szl,
744
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
692
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
745
693
  )
746
694
  THB =
747
695
  T.let(
748
696
  :thb,
749
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
697
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
750
698
  )
751
699
  TJS =
752
700
  T.let(
753
701
  :tjs,
754
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
702
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
755
703
  )
756
704
  TOP =
757
705
  T.let(
758
706
  :top,
759
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
707
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
760
708
  )
761
709
  TRY =
762
710
  T.let(
763
711
  :try,
764
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
712
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
765
713
  )
766
714
  TTD =
767
715
  T.let(
768
716
  :ttd,
769
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
717
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
770
718
  )
771
719
  TZS =
772
720
  T.let(
773
721
  :tzs,
774
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
722
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
775
723
  )
776
724
  UAH =
777
725
  T.let(
778
726
  :uah,
779
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
727
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
780
728
  )
781
729
  UZS =
782
730
  T.let(
783
731
  :uzs,
784
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
732
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
785
733
  )
786
734
  VND =
787
735
  T.let(
788
736
  :vnd,
789
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
737
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
790
738
  )
791
739
  VUV =
792
740
  T.let(
793
741
  :vuv,
794
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
742
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
795
743
  )
796
744
  WST =
797
745
  T.let(
798
746
  :wst,
799
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
747
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
800
748
  )
801
749
  XAF =
802
750
  T.let(
803
751
  :xaf,
804
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
752
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
805
753
  )
806
754
  XCD =
807
755
  T.let(
808
756
  :xcd,
809
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
757
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
810
758
  )
811
759
  YER =
812
760
  T.let(
813
761
  :yer,
814
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
762
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
815
763
  )
816
764
  ZAR =
817
765
  T.let(
818
766
  :zar,
819
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
767
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
820
768
  )
821
769
  ZMW =
822
770
  T.let(
823
771
  :zmw,
824
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
772
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
825
773
  )
826
774
  CLP =
827
775
  T.let(
828
776
  :clp,
829
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
777
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
830
778
  )
831
779
  DJF =
832
780
  T.let(
833
781
  :djf,
834
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
782
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
835
783
  )
836
784
  GNF =
837
785
  T.let(
838
786
  :gnf,
839
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
787
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
840
788
  )
841
789
  UGX =
842
790
  T.let(
843
791
  :ugx,
844
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
792
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
845
793
  )
846
794
  PYG =
847
795
  T.let(
848
796
  :pyg,
849
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
797
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
850
798
  )
851
799
  XOF =
852
800
  T.let(
853
801
  :xof,
854
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
802
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
855
803
  )
856
804
  XPF =
857
805
  T.let(
858
806
  :xpf,
859
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
807
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
860
808
  )
861
809
 
862
810
  sig do
863
811
  override.returns(
864
812
  T::Array[
865
- Stigg::Models::V1::CouponCreateResponse::Data::AmountsOff::Currency::TaggedSymbol
813
+ Stigg::V1::Coupon::Data::AmountsOff::Currency::TaggedSymbol
866
814
  ]
867
815
  )
868
816
  end
@@ -876,35 +824,18 @@ module Stigg
876
824
  extend Stigg::Internal::Type::Enum
877
825
 
878
826
  TaggedSymbol =
879
- T.type_alias do
880
- T.all(
881
- Symbol,
882
- Stigg::Models::V1::CouponCreateResponse::Data::Source
883
- )
884
- end
827
+ T.type_alias { T.all(Symbol, Stigg::V1::Coupon::Data::Source) }
885
828
  OrSymbol = T.type_alias { T.any(Symbol, String) }
886
829
 
887
- STIGG =
888
- T.let(
889
- :STIGG,
890
- Stigg::Models::V1::CouponCreateResponse::Data::Source::TaggedSymbol
891
- )
830
+ STIGG = T.let(:STIGG, Stigg::V1::Coupon::Data::Source::TaggedSymbol)
892
831
  STIGG_ADHOC =
893
- T.let(
894
- :STIGG_ADHOC,
895
- Stigg::Models::V1::CouponCreateResponse::Data::Source::TaggedSymbol
896
- )
832
+ T.let(:STIGG_ADHOC, Stigg::V1::Coupon::Data::Source::TaggedSymbol)
897
833
  STRIPE =
898
- T.let(
899
- :STRIPE,
900
- Stigg::Models::V1::CouponCreateResponse::Data::Source::TaggedSymbol
901
- )
834
+ T.let(:STRIPE, Stigg::V1::Coupon::Data::Source::TaggedSymbol)
902
835
 
903
836
  sig do
904
837
  override.returns(
905
- T::Array[
906
- Stigg::Models::V1::CouponCreateResponse::Data::Source::TaggedSymbol
907
- ]
838
+ T::Array[Stigg::V1::Coupon::Data::Source::TaggedSymbol]
908
839
  )
909
840
  end
910
841
  def self.values
@@ -916,30 +847,17 @@ module Stigg
916
847
  extend Stigg::Internal::Type::Enum
917
848
 
918
849
  TaggedSymbol =
919
- T.type_alias do
920
- T.all(
921
- Symbol,
922
- Stigg::Models::V1::CouponCreateResponse::Data::Status
923
- )
924
- end
850
+ T.type_alias { T.all(Symbol, Stigg::V1::Coupon::Data::Status) }
925
851
  OrSymbol = T.type_alias { T.any(Symbol, String) }
926
852
 
927
853
  ACTIVE =
928
- T.let(
929
- :ACTIVE,
930
- Stigg::Models::V1::CouponCreateResponse::Data::Status::TaggedSymbol
931
- )
854
+ T.let(:ACTIVE, Stigg::V1::Coupon::Data::Status::TaggedSymbol)
932
855
  ARCHIVED =
933
- T.let(
934
- :ARCHIVED,
935
- Stigg::Models::V1::CouponCreateResponse::Data::Status::TaggedSymbol
936
- )
856
+ T.let(:ARCHIVED, Stigg::V1::Coupon::Data::Status::TaggedSymbol)
937
857
 
938
858
  sig do
939
859
  override.returns(
940
- T::Array[
941
- Stigg::Models::V1::CouponCreateResponse::Data::Status::TaggedSymbol
942
- ]
860
+ T::Array[Stigg::V1::Coupon::Data::Status::TaggedSymbol]
943
861
  )
944
862
  end
945
863
  def self.values
@@ -951,30 +869,16 @@ module Stigg
951
869
  extend Stigg::Internal::Type::Enum
952
870
 
953
871
  TaggedSymbol =
954
- T.type_alias do
955
- T.all(
956
- Symbol,
957
- Stigg::Models::V1::CouponCreateResponse::Data::Type
958
- )
959
- end
872
+ T.type_alias { T.all(Symbol, Stigg::V1::Coupon::Data::Type) }
960
873
  OrSymbol = T.type_alias { T.any(Symbol, String) }
961
874
 
962
- FIXED =
963
- T.let(
964
- :FIXED,
965
- Stigg::Models::V1::CouponCreateResponse::Data::Type::TaggedSymbol
966
- )
875
+ FIXED = T.let(:FIXED, Stigg::V1::Coupon::Data::Type::TaggedSymbol)
967
876
  PERCENTAGE =
968
- T.let(
969
- :PERCENTAGE,
970
- Stigg::Models::V1::CouponCreateResponse::Data::Type::TaggedSymbol
971
- )
877
+ T.let(:PERCENTAGE, Stigg::V1::Coupon::Data::Type::TaggedSymbol)
972
878
 
973
879
  sig do
974
880
  override.returns(
975
- T::Array[
976
- Stigg::Models::V1::CouponCreateResponse::Data::Type::TaggedSymbol
977
- ]
881
+ T::Array[Stigg::V1::Coupon::Data::Type::TaggedSymbol]
978
882
  )
979
883
  end
980
884
  def self.values