RazorpayRefundCreateRequestBody constructor

  1. @JsonSerializable(includeIfNull: false)
const RazorpayRefundCreateRequestBody({
  1. int? amount,
  2. RefundSpeed? speed,
  3. IMap? notes,
  4. String? receipt,
})

Implementation

@JsonSerializable(includeIfNull: false)
const factory RazorpayRefundCreateRequestBody({
  int? amount,
  RefundSpeed? speed,
  IMap<dynamic>? notes,
  String? receipt,
}) = _RazorpayRefundCreateRequestBody;