On Charity Campaign Stop
TwitchTriggerFundraisingLifecycle
Outputs
| out | Exec | exec | None |
| charityName | Data | System.String | multiplexed |
| currentAmount | Data | System.Decimal | multiplexed |
| targetAmount | Data | System.Decimal | multiplexed |
| currency | Data | System.String | multiplexed |
| stoppedAt | Data | System.DateTime | multiplexed |
Bindings
| charityName | System.String | The name of the charity. |
| currentAmount | System.Decimal | The amount raised when the campaign ended. |
| targetAmount | System.Decimal | The campaign's fundraising target. |
| currency | System.String | The ISO currency code of the campaign. |
| stoppedAt | System.DateTime | When the campaign ended (UTC). |
Parameters
| cooldownSeconds | System.Int32 | no | 0 | None |
| perUserCooldownSeconds | System.Int32 | no | 0 | None |
| debounceMs | System.Int32 | no | 0 | None |
| dedupeKey | System.String | no | "" | None |
| maxConcurrency | System.Int32 | no | 0 | None |
Lowers to C#
[OnCharityCampaignStop] Handle(ctx, CharityCampaignContext e)