RazorpayPaymentLinkNotify constructor
- @JsonSerializable(includeIfNull: false)
Implementation
@JsonSerializable(includeIfNull: false)
const factory RazorpayPaymentLinkNotify({
bool? email,
bool? sms,
bool? whatsapp,
}) = _RazorpayPaymentLinkNotify;