ApplicationCreateDeclinedTerms is emitted when the user declined the terms of the selected plan.
(plan string)
| 203 | // ApplicationCreateDeclinedTerms is emitted when the user declined the terms |
| 204 | // of the selected plan. |
| 205 | func ApplicationCreateDeclinedTerms(plan string) Event { |
| 206 | return Event{EventApplicationCreateDeclinedTerms, map[string]any{ |
| 207 | "plan": plan, |
| 208 | }} |
| 209 | } |
| 210 | |
| 211 | // ApplicationCreateCompleted is emitted when the application was created, with |
| 212 | // the region and plan the user chose. |