RazorpayPaymentRefundsResponse constructor
- @JsonSerializable(includeIfNull: false)
- required String entity,
- required int count,
- required List<
RazorpayRefund> items,
Implementation
@JsonSerializable(includeIfNull: false)
const factory RazorpayPaymentRefundsResponse({
required String entity,
required int count,
required List<RazorpayRefund> items,
}) = _RazorpayPaymentRefundsResponse;