ApplicationCreateAcceptedTerms is emitted when the user accepted the terms of the selected plan.
(plan string)
| 195 | // ApplicationCreateAcceptedTerms is emitted when the user accepted the terms |
| 196 | // of the selected plan. |
| 197 | func ApplicationCreateAcceptedTerms(plan string) Event { |
| 198 | return Event{EventApplicationCreateAcceptedTerms, map[string]any{ |
| 199 | "plan": plan, |
| 200 | }} |
| 201 | } |
| 202 | |
| 203 | // ApplicationCreateDeclinedTerms is emitted when the user declined the terms |
| 204 | // of the selected plan. |