RazorpaySubscriptionNotifyInfo constructor
- @JsonSerializable(includeIfNull: false)
- dynamic notify_phone,
- String? notify_email,
Implementation
@JsonSerializable(includeIfNull: false)
const factory RazorpaySubscriptionNotifyInfo({
dynamic notify_phone, // string | number
String? notify_email,
}) = _RazorpaySubscriptionNotifyInfo;