RazorpayOtpResendResponse constructor
- @JsonSerializable(includeIfNull: false)
Implementation
@JsonSerializable(includeIfNull: false)
const factory RazorpayOtpResendResponse({
required List<String>
next, // d.ts shows string[], JS shows array of objects. Assuming string array.
required String razorpay_payment_id,
}) = _RazorpayOtpResendResponse;