DepositSwitchStateUpdateWebhook constructor
DepositSwitchStateUpdateWebhook({
- String? webhookType,
- String? webhookCode,
- String? state,
- String? depositSwitchId,
- WebhookEnvironmentValues? environment,
Implementation
DepositSwitchStateUpdateWebhook({
this.webhookType,
this.webhookCode,
this.state,
this.depositSwitchId,
this.environment,
});