RazorpayWebhookUpdateRequestBody constructor
- @JsonSerializable(includeIfNull: false)
Implementation
@JsonSerializable(includeIfNull: false)
const factory RazorpayWebhookUpdateRequestBody({
required String url,
required List<String> events,
String? alert_email,
String? secret,
String? active, // Assuming bool
}) = _RazorpayWebhookUpdateRequestBody;