stigg 0.1.0.pre.alpha.1 → 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 (190) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +22 -0
  3. data/README.md +29 -1
  4. data/lib/stigg/internal/my_cursor_id_page.rb +32 -4
  5. data/lib/stigg/internal/type/base_model.rb +2 -2
  6. data/lib/stigg/models/v1/{coupon_create_response.rb → coupon.rb} +31 -26
  7. data/lib/stigg/models/v1/coupon_create_params.rb +2 -0
  8. data/lib/stigg/models/v1/coupon_list_params.rb +14 -14
  9. data/lib/stigg/models/v1/coupon_list_response.rb +262 -278
  10. data/lib/stigg/models/v1/customer_import_params.rb +75 -0
  11. data/lib/stigg/models/v1/customer_import_response.rb +35 -0
  12. data/lib/stigg/models/v1/customer_list_params.rb +14 -14
  13. data/lib/stigg/models/v1/customer_list_response.rb +160 -174
  14. data/lib/stigg/models/v1/{customer_create_params.rb → customer_provision_params.rb} +18 -16
  15. data/lib/stigg/models/v1/customer_response.rb +9 -2
  16. data/lib/stigg/models/v1/customer_update_params.rb +2 -0
  17. data/lib/stigg/models/v1/customers/payment_method_attach_params.rb +3 -1
  18. data/lib/stigg/models/v1/customers/{promotional_create_params.rb → promotional_entitlement_grant_params.rb} +46 -44
  19. data/lib/stigg/models/v1/customers/{promotional_create_response.rb → promotional_entitlement_grant_response.rb} +105 -32
  20. data/lib/stigg/models/v1/customers/{promotional_revoke_params.rb → promotional_entitlement_revoke_params.rb} +2 -2
  21. data/lib/stigg/models/v1/customers/{promotional_revoke_response.rb → promotional_entitlement_revoke_response.rb} +107 -33
  22. data/lib/stigg/models/v1/event_report_params.rb +91 -0
  23. data/lib/stigg/models/v1/event_report_response.rb +25 -0
  24. data/lib/stigg/models/v1/{subscription_retrieve_response.rb → subscription.rb} +67 -26
  25. data/lib/stigg/models/v1/subscription_cancel_params.rb +75 -0
  26. data/lib/stigg/models/v1/subscription_delegate_params.rb +7 -2
  27. data/lib/stigg/models/v1/subscription_import_params.rb +92 -0
  28. data/lib/stigg/models/v1/subscription_import_response.rb +32 -0
  29. data/lib/stigg/models/v1/subscription_list_params.rb +20 -24
  30. data/lib/stigg/models/v1/subscription_list_response.rb +255 -236
  31. data/lib/stigg/models/v1/subscription_migrate_params.rb +3 -3
  32. data/lib/stigg/models/v1/subscription_preview_params.rb +139 -46
  33. data/lib/stigg/models/v1/subscription_preview_response.rb +164 -49
  34. data/lib/stigg/models/v1/subscription_provision_params.rb +1693 -0
  35. data/lib/stigg/models/v1/subscription_provision_response.rb +1038 -0
  36. data/lib/stigg/models/v1/subscription_transfer_params.rb +2 -6
  37. data/lib/stigg/models/v1/subscription_update_params.rb +1114 -0
  38. data/lib/stigg/models/v1/subscriptions/{future_update_cancel_pending_payment_response.rb → cancel_subscription.rb} +9 -5
  39. data/lib/stigg/models/v1/usage_history_params.rb +54 -0
  40. data/lib/stigg/models/v1/usage_history_response.rb +155 -0
  41. data/lib/stigg/models/v1/usage_report_params.rb +114 -0
  42. data/lib/stigg/models/v1/usage_report_response.rb +120 -0
  43. data/lib/stigg/models.rb +0 -4
  44. data/lib/stigg/resources/v1/coupons.rb +16 -14
  45. data/lib/stigg/resources/v1/customers/payment_method.rb +6 -5
  46. data/lib/stigg/resources/v1/customers/{promotional.rb → promotional_entitlements.rb} +17 -17
  47. data/lib/stigg/resources/v1/customers.rb +78 -56
  48. data/lib/stigg/resources/v1/events.rb +38 -0
  49. data/lib/stigg/resources/v1/subscriptions/future_update.rb +10 -8
  50. data/lib/stigg/resources/v1/subscriptions.rb +206 -79
  51. data/lib/stigg/resources/v1/usage.rb +79 -0
  52. data/lib/stigg/resources/v1.rb +6 -42
  53. data/lib/stigg/version.rb +1 -1
  54. data/lib/stigg.rb +25 -23
  55. data/rbi/stigg/internal/my_cursor_id_page.rbi +27 -0
  56. data/rbi/stigg/models/v1/coupon.rbi +891 -0
  57. data/rbi/stigg/models/v1/coupon_create_params.rbi +1 -0
  58. data/rbi/stigg/models/v1/coupon_list_params.rbi +21 -21
  59. data/rbi/stigg/models/v1/coupon_list_response.rbi +812 -869
  60. data/rbi/stigg/models/v1/customer_import_params.rbi +130 -0
  61. data/rbi/stigg/models/v1/customer_import_response.rbi +76 -0
  62. data/rbi/stigg/models/v1/customer_list_params.rbi +21 -21
  63. data/rbi/stigg/models/v1/customer_list_response.rbi +307 -347
  64. data/rbi/stigg/models/v1/{customer_create_params.rbi → customer_provision_params.rbi} +36 -35
  65. data/rbi/stigg/models/v1/customer_response.rbi +8 -1
  66. data/rbi/stigg/models/v1/customer_update_params.rbi +1 -0
  67. data/rbi/stigg/models/v1/customers/payment_method_attach_params.rbi +3 -0
  68. data/rbi/stigg/models/v1/customers/{promotional_create_params.rbi → promotional_entitlement_grant_params.rbi} +78 -77
  69. data/rbi/stigg/models/v1/customers/promotional_entitlement_grant_response.rbi +690 -0
  70. data/rbi/stigg/models/v1/customers/{promotional_revoke_params.rbi → promotional_entitlement_revoke_params.rbi} +2 -2
  71. data/rbi/stigg/models/v1/customers/promotional_entitlement_revoke_response.rbi +696 -0
  72. data/rbi/stigg/models/v1/event_report_params.rbi +168 -0
  73. data/rbi/stigg/models/v1/event_report_response.rbi +35 -0
  74. data/rbi/stigg/models/v1/{subscription_migrate_response.rbi → subscription.rbi} +130 -98
  75. data/rbi/stigg/models/v1/subscription_cancel_params.rbi +182 -0
  76. data/rbi/stigg/models/v1/subscription_delegate_params.rbi +6 -2
  77. data/rbi/stigg/models/v1/subscription_import_params.rbi +148 -0
  78. data/rbi/stigg/models/v1/subscription_import_response.rbi +69 -0
  79. data/rbi/stigg/models/v1/subscription_list_params.rbi +26 -28
  80. data/rbi/stigg/models/v1/subscription_list_response.rbi +460 -435
  81. data/rbi/stigg/models/v1/subscription_migrate_params.rbi +3 -3
  82. data/rbi/stigg/models/v1/subscription_preview_params.rbi +112 -14
  83. data/rbi/stigg/models/v1/subscription_preview_response.rbi +139 -6
  84. data/rbi/stigg/models/v1/subscription_provision_params.rbi +5306 -0
  85. data/rbi/stigg/models/v1/subscription_provision_response.rbi +3175 -0
  86. data/rbi/stigg/models/v1/subscription_transfer_params.rbi +2 -4
  87. data/rbi/stigg/models/v1/subscription_update_params.rbi +3578 -0
  88. data/rbi/stigg/models/v1/subscriptions/{future_update_cancel_schedule_response.rbi → cancel_subscription.rbi} +10 -16
  89. data/rbi/stigg/models/v1/usage_history_params.rbi +79 -0
  90. data/rbi/stigg/models/v1/usage_history_response.rbi +347 -0
  91. data/rbi/stigg/models/v1/usage_report_params.rbi +227 -0
  92. data/rbi/stigg/models/v1/usage_report_response.rbi +162 -0
  93. data/rbi/stigg/models.rbi +0 -4
  94. data/rbi/stigg/resources/v1/coupons.rbi +22 -14
  95. data/rbi/stigg/resources/v1/customers/payment_method.rbi +9 -3
  96. data/rbi/stigg/resources/v1/customers/{promotional.rbi → promotional_entitlements.rbi} +13 -9
  97. data/rbi/stigg/resources/v1/customers.rbi +84 -53
  98. data/rbi/stigg/resources/v1/events.rbi +28 -0
  99. data/rbi/stigg/resources/v1/subscriptions/future_update.rbi +14 -10
  100. data/rbi/stigg/resources/v1/subscriptions.rbi +242 -58
  101. data/rbi/stigg/resources/v1/usage.rbi +57 -0
  102. data/rbi/stigg/resources/v1.rbi +4 -26
  103. data/sig/stigg/internal/my_cursor_id_page.rbs +17 -0
  104. data/sig/stigg/models/v1/{coupon_create_response.rbs → coupon.rbs} +29 -32
  105. data/sig/stigg/models/v1/coupon_list_params.rbs +11 -11
  106. data/sig/stigg/models/v1/coupon_list_response.rbs +331 -351
  107. data/sig/stigg/models/v1/customer_import_params.rbs +74 -0
  108. data/sig/stigg/models/v1/customer_import_response.rbs +30 -0
  109. data/sig/stigg/models/v1/customer_list_params.rbs +11 -11
  110. data/sig/stigg/models/v1/customer_list_response.rbs +133 -153
  111. data/sig/stigg/models/v1/{customer_create_params.rbs → customer_provision_params.rbs} +22 -22
  112. data/sig/stigg/models/v1/customers/{promotional_create_params.rbs → promotional_entitlement_grant_params.rbs} +43 -43
  113. data/sig/stigg/models/v1/customers/promotional_entitlement_grant_response.rbs +281 -0
  114. data/sig/stigg/models/v1/customers/{promotional_revoke_params.rbs → promotional_entitlement_revoke_params.rbs} +2 -2
  115. data/sig/stigg/models/v1/customers/promotional_entitlement_revoke_response.rbs +281 -0
  116. data/sig/stigg/models/v1/event_report_params.rbs +82 -0
  117. data/sig/stigg/models/v1/event_report_response.rbs +15 -0
  118. data/sig/stigg/models/v1/{subscription_retrieve_response.rbs → subscription.rbs} +61 -35
  119. data/sig/stigg/models/v1/subscription_cancel_params.rbs +79 -0
  120. data/sig/stigg/models/v1/subscription_import_params.rbs +84 -0
  121. data/sig/stigg/models/v1/subscription_import_response.rbs +30 -0
  122. data/sig/stigg/models/v1/subscription_list_params.rbs +14 -14
  123. data/sig/stigg/models/v1/subscription_list_response.rbs +196 -189
  124. data/sig/stigg/models/v1/subscription_preview_params.rbs +2 -6
  125. data/sig/stigg/models/v1/subscription_provision_params.rbs +2223 -0
  126. data/sig/stigg/models/v1/subscription_provision_response.rbs +1305 -0
  127. data/sig/stigg/models/v1/subscription_update_params.rbs +1544 -0
  128. data/sig/stigg/models/v1/subscriptions/cancel_subscription.rbs +34 -0
  129. data/sig/stigg/models/v1/usage_history_params.rbs +52 -0
  130. data/sig/stigg/models/v1/usage_history_response.rbs +129 -0
  131. data/sig/stigg/models/v1/usage_report_params.rbs +102 -0
  132. data/sig/stigg/models/v1/usage_report_response.rbs +87 -0
  133. data/sig/stigg/models.rbs +0 -4
  134. data/sig/stigg/resources/v1/coupons.rbs +5 -5
  135. data/sig/stigg/resources/v1/customers/{promotional.rbs → promotional_entitlements.rbs} +5 -5
  136. data/sig/stigg/resources/v1/customers.rbs +20 -17
  137. data/sig/stigg/resources/v1/events.rbs +14 -0
  138. data/sig/stigg/resources/v1/subscriptions/future_update.rbs +2 -2
  139. data/sig/stigg/resources/v1/subscriptions.rbs +68 -20
  140. data/sig/stigg/resources/v1/usage.rbs +24 -0
  141. data/sig/stigg/resources/v1.rbs +2 -8
  142. metadata +77 -71
  143. data/lib/stigg/models/v1/coupon_retrieve_response.rb +0 -317
  144. data/lib/stigg/models/v1/customers/usage_retrieve_params.rb +0 -56
  145. data/lib/stigg/models/v1/customers/usage_retrieve_response.rb +0 -145
  146. data/lib/stigg/models/v1/subscription_create_params.rb +0 -214
  147. data/lib/stigg/models/v1/subscription_create_response.rb +0 -338
  148. data/lib/stigg/models/v1/subscription_delegate_response.rb +0 -274
  149. data/lib/stigg/models/v1/subscription_migrate_response.rb +0 -274
  150. data/lib/stigg/models/v1/subscription_transfer_response.rb +0 -274
  151. data/lib/stigg/models/v1/subscriptions/future_update_cancel_schedule_response.rb +0 -32
  152. data/lib/stigg/models/v1_create_event_params.rb +0 -87
  153. data/lib/stigg/models/v1_create_event_response.rb +0 -16
  154. data/lib/stigg/models/v1_create_usage_params.rb +0 -96
  155. data/lib/stigg/models/v1_create_usage_response.rb +0 -112
  156. data/lib/stigg/resources/v1/customers/usage.rb +0 -59
  157. data/rbi/stigg/models/v1/coupon_create_response.rbi +0 -986
  158. data/rbi/stigg/models/v1/coupon_retrieve_response.rbi +0 -986
  159. data/rbi/stigg/models/v1/customers/promotional_create_response.rbi +0 -495
  160. data/rbi/stigg/models/v1/customers/promotional_revoke_response.rbi +0 -497
  161. data/rbi/stigg/models/v1/customers/usage_retrieve_params.rbi +0 -84
  162. data/rbi/stigg/models/v1/customers/usage_retrieve_response.rbi +0 -353
  163. data/rbi/stigg/models/v1/subscription_create_params.rbi +0 -394
  164. data/rbi/stigg/models/v1/subscription_create_response.rbi +0 -668
  165. data/rbi/stigg/models/v1/subscription_delegate_response.rbi +0 -535
  166. data/rbi/stigg/models/v1/subscription_retrieve_response.rbi +0 -535
  167. data/rbi/stigg/models/v1/subscription_transfer_response.rbi +0 -535
  168. data/rbi/stigg/models/v1/subscriptions/future_update_cancel_pending_payment_response.rbi +0 -79
  169. data/rbi/stigg/models/v1_create_event_params.rbi +0 -160
  170. data/rbi/stigg/models/v1_create_event_response.rbi +0 -23
  171. data/rbi/stigg/models/v1_create_usage_params.rbi +0 -177
  172. data/rbi/stigg/models/v1_create_usage_response.rbi +0 -150
  173. data/rbi/stigg/resources/v1/customers/usage.rbi +0 -45
  174. data/sig/stigg/models/v1/coupon_retrieve_response.rbs +0 -394
  175. data/sig/stigg/models/v1/customers/promotional_create_response.rbs +0 -209
  176. data/sig/stigg/models/v1/customers/promotional_revoke_response.rbs +0 -209
  177. data/sig/stigg/models/v1/customers/usage_retrieve_params.rbs +0 -54
  178. data/sig/stigg/models/v1/customers/usage_retrieve_response.rbs +0 -134
  179. data/sig/stigg/models/v1/subscription_create_params.rbs +0 -199
  180. data/sig/stigg/models/v1/subscription_create_response.rbs +0 -283
  181. data/sig/stigg/models/v1/subscription_delegate_response.rbs +0 -224
  182. data/sig/stigg/models/v1/subscription_migrate_response.rbs +0 -224
  183. data/sig/stigg/models/v1/subscription_transfer_response.rbs +0 -224
  184. data/sig/stigg/models/v1/subscriptions/future_update_cancel_pending_payment_response.rbs +0 -34
  185. data/sig/stigg/models/v1/subscriptions/future_update_cancel_schedule_response.rbs +0 -34
  186. data/sig/stigg/models/v1_create_event_params.rbs +0 -80
  187. data/sig/stigg/models/v1_create_event_response.rbs +0 -13
  188. data/sig/stigg/models/v1_create_usage_params.rbs +0 -90
  189. data/sig/stigg/models/v1_create_usage_response.rbs +0 -85
  190. data/sig/stigg/resources/v1/customers/usage.rbs +0 -21
@@ -0,0 +1,3175 @@
1
+ # typed: strong
2
+
3
+ module Stigg
4
+ module Models
5
+ module V1
6
+ class SubscriptionProvisionResponse < Stigg::Internal::Type::BaseModel
7
+ OrHash =
8
+ T.type_alias do
9
+ T.any(
10
+ Stigg::Models::V1::SubscriptionProvisionResponse,
11
+ Stigg::Internal::AnyHash
12
+ )
13
+ end
14
+
15
+ # Provisioning result with status and subscription or checkout URL.
16
+ sig { returns(Stigg::Models::V1::SubscriptionProvisionResponse::Data) }
17
+ attr_reader :data
18
+
19
+ sig do
20
+ params(
21
+ data: Stigg::Models::V1::SubscriptionProvisionResponse::Data::OrHash
22
+ ).void
23
+ end
24
+ attr_writer :data
25
+
26
+ # Response object
27
+ sig do
28
+ params(
29
+ data: Stigg::Models::V1::SubscriptionProvisionResponse::Data::OrHash
30
+ ).returns(T.attached_class)
31
+ end
32
+ def self.new(
33
+ # Provisioning result with status and subscription or checkout URL.
34
+ data:
35
+ )
36
+ end
37
+
38
+ sig do
39
+ override.returns(
40
+ { data: Stigg::Models::V1::SubscriptionProvisionResponse::Data }
41
+ )
42
+ end
43
+ def to_hash
44
+ end
45
+
46
+ class Data < Stigg::Internal::Type::BaseModel
47
+ OrHash =
48
+ T.type_alias do
49
+ T.any(
50
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data,
51
+ Stigg::Internal::AnyHash
52
+ )
53
+ end
54
+
55
+ # Unique identifier for the provisioned subscription
56
+ sig { returns(String) }
57
+ attr_accessor :id
58
+
59
+ sig do
60
+ returns(
61
+ T::Array[
62
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Entitlement
63
+ ]
64
+ )
65
+ end
66
+ attr_accessor :entitlements
67
+
68
+ # Provision status: SUCCESS or PAYMENT_REQUIRED
69
+ sig do
70
+ returns(
71
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Status::TaggedSymbol
72
+ )
73
+ end
74
+ attr_accessor :status
75
+
76
+ # Checkout billing ID when payment is required
77
+ sig { returns(T.nilable(String)) }
78
+ attr_accessor :checkout_billing_id
79
+
80
+ # URL to complete payment when PAYMENT_REQUIRED
81
+ sig { returns(T.nilable(String)) }
82
+ attr_accessor :checkout_url
83
+
84
+ # Whether the subscription is scheduled for future activation
85
+ sig { returns(T.nilable(T::Boolean)) }
86
+ attr_reader :is_scheduled
87
+
88
+ sig { params(is_scheduled: T::Boolean).void }
89
+ attr_writer :is_scheduled
90
+
91
+ # Created subscription (when status is SUCCESS)
92
+ sig do
93
+ returns(
94
+ T.nilable(
95
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription
96
+ )
97
+ )
98
+ end
99
+ attr_reader :subscription
100
+
101
+ sig do
102
+ params(
103
+ subscription:
104
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::OrHash
105
+ ).void
106
+ end
107
+ attr_writer :subscription
108
+
109
+ # Provisioning result with status and subscription or checkout URL.
110
+ sig do
111
+ params(
112
+ id: String,
113
+ entitlements:
114
+ T::Array[
115
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Entitlement::OrHash
116
+ ],
117
+ status:
118
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Status::OrSymbol,
119
+ checkout_billing_id: T.nilable(String),
120
+ checkout_url: T.nilable(String),
121
+ is_scheduled: T::Boolean,
122
+ subscription:
123
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::OrHash
124
+ ).returns(T.attached_class)
125
+ end
126
+ def self.new(
127
+ # Unique identifier for the provisioned subscription
128
+ id:,
129
+ entitlements:,
130
+ # Provision status: SUCCESS or PAYMENT_REQUIRED
131
+ status:,
132
+ # Checkout billing ID when payment is required
133
+ checkout_billing_id: nil,
134
+ # URL to complete payment when PAYMENT_REQUIRED
135
+ checkout_url: nil,
136
+ # Whether the subscription is scheduled for future activation
137
+ is_scheduled: nil,
138
+ # Created subscription (when status is SUCCESS)
139
+ subscription: nil
140
+ )
141
+ end
142
+
143
+ sig do
144
+ override.returns(
145
+ {
146
+ id: String,
147
+ entitlements:
148
+ T::Array[
149
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Entitlement
150
+ ],
151
+ status:
152
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Status::TaggedSymbol,
153
+ checkout_billing_id: T.nilable(String),
154
+ checkout_url: T.nilable(String),
155
+ is_scheduled: T::Boolean,
156
+ subscription:
157
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription
158
+ }
159
+ )
160
+ end
161
+ def to_hash
162
+ end
163
+
164
+ class Entitlement < Stigg::Internal::Type::BaseModel
165
+ OrHash =
166
+ T.type_alias do
167
+ T.any(
168
+ Stigg::Models::V1::SubscriptionProvisionResponse::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::SubscriptionProvisionResponse::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::SubscriptionProvisionResponse::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::SubscriptionProvisionResponse::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::SubscriptionProvisionResponse::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::SubscriptionProvisionResponse::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::SubscriptionProvisionResponse::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::SubscriptionProvisionResponse::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::SubscriptionProvisionResponse::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::SubscriptionProvisionResponse::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::SubscriptionProvisionResponse::Data::Entitlement::ResetPeriod::TaggedSymbol
345
+ )
346
+ MONTH =
347
+ T.let(
348
+ :MONTH,
349
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Entitlement::ResetPeriod::TaggedSymbol
350
+ )
351
+ WEEK =
352
+ T.let(
353
+ :WEEK,
354
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Entitlement::ResetPeriod::TaggedSymbol
355
+ )
356
+ DAY =
357
+ T.let(
358
+ :DAY,
359
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Entitlement::ResetPeriod::TaggedSymbol
360
+ )
361
+ HOUR =
362
+ T.let(
363
+ :HOUR,
364
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Entitlement::ResetPeriod::TaggedSymbol
365
+ )
366
+
367
+ sig do
368
+ override.returns(
369
+ T::Array[
370
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Entitlement::ResetPeriod::TaggedSymbol
371
+ ]
372
+ )
373
+ end
374
+ def self.values
375
+ end
376
+ end
377
+ end
378
+
379
+ # Provision status: SUCCESS or PAYMENT_REQUIRED
380
+ module Status
381
+ extend Stigg::Internal::Type::Enum
382
+
383
+ TaggedSymbol =
384
+ T.type_alias do
385
+ T.all(
386
+ Symbol,
387
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Status
388
+ )
389
+ end
390
+ OrSymbol = T.type_alias { T.any(Symbol, String) }
391
+
392
+ SUCCESS =
393
+ T.let(
394
+ :SUCCESS,
395
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Status::TaggedSymbol
396
+ )
397
+ PAYMENT_REQUIRED =
398
+ T.let(
399
+ :PAYMENT_REQUIRED,
400
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Status::TaggedSymbol
401
+ )
402
+
403
+ sig do
404
+ override.returns(
405
+ T::Array[
406
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Status::TaggedSymbol
407
+ ]
408
+ )
409
+ end
410
+ def self.values
411
+ end
412
+ end
413
+
414
+ class Subscription < Stigg::Internal::Type::BaseModel
415
+ OrHash =
416
+ T.type_alias do
417
+ T.any(
418
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription,
419
+ Stigg::Internal::AnyHash
420
+ )
421
+ end
422
+
423
+ # Subscription ID
424
+ sig { returns(String) }
425
+ attr_accessor :id
426
+
427
+ # Billing ID
428
+ sig { returns(T.nilable(String)) }
429
+ attr_accessor :billing_id
430
+
431
+ # Created at
432
+ sig { returns(Time) }
433
+ attr_accessor :created_at
434
+
435
+ # Customer ID
436
+ sig { returns(String) }
437
+ attr_accessor :customer_id
438
+
439
+ # Payment collection
440
+ sig do
441
+ returns(
442
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::PaymentCollection::TaggedSymbol
443
+ )
444
+ end
445
+ attr_accessor :payment_collection
446
+
447
+ # Plan ID
448
+ sig { returns(String) }
449
+ attr_accessor :plan_id
450
+
451
+ # Pricing type
452
+ sig do
453
+ returns(
454
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::PricingType::TaggedSymbol
455
+ )
456
+ end
457
+ attr_accessor :pricing_type
458
+
459
+ # Subscription start date
460
+ sig { returns(Time) }
461
+ attr_accessor :start_date
462
+
463
+ # Subscription status
464
+ sig do
465
+ returns(
466
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Status::TaggedSymbol
467
+ )
468
+ end
469
+ attr_accessor :status
470
+
471
+ # Subscription cancellation date
472
+ sig { returns(T.nilable(Time)) }
473
+ attr_accessor :cancellation_date
474
+
475
+ # Subscription cancel reason
476
+ sig do
477
+ returns(
478
+ T.nilable(
479
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::CancelReason::TaggedSymbol
480
+ )
481
+ )
482
+ end
483
+ attr_accessor :cancel_reason
484
+
485
+ # End of the current billing period
486
+ sig { returns(T.nilable(Time)) }
487
+ attr_accessor :current_billing_period_end
488
+
489
+ # Start of the current billing period
490
+ sig { returns(T.nilable(Time)) }
491
+ attr_accessor :current_billing_period_start
492
+
493
+ # Subscription effective end date
494
+ sig { returns(T.nilable(Time)) }
495
+ attr_accessor :effective_end_date
496
+
497
+ # Subscription end date
498
+ sig { returns(T.nilable(Time)) }
499
+ attr_accessor :end_date
500
+
501
+ # Additional metadata for the subscription
502
+ sig { returns(T.nilable(T::Hash[Symbol, String])) }
503
+ attr_reader :metadata
504
+
505
+ sig { params(metadata: T::Hash[Symbol, String]).void }
506
+ attr_writer :metadata
507
+
508
+ # Paying customer ID for delegated billing
509
+ sig { returns(T.nilable(String)) }
510
+ attr_accessor :paying_customer_id
511
+
512
+ # The method used to collect payments for a subscription
513
+ sig do
514
+ returns(
515
+ T.nilable(
516
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::PaymentCollectionMethod::TaggedSymbol
517
+ )
518
+ )
519
+ end
520
+ attr_accessor :payment_collection_method
521
+
522
+ sig do
523
+ returns(
524
+ T.nilable(
525
+ T::Array[
526
+ Stigg::Models::V1::SubscriptionProvisionResponse::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::SubscriptionProvisionResponse::Data::Subscription::Price::OrHash
538
+ ]
539
+ ).void
540
+ end
541
+ attr_writer :prices
542
+
543
+ # Resource ID
544
+ sig { returns(T.nilable(String)) }
545
+ attr_accessor :resource_id
546
+
547
+ # Subscription trial end date
548
+ sig { returns(T.nilable(Time)) }
549
+ attr_accessor :trial_end_date
550
+
551
+ # Created subscription (when status is SUCCESS)
552
+ sig do
553
+ params(
554
+ id: String,
555
+ billing_id: T.nilable(String),
556
+ created_at: Time,
557
+ customer_id: String,
558
+ payment_collection:
559
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::PaymentCollection::OrSymbol,
560
+ plan_id: String,
561
+ pricing_type:
562
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::PricingType::OrSymbol,
563
+ start_date: Time,
564
+ status:
565
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Status::OrSymbol,
566
+ cancellation_date: T.nilable(Time),
567
+ cancel_reason:
568
+ T.nilable(
569
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::CancelReason::OrSymbol
570
+ ),
571
+ current_billing_period_end: T.nilable(Time),
572
+ current_billing_period_start: T.nilable(Time),
573
+ effective_end_date: T.nilable(Time),
574
+ end_date: T.nilable(Time),
575
+ metadata: T::Hash[Symbol, String],
576
+ paying_customer_id: T.nilable(String),
577
+ payment_collection_method:
578
+ T.nilable(
579
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::PaymentCollectionMethod::OrSymbol
580
+ ),
581
+ prices:
582
+ T::Array[
583
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::OrHash
584
+ ],
585
+ resource_id: T.nilable(String),
586
+ trial_end_date: T.nilable(Time)
587
+ ).returns(T.attached_class)
588
+ end
589
+ def self.new(
590
+ # Subscription ID
591
+ id:,
592
+ # Billing ID
593
+ billing_id:,
594
+ # Created at
595
+ created_at:,
596
+ # Customer ID
597
+ customer_id:,
598
+ # Payment collection
599
+ payment_collection:,
600
+ # Plan ID
601
+ plan_id:,
602
+ # Pricing type
603
+ pricing_type:,
604
+ # Subscription start date
605
+ start_date:,
606
+ # Subscription status
607
+ status:,
608
+ # Subscription cancellation date
609
+ cancellation_date: nil,
610
+ # Subscription cancel reason
611
+ cancel_reason: nil,
612
+ # End of the current billing period
613
+ current_billing_period_end: nil,
614
+ # Start of the current billing period
615
+ current_billing_period_start: nil,
616
+ # Subscription effective end date
617
+ effective_end_date: nil,
618
+ # Subscription end date
619
+ end_date: nil,
620
+ # Additional metadata for the subscription
621
+ metadata: nil,
622
+ # Paying customer ID for delegated billing
623
+ paying_customer_id: nil,
624
+ # The method used to collect payments for a subscription
625
+ payment_collection_method: nil,
626
+ prices: nil,
627
+ # Resource ID
628
+ resource_id: nil,
629
+ # Subscription trial end date
630
+ trial_end_date: nil
631
+ )
632
+ end
633
+
634
+ sig do
635
+ override.returns(
636
+ {
637
+ id: String,
638
+ billing_id: T.nilable(String),
639
+ created_at: Time,
640
+ customer_id: String,
641
+ payment_collection:
642
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::PaymentCollection::TaggedSymbol,
643
+ plan_id: String,
644
+ pricing_type:
645
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::PricingType::TaggedSymbol,
646
+ start_date: Time,
647
+ status:
648
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Status::TaggedSymbol,
649
+ cancellation_date: T.nilable(Time),
650
+ cancel_reason:
651
+ T.nilable(
652
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::CancelReason::TaggedSymbol
653
+ ),
654
+ current_billing_period_end: T.nilable(Time),
655
+ current_billing_period_start: T.nilable(Time),
656
+ effective_end_date: T.nilable(Time),
657
+ end_date: T.nilable(Time),
658
+ metadata: T::Hash[Symbol, String],
659
+ paying_customer_id: T.nilable(String),
660
+ payment_collection_method:
661
+ T.nilable(
662
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::PaymentCollectionMethod::TaggedSymbol
663
+ ),
664
+ prices:
665
+ T::Array[
666
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price
667
+ ],
668
+ resource_id: T.nilable(String),
669
+ trial_end_date: T.nilable(Time)
670
+ }
671
+ )
672
+ end
673
+ def to_hash
674
+ end
675
+
676
+ # Payment collection
677
+ module PaymentCollection
678
+ extend Stigg::Internal::Type::Enum
679
+
680
+ TaggedSymbol =
681
+ T.type_alias do
682
+ T.all(
683
+ Symbol,
684
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::PaymentCollection
685
+ )
686
+ end
687
+ OrSymbol = T.type_alias { T.any(Symbol, String) }
688
+
689
+ NOT_REQUIRED =
690
+ T.let(
691
+ :NOT_REQUIRED,
692
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::PaymentCollection::TaggedSymbol
693
+ )
694
+ PROCESSING =
695
+ T.let(
696
+ :PROCESSING,
697
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::PaymentCollection::TaggedSymbol
698
+ )
699
+ FAILED =
700
+ T.let(
701
+ :FAILED,
702
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::PaymentCollection::TaggedSymbol
703
+ )
704
+ ACTION_REQUIRED =
705
+ T.let(
706
+ :ACTION_REQUIRED,
707
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::PaymentCollection::TaggedSymbol
708
+ )
709
+
710
+ sig do
711
+ override.returns(
712
+ T::Array[
713
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::PaymentCollection::TaggedSymbol
714
+ ]
715
+ )
716
+ end
717
+ def self.values
718
+ end
719
+ end
720
+
721
+ # Pricing type
722
+ module PricingType
723
+ extend Stigg::Internal::Type::Enum
724
+
725
+ TaggedSymbol =
726
+ T.type_alias do
727
+ T.all(
728
+ Symbol,
729
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::PricingType
730
+ )
731
+ end
732
+ OrSymbol = T.type_alias { T.any(Symbol, String) }
733
+
734
+ FREE =
735
+ T.let(
736
+ :FREE,
737
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::PricingType::TaggedSymbol
738
+ )
739
+ PAID =
740
+ T.let(
741
+ :PAID,
742
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::PricingType::TaggedSymbol
743
+ )
744
+ CUSTOM =
745
+ T.let(
746
+ :CUSTOM,
747
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::PricingType::TaggedSymbol
748
+ )
749
+
750
+ sig do
751
+ override.returns(
752
+ T::Array[
753
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::PricingType::TaggedSymbol
754
+ ]
755
+ )
756
+ end
757
+ def self.values
758
+ end
759
+ end
760
+
761
+ # Subscription status
762
+ module Status
763
+ extend Stigg::Internal::Type::Enum
764
+
765
+ TaggedSymbol =
766
+ T.type_alias do
767
+ T.all(
768
+ Symbol,
769
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Status
770
+ )
771
+ end
772
+ OrSymbol = T.type_alias { T.any(Symbol, String) }
773
+
774
+ PAYMENT_PENDING =
775
+ T.let(
776
+ :PAYMENT_PENDING,
777
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Status::TaggedSymbol
778
+ )
779
+ ACTIVE =
780
+ T.let(
781
+ :ACTIVE,
782
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Status::TaggedSymbol
783
+ )
784
+ EXPIRED =
785
+ T.let(
786
+ :EXPIRED,
787
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Status::TaggedSymbol
788
+ )
789
+ IN_TRIAL =
790
+ T.let(
791
+ :IN_TRIAL,
792
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Status::TaggedSymbol
793
+ )
794
+ CANCELED =
795
+ T.let(
796
+ :CANCELED,
797
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Status::TaggedSymbol
798
+ )
799
+ NOT_STARTED =
800
+ T.let(
801
+ :NOT_STARTED,
802
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Status::TaggedSymbol
803
+ )
804
+
805
+ sig do
806
+ override.returns(
807
+ T::Array[
808
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Status::TaggedSymbol
809
+ ]
810
+ )
811
+ end
812
+ def self.values
813
+ end
814
+ end
815
+
816
+ # Subscription cancel reason
817
+ module CancelReason
818
+ extend Stigg::Internal::Type::Enum
819
+
820
+ TaggedSymbol =
821
+ T.type_alias do
822
+ T.all(
823
+ Symbol,
824
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::CancelReason
825
+ )
826
+ end
827
+ OrSymbol = T.type_alias { T.any(Symbol, String) }
828
+
829
+ UPGRADE_OR_DOWNGRADE =
830
+ T.let(
831
+ :UPGRADE_OR_DOWNGRADE,
832
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::CancelReason::TaggedSymbol
833
+ )
834
+ CANCELLED_BY_BILLING =
835
+ T.let(
836
+ :CANCELLED_BY_BILLING,
837
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::CancelReason::TaggedSymbol
838
+ )
839
+ EXPIRED =
840
+ T.let(
841
+ :EXPIRED,
842
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::CancelReason::TaggedSymbol
843
+ )
844
+ DETACH_BILLING =
845
+ T.let(
846
+ :DETACH_BILLING,
847
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::CancelReason::TaggedSymbol
848
+ )
849
+ TRIAL_ENDED =
850
+ T.let(
851
+ :TRIAL_ENDED,
852
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::CancelReason::TaggedSymbol
853
+ )
854
+ IMMEDIATE =
855
+ T.let(
856
+ :Immediate,
857
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::CancelReason::TaggedSymbol
858
+ )
859
+ TRIAL_CONVERTED =
860
+ T.let(
861
+ :TRIAL_CONVERTED,
862
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::CancelReason::TaggedSymbol
863
+ )
864
+ PENDING_PAYMENT_EXPIRED =
865
+ T.let(
866
+ :PENDING_PAYMENT_EXPIRED,
867
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::CancelReason::TaggedSymbol
868
+ )
869
+ SCHEDULED_CANCELLATION =
870
+ T.let(
871
+ :ScheduledCancellation,
872
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::CancelReason::TaggedSymbol
873
+ )
874
+ CUSTOMER_ARCHIVED =
875
+ T.let(
876
+ :CustomerArchived,
877
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::CancelReason::TaggedSymbol
878
+ )
879
+ AUTO_CANCELLATION_RULE =
880
+ T.let(
881
+ :AutoCancellationRule,
882
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::CancelReason::TaggedSymbol
883
+ )
884
+
885
+ sig do
886
+ override.returns(
887
+ T::Array[
888
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::CancelReason::TaggedSymbol
889
+ ]
890
+ )
891
+ end
892
+ def self.values
893
+ end
894
+ end
895
+
896
+ # The method used to collect payments for a subscription
897
+ module PaymentCollectionMethod
898
+ extend Stigg::Internal::Type::Enum
899
+
900
+ TaggedSymbol =
901
+ T.type_alias do
902
+ T.all(
903
+ Symbol,
904
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::PaymentCollectionMethod
905
+ )
906
+ end
907
+ OrSymbol = T.type_alias { T.any(Symbol, String) }
908
+
909
+ CHARGE =
910
+ T.let(
911
+ :CHARGE,
912
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::PaymentCollectionMethod::TaggedSymbol
913
+ )
914
+ INVOICE =
915
+ T.let(
916
+ :INVOICE,
917
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::PaymentCollectionMethod::TaggedSymbol
918
+ )
919
+ NONE =
920
+ T.let(
921
+ :NONE,
922
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::PaymentCollectionMethod::TaggedSymbol
923
+ )
924
+
925
+ sig do
926
+ override.returns(
927
+ T::Array[
928
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::PaymentCollectionMethod::TaggedSymbol
929
+ ]
930
+ )
931
+ end
932
+ def self.values
933
+ end
934
+ end
935
+
936
+ class Price < Stigg::Internal::Type::BaseModel
937
+ OrHash =
938
+ T.type_alias do
939
+ T.any(
940
+ Stigg::Models::V1::SubscriptionProvisionResponse::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::SubscriptionProvisionResponse::Data::Subscription::Price::Price
972
+ )
973
+ )
974
+ end
975
+ attr_reader :price
976
+
977
+ sig do
978
+ params(
979
+ price:
980
+ Stigg::Models::V1::SubscriptionProvisionResponse::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::SubscriptionProvisionResponse::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::SubscriptionProvisionResponse::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::SubscriptionProvisionResponse::Data::Subscription::Price::Price::OrHash,
1015
+ tiers:
1016
+ T::Array[
1017
+ Stigg::Models::V1::SubscriptionProvisionResponse::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::SubscriptionProvisionResponse::Data::Subscription::Price::Price,
1046
+ tiers:
1047
+ T::Array[
1048
+ Stigg::Models::V1::SubscriptionProvisionResponse::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::SubscriptionProvisionResponse::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::SubscriptionProvisionResponse::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::SubscriptionProvisionResponse::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::SubscriptionProvisionResponse::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::SubscriptionProvisionResponse::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::SubscriptionProvisionResponse::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::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1143
+ )
1144
+ AED =
1145
+ T.let(
1146
+ :aed,
1147
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1148
+ )
1149
+ ALL =
1150
+ T.let(
1151
+ :all,
1152
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1153
+ )
1154
+ AMD =
1155
+ T.let(
1156
+ :amd,
1157
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1158
+ )
1159
+ ANG =
1160
+ T.let(
1161
+ :ang,
1162
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1163
+ )
1164
+ AUD =
1165
+ T.let(
1166
+ :aud,
1167
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1168
+ )
1169
+ AWG =
1170
+ T.let(
1171
+ :awg,
1172
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1173
+ )
1174
+ AZN =
1175
+ T.let(
1176
+ :azn,
1177
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1178
+ )
1179
+ BAM =
1180
+ T.let(
1181
+ :bam,
1182
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1183
+ )
1184
+ BBD =
1185
+ T.let(
1186
+ :bbd,
1187
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1188
+ )
1189
+ BDT =
1190
+ T.let(
1191
+ :bdt,
1192
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1193
+ )
1194
+ BGN =
1195
+ T.let(
1196
+ :bgn,
1197
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1198
+ )
1199
+ BIF =
1200
+ T.let(
1201
+ :bif,
1202
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1203
+ )
1204
+ BMD =
1205
+ T.let(
1206
+ :bmd,
1207
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1208
+ )
1209
+ BND =
1210
+ T.let(
1211
+ :bnd,
1212
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1213
+ )
1214
+ BSD =
1215
+ T.let(
1216
+ :bsd,
1217
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1218
+ )
1219
+ BWP =
1220
+ T.let(
1221
+ :bwp,
1222
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1223
+ )
1224
+ BYN =
1225
+ T.let(
1226
+ :byn,
1227
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1228
+ )
1229
+ BZD =
1230
+ T.let(
1231
+ :bzd,
1232
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1233
+ )
1234
+ BRL =
1235
+ T.let(
1236
+ :brl,
1237
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1238
+ )
1239
+ CAD =
1240
+ T.let(
1241
+ :cad,
1242
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1243
+ )
1244
+ CDF =
1245
+ T.let(
1246
+ :cdf,
1247
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1248
+ )
1249
+ CHF =
1250
+ T.let(
1251
+ :chf,
1252
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1253
+ )
1254
+ CNY =
1255
+ T.let(
1256
+ :cny,
1257
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1258
+ )
1259
+ CZK =
1260
+ T.let(
1261
+ :czk,
1262
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1263
+ )
1264
+ DKK =
1265
+ T.let(
1266
+ :dkk,
1267
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1268
+ )
1269
+ DOP =
1270
+ T.let(
1271
+ :dop,
1272
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1273
+ )
1274
+ DZD =
1275
+ T.let(
1276
+ :dzd,
1277
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1278
+ )
1279
+ EGP =
1280
+ T.let(
1281
+ :egp,
1282
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1283
+ )
1284
+ ETB =
1285
+ T.let(
1286
+ :etb,
1287
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1288
+ )
1289
+ EUR =
1290
+ T.let(
1291
+ :eur,
1292
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1293
+ )
1294
+ FJD =
1295
+ T.let(
1296
+ :fjd,
1297
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1298
+ )
1299
+ GBP =
1300
+ T.let(
1301
+ :gbp,
1302
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1303
+ )
1304
+ GEL =
1305
+ T.let(
1306
+ :gel,
1307
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1308
+ )
1309
+ GIP =
1310
+ T.let(
1311
+ :gip,
1312
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1313
+ )
1314
+ GMD =
1315
+ T.let(
1316
+ :gmd,
1317
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1318
+ )
1319
+ GYD =
1320
+ T.let(
1321
+ :gyd,
1322
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1323
+ )
1324
+ HKD =
1325
+ T.let(
1326
+ :hkd,
1327
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1328
+ )
1329
+ HRK =
1330
+ T.let(
1331
+ :hrk,
1332
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1333
+ )
1334
+ HTG =
1335
+ T.let(
1336
+ :htg,
1337
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1338
+ )
1339
+ IDR =
1340
+ T.let(
1341
+ :idr,
1342
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1343
+ )
1344
+ ILS =
1345
+ T.let(
1346
+ :ils,
1347
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1348
+ )
1349
+ INR =
1350
+ T.let(
1351
+ :inr,
1352
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1353
+ )
1354
+ ISK =
1355
+ T.let(
1356
+ :isk,
1357
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1358
+ )
1359
+ JMD =
1360
+ T.let(
1361
+ :jmd,
1362
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1363
+ )
1364
+ JPY =
1365
+ T.let(
1366
+ :jpy,
1367
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1368
+ )
1369
+ KES =
1370
+ T.let(
1371
+ :kes,
1372
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1373
+ )
1374
+ KGS =
1375
+ T.let(
1376
+ :kgs,
1377
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1378
+ )
1379
+ KHR =
1380
+ T.let(
1381
+ :khr,
1382
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1383
+ )
1384
+ KMF =
1385
+ T.let(
1386
+ :kmf,
1387
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1388
+ )
1389
+ KRW =
1390
+ T.let(
1391
+ :krw,
1392
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1393
+ )
1394
+ KYD =
1395
+ T.let(
1396
+ :kyd,
1397
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1398
+ )
1399
+ KZT =
1400
+ T.let(
1401
+ :kzt,
1402
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1403
+ )
1404
+ LBP =
1405
+ T.let(
1406
+ :lbp,
1407
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1408
+ )
1409
+ LKR =
1410
+ T.let(
1411
+ :lkr,
1412
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1413
+ )
1414
+ LRD =
1415
+ T.let(
1416
+ :lrd,
1417
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1418
+ )
1419
+ LSL =
1420
+ T.let(
1421
+ :lsl,
1422
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1423
+ )
1424
+ MAD =
1425
+ T.let(
1426
+ :mad,
1427
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1428
+ )
1429
+ MDL =
1430
+ T.let(
1431
+ :mdl,
1432
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1433
+ )
1434
+ MGA =
1435
+ T.let(
1436
+ :mga,
1437
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1438
+ )
1439
+ MKD =
1440
+ T.let(
1441
+ :mkd,
1442
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1443
+ )
1444
+ MMK =
1445
+ T.let(
1446
+ :mmk,
1447
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1448
+ )
1449
+ MNT =
1450
+ T.let(
1451
+ :mnt,
1452
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1453
+ )
1454
+ MOP =
1455
+ T.let(
1456
+ :mop,
1457
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1458
+ )
1459
+ MRO =
1460
+ T.let(
1461
+ :mro,
1462
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1463
+ )
1464
+ MVR =
1465
+ T.let(
1466
+ :mvr,
1467
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1468
+ )
1469
+ MWK =
1470
+ T.let(
1471
+ :mwk,
1472
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1473
+ )
1474
+ MXN =
1475
+ T.let(
1476
+ :mxn,
1477
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1478
+ )
1479
+ MYR =
1480
+ T.let(
1481
+ :myr,
1482
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1483
+ )
1484
+ MZN =
1485
+ T.let(
1486
+ :mzn,
1487
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1488
+ )
1489
+ NAD =
1490
+ T.let(
1491
+ :nad,
1492
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1493
+ )
1494
+ NGN =
1495
+ T.let(
1496
+ :ngn,
1497
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1498
+ )
1499
+ NOK =
1500
+ T.let(
1501
+ :nok,
1502
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1503
+ )
1504
+ NPR =
1505
+ T.let(
1506
+ :npr,
1507
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1508
+ )
1509
+ NZD =
1510
+ T.let(
1511
+ :nzd,
1512
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1513
+ )
1514
+ PGK =
1515
+ T.let(
1516
+ :pgk,
1517
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1518
+ )
1519
+ PHP =
1520
+ T.let(
1521
+ :php,
1522
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1523
+ )
1524
+ PKR =
1525
+ T.let(
1526
+ :pkr,
1527
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1528
+ )
1529
+ PLN =
1530
+ T.let(
1531
+ :pln,
1532
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1533
+ )
1534
+ QAR =
1535
+ T.let(
1536
+ :qar,
1537
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1538
+ )
1539
+ RON =
1540
+ T.let(
1541
+ :ron,
1542
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1543
+ )
1544
+ RSD =
1545
+ T.let(
1546
+ :rsd,
1547
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1548
+ )
1549
+ RUB =
1550
+ T.let(
1551
+ :rub,
1552
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1553
+ )
1554
+ RWF =
1555
+ T.let(
1556
+ :rwf,
1557
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1558
+ )
1559
+ SAR =
1560
+ T.let(
1561
+ :sar,
1562
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1563
+ )
1564
+ SBD =
1565
+ T.let(
1566
+ :sbd,
1567
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1568
+ )
1569
+ SCR =
1570
+ T.let(
1571
+ :scr,
1572
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1573
+ )
1574
+ SEK =
1575
+ T.let(
1576
+ :sek,
1577
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1578
+ )
1579
+ SGD =
1580
+ T.let(
1581
+ :sgd,
1582
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1583
+ )
1584
+ SLE =
1585
+ T.let(
1586
+ :sle,
1587
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1588
+ )
1589
+ SLL =
1590
+ T.let(
1591
+ :sll,
1592
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1593
+ )
1594
+ SOS =
1595
+ T.let(
1596
+ :sos,
1597
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1598
+ )
1599
+ SZL =
1600
+ T.let(
1601
+ :szl,
1602
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1603
+ )
1604
+ THB =
1605
+ T.let(
1606
+ :thb,
1607
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1608
+ )
1609
+ TJS =
1610
+ T.let(
1611
+ :tjs,
1612
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1613
+ )
1614
+ TOP =
1615
+ T.let(
1616
+ :top,
1617
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1618
+ )
1619
+ TRY =
1620
+ T.let(
1621
+ :try,
1622
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1623
+ )
1624
+ TTD =
1625
+ T.let(
1626
+ :ttd,
1627
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1628
+ )
1629
+ TZS =
1630
+ T.let(
1631
+ :tzs,
1632
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1633
+ )
1634
+ UAH =
1635
+ T.let(
1636
+ :uah,
1637
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1638
+ )
1639
+ UZS =
1640
+ T.let(
1641
+ :uzs,
1642
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1643
+ )
1644
+ VND =
1645
+ T.let(
1646
+ :vnd,
1647
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1648
+ )
1649
+ VUV =
1650
+ T.let(
1651
+ :vuv,
1652
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1653
+ )
1654
+ WST =
1655
+ T.let(
1656
+ :wst,
1657
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1658
+ )
1659
+ XAF =
1660
+ T.let(
1661
+ :xaf,
1662
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1663
+ )
1664
+ XCD =
1665
+ T.let(
1666
+ :xcd,
1667
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1668
+ )
1669
+ YER =
1670
+ T.let(
1671
+ :yer,
1672
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1673
+ )
1674
+ ZAR =
1675
+ T.let(
1676
+ :zar,
1677
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1678
+ )
1679
+ ZMW =
1680
+ T.let(
1681
+ :zmw,
1682
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1683
+ )
1684
+ CLP =
1685
+ T.let(
1686
+ :clp,
1687
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1688
+ )
1689
+ DJF =
1690
+ T.let(
1691
+ :djf,
1692
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1693
+ )
1694
+ GNF =
1695
+ T.let(
1696
+ :gnf,
1697
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1698
+ )
1699
+ UGX =
1700
+ T.let(
1701
+ :ugx,
1702
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1703
+ )
1704
+ PYG =
1705
+ T.let(
1706
+ :pyg,
1707
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1708
+ )
1709
+ XOF =
1710
+ T.let(
1711
+ :xof,
1712
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1713
+ )
1714
+ XPF =
1715
+ T.let(
1716
+ :xpf,
1717
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Price::Currency::TaggedSymbol
1718
+ )
1719
+
1720
+ sig do
1721
+ override.returns(
1722
+ T::Array[
1723
+ Stigg::Models::V1::SubscriptionProvisionResponse::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::SubscriptionProvisionResponse::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::SubscriptionProvisionResponse::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::SubscriptionProvisionResponse::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::SubscriptionProvisionResponse::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::SubscriptionProvisionResponse::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::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::OrHash,
1788
+ unit_price:
1789
+ Stigg::Models::V1::SubscriptionProvisionResponse::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::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice,
1808
+ unit_price:
1809
+ Stigg::Models::V1::SubscriptionProvisionResponse::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::SubscriptionProvisionResponse::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::SubscriptionProvisionResponse::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::SubscriptionProvisionResponse::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::SubscriptionProvisionResponse::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::SubscriptionProvisionResponse::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::SubscriptionProvisionResponse::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::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
1904
+ )
1905
+ AED =
1906
+ T.let(
1907
+ :aed,
1908
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
1909
+ )
1910
+ ALL =
1911
+ T.let(
1912
+ :all,
1913
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
1914
+ )
1915
+ AMD =
1916
+ T.let(
1917
+ :amd,
1918
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
1919
+ )
1920
+ ANG =
1921
+ T.let(
1922
+ :ang,
1923
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
1924
+ )
1925
+ AUD =
1926
+ T.let(
1927
+ :aud,
1928
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
1929
+ )
1930
+ AWG =
1931
+ T.let(
1932
+ :awg,
1933
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
1934
+ )
1935
+ AZN =
1936
+ T.let(
1937
+ :azn,
1938
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
1939
+ )
1940
+ BAM =
1941
+ T.let(
1942
+ :bam,
1943
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
1944
+ )
1945
+ BBD =
1946
+ T.let(
1947
+ :bbd,
1948
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
1949
+ )
1950
+ BDT =
1951
+ T.let(
1952
+ :bdt,
1953
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
1954
+ )
1955
+ BGN =
1956
+ T.let(
1957
+ :bgn,
1958
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
1959
+ )
1960
+ BIF =
1961
+ T.let(
1962
+ :bif,
1963
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
1964
+ )
1965
+ BMD =
1966
+ T.let(
1967
+ :bmd,
1968
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
1969
+ )
1970
+ BND =
1971
+ T.let(
1972
+ :bnd,
1973
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
1974
+ )
1975
+ BSD =
1976
+ T.let(
1977
+ :bsd,
1978
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
1979
+ )
1980
+ BWP =
1981
+ T.let(
1982
+ :bwp,
1983
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
1984
+ )
1985
+ BYN =
1986
+ T.let(
1987
+ :byn,
1988
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
1989
+ )
1990
+ BZD =
1991
+ T.let(
1992
+ :bzd,
1993
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
1994
+ )
1995
+ BRL =
1996
+ T.let(
1997
+ :brl,
1998
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
1999
+ )
2000
+ CAD =
2001
+ T.let(
2002
+ :cad,
2003
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2004
+ )
2005
+ CDF =
2006
+ T.let(
2007
+ :cdf,
2008
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2009
+ )
2010
+ CHF =
2011
+ T.let(
2012
+ :chf,
2013
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2014
+ )
2015
+ CNY =
2016
+ T.let(
2017
+ :cny,
2018
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2019
+ )
2020
+ CZK =
2021
+ T.let(
2022
+ :czk,
2023
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2024
+ )
2025
+ DKK =
2026
+ T.let(
2027
+ :dkk,
2028
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2029
+ )
2030
+ DOP =
2031
+ T.let(
2032
+ :dop,
2033
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2034
+ )
2035
+ DZD =
2036
+ T.let(
2037
+ :dzd,
2038
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2039
+ )
2040
+ EGP =
2041
+ T.let(
2042
+ :egp,
2043
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2044
+ )
2045
+ ETB =
2046
+ T.let(
2047
+ :etb,
2048
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2049
+ )
2050
+ EUR =
2051
+ T.let(
2052
+ :eur,
2053
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2054
+ )
2055
+ FJD =
2056
+ T.let(
2057
+ :fjd,
2058
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2059
+ )
2060
+ GBP =
2061
+ T.let(
2062
+ :gbp,
2063
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2064
+ )
2065
+ GEL =
2066
+ T.let(
2067
+ :gel,
2068
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2069
+ )
2070
+ GIP =
2071
+ T.let(
2072
+ :gip,
2073
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2074
+ )
2075
+ GMD =
2076
+ T.let(
2077
+ :gmd,
2078
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2079
+ )
2080
+ GYD =
2081
+ T.let(
2082
+ :gyd,
2083
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2084
+ )
2085
+ HKD =
2086
+ T.let(
2087
+ :hkd,
2088
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2089
+ )
2090
+ HRK =
2091
+ T.let(
2092
+ :hrk,
2093
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2094
+ )
2095
+ HTG =
2096
+ T.let(
2097
+ :htg,
2098
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2099
+ )
2100
+ IDR =
2101
+ T.let(
2102
+ :idr,
2103
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2104
+ )
2105
+ ILS =
2106
+ T.let(
2107
+ :ils,
2108
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2109
+ )
2110
+ INR =
2111
+ T.let(
2112
+ :inr,
2113
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2114
+ )
2115
+ ISK =
2116
+ T.let(
2117
+ :isk,
2118
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2119
+ )
2120
+ JMD =
2121
+ T.let(
2122
+ :jmd,
2123
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2124
+ )
2125
+ JPY =
2126
+ T.let(
2127
+ :jpy,
2128
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2129
+ )
2130
+ KES =
2131
+ T.let(
2132
+ :kes,
2133
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2134
+ )
2135
+ KGS =
2136
+ T.let(
2137
+ :kgs,
2138
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2139
+ )
2140
+ KHR =
2141
+ T.let(
2142
+ :khr,
2143
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2144
+ )
2145
+ KMF =
2146
+ T.let(
2147
+ :kmf,
2148
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2149
+ )
2150
+ KRW =
2151
+ T.let(
2152
+ :krw,
2153
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2154
+ )
2155
+ KYD =
2156
+ T.let(
2157
+ :kyd,
2158
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2159
+ )
2160
+ KZT =
2161
+ T.let(
2162
+ :kzt,
2163
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2164
+ )
2165
+ LBP =
2166
+ T.let(
2167
+ :lbp,
2168
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2169
+ )
2170
+ LKR =
2171
+ T.let(
2172
+ :lkr,
2173
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2174
+ )
2175
+ LRD =
2176
+ T.let(
2177
+ :lrd,
2178
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2179
+ )
2180
+ LSL =
2181
+ T.let(
2182
+ :lsl,
2183
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2184
+ )
2185
+ MAD =
2186
+ T.let(
2187
+ :mad,
2188
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2189
+ )
2190
+ MDL =
2191
+ T.let(
2192
+ :mdl,
2193
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2194
+ )
2195
+ MGA =
2196
+ T.let(
2197
+ :mga,
2198
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2199
+ )
2200
+ MKD =
2201
+ T.let(
2202
+ :mkd,
2203
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2204
+ )
2205
+ MMK =
2206
+ T.let(
2207
+ :mmk,
2208
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2209
+ )
2210
+ MNT =
2211
+ T.let(
2212
+ :mnt,
2213
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2214
+ )
2215
+ MOP =
2216
+ T.let(
2217
+ :mop,
2218
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2219
+ )
2220
+ MRO =
2221
+ T.let(
2222
+ :mro,
2223
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2224
+ )
2225
+ MVR =
2226
+ T.let(
2227
+ :mvr,
2228
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2229
+ )
2230
+ MWK =
2231
+ T.let(
2232
+ :mwk,
2233
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2234
+ )
2235
+ MXN =
2236
+ T.let(
2237
+ :mxn,
2238
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2239
+ )
2240
+ MYR =
2241
+ T.let(
2242
+ :myr,
2243
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2244
+ )
2245
+ MZN =
2246
+ T.let(
2247
+ :mzn,
2248
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2249
+ )
2250
+ NAD =
2251
+ T.let(
2252
+ :nad,
2253
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2254
+ )
2255
+ NGN =
2256
+ T.let(
2257
+ :ngn,
2258
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2259
+ )
2260
+ NOK =
2261
+ T.let(
2262
+ :nok,
2263
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2264
+ )
2265
+ NPR =
2266
+ T.let(
2267
+ :npr,
2268
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2269
+ )
2270
+ NZD =
2271
+ T.let(
2272
+ :nzd,
2273
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2274
+ )
2275
+ PGK =
2276
+ T.let(
2277
+ :pgk,
2278
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2279
+ )
2280
+ PHP =
2281
+ T.let(
2282
+ :php,
2283
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2284
+ )
2285
+ PKR =
2286
+ T.let(
2287
+ :pkr,
2288
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2289
+ )
2290
+ PLN =
2291
+ T.let(
2292
+ :pln,
2293
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2294
+ )
2295
+ QAR =
2296
+ T.let(
2297
+ :qar,
2298
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2299
+ )
2300
+ RON =
2301
+ T.let(
2302
+ :ron,
2303
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2304
+ )
2305
+ RSD =
2306
+ T.let(
2307
+ :rsd,
2308
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2309
+ )
2310
+ RUB =
2311
+ T.let(
2312
+ :rub,
2313
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2314
+ )
2315
+ RWF =
2316
+ T.let(
2317
+ :rwf,
2318
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2319
+ )
2320
+ SAR =
2321
+ T.let(
2322
+ :sar,
2323
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2324
+ )
2325
+ SBD =
2326
+ T.let(
2327
+ :sbd,
2328
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2329
+ )
2330
+ SCR =
2331
+ T.let(
2332
+ :scr,
2333
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2334
+ )
2335
+ SEK =
2336
+ T.let(
2337
+ :sek,
2338
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2339
+ )
2340
+ SGD =
2341
+ T.let(
2342
+ :sgd,
2343
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2344
+ )
2345
+ SLE =
2346
+ T.let(
2347
+ :sle,
2348
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2349
+ )
2350
+ SLL =
2351
+ T.let(
2352
+ :sll,
2353
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2354
+ )
2355
+ SOS =
2356
+ T.let(
2357
+ :sos,
2358
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2359
+ )
2360
+ SZL =
2361
+ T.let(
2362
+ :szl,
2363
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2364
+ )
2365
+ THB =
2366
+ T.let(
2367
+ :thb,
2368
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2369
+ )
2370
+ TJS =
2371
+ T.let(
2372
+ :tjs,
2373
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2374
+ )
2375
+ TOP =
2376
+ T.let(
2377
+ :top,
2378
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2379
+ )
2380
+ TRY =
2381
+ T.let(
2382
+ :try,
2383
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2384
+ )
2385
+ TTD =
2386
+ T.let(
2387
+ :ttd,
2388
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2389
+ )
2390
+ TZS =
2391
+ T.let(
2392
+ :tzs,
2393
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2394
+ )
2395
+ UAH =
2396
+ T.let(
2397
+ :uah,
2398
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2399
+ )
2400
+ UZS =
2401
+ T.let(
2402
+ :uzs,
2403
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2404
+ )
2405
+ VND =
2406
+ T.let(
2407
+ :vnd,
2408
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2409
+ )
2410
+ VUV =
2411
+ T.let(
2412
+ :vuv,
2413
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2414
+ )
2415
+ WST =
2416
+ T.let(
2417
+ :wst,
2418
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2419
+ )
2420
+ XAF =
2421
+ T.let(
2422
+ :xaf,
2423
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2424
+ )
2425
+ XCD =
2426
+ T.let(
2427
+ :xcd,
2428
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2429
+ )
2430
+ YER =
2431
+ T.let(
2432
+ :yer,
2433
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2434
+ )
2435
+ ZAR =
2436
+ T.let(
2437
+ :zar,
2438
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2439
+ )
2440
+ ZMW =
2441
+ T.let(
2442
+ :zmw,
2443
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2444
+ )
2445
+ CLP =
2446
+ T.let(
2447
+ :clp,
2448
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2449
+ )
2450
+ DJF =
2451
+ T.let(
2452
+ :djf,
2453
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2454
+ )
2455
+ GNF =
2456
+ T.let(
2457
+ :gnf,
2458
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2459
+ )
2460
+ UGX =
2461
+ T.let(
2462
+ :ugx,
2463
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2464
+ )
2465
+ PYG =
2466
+ T.let(
2467
+ :pyg,
2468
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2469
+ )
2470
+ XOF =
2471
+ T.let(
2472
+ :xof,
2473
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2474
+ )
2475
+ XPF =
2476
+ T.let(
2477
+ :xpf,
2478
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::FlatPrice::Currency::TaggedSymbol
2479
+ )
2480
+
2481
+ sig do
2482
+ override.returns(
2483
+ T::Array[
2484
+ Stigg::Models::V1::SubscriptionProvisionResponse::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::SubscriptionProvisionResponse::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::SubscriptionProvisionResponse::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::SubscriptionProvisionResponse::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::SubscriptionProvisionResponse::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::SubscriptionProvisionResponse::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::SubscriptionProvisionResponse::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::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2580
+ )
2581
+ AED =
2582
+ T.let(
2583
+ :aed,
2584
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2585
+ )
2586
+ ALL =
2587
+ T.let(
2588
+ :all,
2589
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2590
+ )
2591
+ AMD =
2592
+ T.let(
2593
+ :amd,
2594
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2595
+ )
2596
+ ANG =
2597
+ T.let(
2598
+ :ang,
2599
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2600
+ )
2601
+ AUD =
2602
+ T.let(
2603
+ :aud,
2604
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2605
+ )
2606
+ AWG =
2607
+ T.let(
2608
+ :awg,
2609
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2610
+ )
2611
+ AZN =
2612
+ T.let(
2613
+ :azn,
2614
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2615
+ )
2616
+ BAM =
2617
+ T.let(
2618
+ :bam,
2619
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2620
+ )
2621
+ BBD =
2622
+ T.let(
2623
+ :bbd,
2624
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2625
+ )
2626
+ BDT =
2627
+ T.let(
2628
+ :bdt,
2629
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2630
+ )
2631
+ BGN =
2632
+ T.let(
2633
+ :bgn,
2634
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2635
+ )
2636
+ BIF =
2637
+ T.let(
2638
+ :bif,
2639
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2640
+ )
2641
+ BMD =
2642
+ T.let(
2643
+ :bmd,
2644
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2645
+ )
2646
+ BND =
2647
+ T.let(
2648
+ :bnd,
2649
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2650
+ )
2651
+ BSD =
2652
+ T.let(
2653
+ :bsd,
2654
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2655
+ )
2656
+ BWP =
2657
+ T.let(
2658
+ :bwp,
2659
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2660
+ )
2661
+ BYN =
2662
+ T.let(
2663
+ :byn,
2664
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2665
+ )
2666
+ BZD =
2667
+ T.let(
2668
+ :bzd,
2669
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2670
+ )
2671
+ BRL =
2672
+ T.let(
2673
+ :brl,
2674
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2675
+ )
2676
+ CAD =
2677
+ T.let(
2678
+ :cad,
2679
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2680
+ )
2681
+ CDF =
2682
+ T.let(
2683
+ :cdf,
2684
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2685
+ )
2686
+ CHF =
2687
+ T.let(
2688
+ :chf,
2689
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2690
+ )
2691
+ CNY =
2692
+ T.let(
2693
+ :cny,
2694
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2695
+ )
2696
+ CZK =
2697
+ T.let(
2698
+ :czk,
2699
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2700
+ )
2701
+ DKK =
2702
+ T.let(
2703
+ :dkk,
2704
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2705
+ )
2706
+ DOP =
2707
+ T.let(
2708
+ :dop,
2709
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2710
+ )
2711
+ DZD =
2712
+ T.let(
2713
+ :dzd,
2714
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2715
+ )
2716
+ EGP =
2717
+ T.let(
2718
+ :egp,
2719
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2720
+ )
2721
+ ETB =
2722
+ T.let(
2723
+ :etb,
2724
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2725
+ )
2726
+ EUR =
2727
+ T.let(
2728
+ :eur,
2729
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2730
+ )
2731
+ FJD =
2732
+ T.let(
2733
+ :fjd,
2734
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2735
+ )
2736
+ GBP =
2737
+ T.let(
2738
+ :gbp,
2739
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2740
+ )
2741
+ GEL =
2742
+ T.let(
2743
+ :gel,
2744
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2745
+ )
2746
+ GIP =
2747
+ T.let(
2748
+ :gip,
2749
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2750
+ )
2751
+ GMD =
2752
+ T.let(
2753
+ :gmd,
2754
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2755
+ )
2756
+ GYD =
2757
+ T.let(
2758
+ :gyd,
2759
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2760
+ )
2761
+ HKD =
2762
+ T.let(
2763
+ :hkd,
2764
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2765
+ )
2766
+ HRK =
2767
+ T.let(
2768
+ :hrk,
2769
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2770
+ )
2771
+ HTG =
2772
+ T.let(
2773
+ :htg,
2774
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2775
+ )
2776
+ IDR =
2777
+ T.let(
2778
+ :idr,
2779
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2780
+ )
2781
+ ILS =
2782
+ T.let(
2783
+ :ils,
2784
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2785
+ )
2786
+ INR =
2787
+ T.let(
2788
+ :inr,
2789
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2790
+ )
2791
+ ISK =
2792
+ T.let(
2793
+ :isk,
2794
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2795
+ )
2796
+ JMD =
2797
+ T.let(
2798
+ :jmd,
2799
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2800
+ )
2801
+ JPY =
2802
+ T.let(
2803
+ :jpy,
2804
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2805
+ )
2806
+ KES =
2807
+ T.let(
2808
+ :kes,
2809
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2810
+ )
2811
+ KGS =
2812
+ T.let(
2813
+ :kgs,
2814
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2815
+ )
2816
+ KHR =
2817
+ T.let(
2818
+ :khr,
2819
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2820
+ )
2821
+ KMF =
2822
+ T.let(
2823
+ :kmf,
2824
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2825
+ )
2826
+ KRW =
2827
+ T.let(
2828
+ :krw,
2829
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2830
+ )
2831
+ KYD =
2832
+ T.let(
2833
+ :kyd,
2834
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2835
+ )
2836
+ KZT =
2837
+ T.let(
2838
+ :kzt,
2839
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2840
+ )
2841
+ LBP =
2842
+ T.let(
2843
+ :lbp,
2844
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2845
+ )
2846
+ LKR =
2847
+ T.let(
2848
+ :lkr,
2849
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2850
+ )
2851
+ LRD =
2852
+ T.let(
2853
+ :lrd,
2854
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2855
+ )
2856
+ LSL =
2857
+ T.let(
2858
+ :lsl,
2859
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2860
+ )
2861
+ MAD =
2862
+ T.let(
2863
+ :mad,
2864
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2865
+ )
2866
+ MDL =
2867
+ T.let(
2868
+ :mdl,
2869
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2870
+ )
2871
+ MGA =
2872
+ T.let(
2873
+ :mga,
2874
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2875
+ )
2876
+ MKD =
2877
+ T.let(
2878
+ :mkd,
2879
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2880
+ )
2881
+ MMK =
2882
+ T.let(
2883
+ :mmk,
2884
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2885
+ )
2886
+ MNT =
2887
+ T.let(
2888
+ :mnt,
2889
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2890
+ )
2891
+ MOP =
2892
+ T.let(
2893
+ :mop,
2894
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2895
+ )
2896
+ MRO =
2897
+ T.let(
2898
+ :mro,
2899
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2900
+ )
2901
+ MVR =
2902
+ T.let(
2903
+ :mvr,
2904
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2905
+ )
2906
+ MWK =
2907
+ T.let(
2908
+ :mwk,
2909
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2910
+ )
2911
+ MXN =
2912
+ T.let(
2913
+ :mxn,
2914
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2915
+ )
2916
+ MYR =
2917
+ T.let(
2918
+ :myr,
2919
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2920
+ )
2921
+ MZN =
2922
+ T.let(
2923
+ :mzn,
2924
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2925
+ )
2926
+ NAD =
2927
+ T.let(
2928
+ :nad,
2929
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2930
+ )
2931
+ NGN =
2932
+ T.let(
2933
+ :ngn,
2934
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2935
+ )
2936
+ NOK =
2937
+ T.let(
2938
+ :nok,
2939
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2940
+ )
2941
+ NPR =
2942
+ T.let(
2943
+ :npr,
2944
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2945
+ )
2946
+ NZD =
2947
+ T.let(
2948
+ :nzd,
2949
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2950
+ )
2951
+ PGK =
2952
+ T.let(
2953
+ :pgk,
2954
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2955
+ )
2956
+ PHP =
2957
+ T.let(
2958
+ :php,
2959
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2960
+ )
2961
+ PKR =
2962
+ T.let(
2963
+ :pkr,
2964
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2965
+ )
2966
+ PLN =
2967
+ T.let(
2968
+ :pln,
2969
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2970
+ )
2971
+ QAR =
2972
+ T.let(
2973
+ :qar,
2974
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2975
+ )
2976
+ RON =
2977
+ T.let(
2978
+ :ron,
2979
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2980
+ )
2981
+ RSD =
2982
+ T.let(
2983
+ :rsd,
2984
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2985
+ )
2986
+ RUB =
2987
+ T.let(
2988
+ :rub,
2989
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2990
+ )
2991
+ RWF =
2992
+ T.let(
2993
+ :rwf,
2994
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
2995
+ )
2996
+ SAR =
2997
+ T.let(
2998
+ :sar,
2999
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
3000
+ )
3001
+ SBD =
3002
+ T.let(
3003
+ :sbd,
3004
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
3005
+ )
3006
+ SCR =
3007
+ T.let(
3008
+ :scr,
3009
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
3010
+ )
3011
+ SEK =
3012
+ T.let(
3013
+ :sek,
3014
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
3015
+ )
3016
+ SGD =
3017
+ T.let(
3018
+ :sgd,
3019
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
3020
+ )
3021
+ SLE =
3022
+ T.let(
3023
+ :sle,
3024
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
3025
+ )
3026
+ SLL =
3027
+ T.let(
3028
+ :sll,
3029
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
3030
+ )
3031
+ SOS =
3032
+ T.let(
3033
+ :sos,
3034
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
3035
+ )
3036
+ SZL =
3037
+ T.let(
3038
+ :szl,
3039
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
3040
+ )
3041
+ THB =
3042
+ T.let(
3043
+ :thb,
3044
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
3045
+ )
3046
+ TJS =
3047
+ T.let(
3048
+ :tjs,
3049
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
3050
+ )
3051
+ TOP =
3052
+ T.let(
3053
+ :top,
3054
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
3055
+ )
3056
+ TRY =
3057
+ T.let(
3058
+ :try,
3059
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
3060
+ )
3061
+ TTD =
3062
+ T.let(
3063
+ :ttd,
3064
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
3065
+ )
3066
+ TZS =
3067
+ T.let(
3068
+ :tzs,
3069
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
3070
+ )
3071
+ UAH =
3072
+ T.let(
3073
+ :uah,
3074
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
3075
+ )
3076
+ UZS =
3077
+ T.let(
3078
+ :uzs,
3079
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
3080
+ )
3081
+ VND =
3082
+ T.let(
3083
+ :vnd,
3084
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
3085
+ )
3086
+ VUV =
3087
+ T.let(
3088
+ :vuv,
3089
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
3090
+ )
3091
+ WST =
3092
+ T.let(
3093
+ :wst,
3094
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
3095
+ )
3096
+ XAF =
3097
+ T.let(
3098
+ :xaf,
3099
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
3100
+ )
3101
+ XCD =
3102
+ T.let(
3103
+ :xcd,
3104
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
3105
+ )
3106
+ YER =
3107
+ T.let(
3108
+ :yer,
3109
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
3110
+ )
3111
+ ZAR =
3112
+ T.let(
3113
+ :zar,
3114
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
3115
+ )
3116
+ ZMW =
3117
+ T.let(
3118
+ :zmw,
3119
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
3120
+ )
3121
+ CLP =
3122
+ T.let(
3123
+ :clp,
3124
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
3125
+ )
3126
+ DJF =
3127
+ T.let(
3128
+ :djf,
3129
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
3130
+ )
3131
+ GNF =
3132
+ T.let(
3133
+ :gnf,
3134
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
3135
+ )
3136
+ UGX =
3137
+ T.let(
3138
+ :ugx,
3139
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
3140
+ )
3141
+ PYG =
3142
+ T.let(
3143
+ :pyg,
3144
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
3145
+ )
3146
+ XOF =
3147
+ T.let(
3148
+ :xof,
3149
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
3150
+ )
3151
+ XPF =
3152
+ T.let(
3153
+ :xpf,
3154
+ Stigg::Models::V1::SubscriptionProvisionResponse::Data::Subscription::Price::Tier::UnitPrice::Currency::TaggedSymbol
3155
+ )
3156
+
3157
+ sig do
3158
+ override.returns(
3159
+ T::Array[
3160
+ Stigg::Models::V1::SubscriptionProvisionResponse::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
3170
+ end
3171
+ end
3172
+ end
3173
+ end
3174
+ end
3175
+ end