RazorpayPaymentDowntimeResponse constructor
- @JsonSerializable.new(includeIfNull: false)
- required String entity,
- required int count,
- required List<
RazorpayPaymentDowntime> items,
Implementation
@JsonSerializable(includeIfNull: false)
const factory RazorpayPaymentDowntimeResponse({
required String entity,
required int count,
required List<RazorpayPaymentDowntime> items,
}) = _RazorpayPaymentDowntimeResponse;