RazorpayRtoReview constructor
- @JsonSerializable(includeIfNull: false)
Implementation
@JsonSerializable(includeIfNull: false)
const factory RazorpayRtoReview({
required String risk_tier, // 'high' | 'medium' | 'low'
required List<Reason> rto_reasons,
}) = _RazorpayRtoReview;