On Charge
PatreonTriggerMonetizationAlerts
Outputs
| out | Exec | exec | None |
| displayName | Data | System.String | multiplexed |
| cents | Data | System.Int32 | multiplexed |
| currency | Data | System.String | multiplexed |
| chargedAt | Data | System.DateTime | multiplexed |
Bindings
| displayName | System.String | The patron display name, or empty for an anonymous patron. |
| cents | System.Int32 | The entitled pledge amount in cents. |
| currency | System.String | The ISO currency code of the campaign. |
| chargedAt | System.DateTime | When the charge cleared (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#
[OnCharge] Handle(ctx, ChargeContext e)