RazorpayPaymentRefundsResponse constructor

  1. @JsonSerializable(includeIfNull: false)
const RazorpayPaymentRefundsResponse({
  1. required String entity,
  2. required int count,
  3. required List<RazorpayRefund> items,
})

Implementation

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