RazorpayPaymentLinkUpdateRequestBody constructor

  1. @JsonSerializable(includeIfNull: false)
const RazorpayPaymentLinkUpdateRequestBody({
  1. bool? accept_partial,
  2. String? reference_id,
  3. int? expire_by,
  4. IMap? notes,
  5. bool? reminder_enable,
})

Implementation

@JsonSerializable(includeIfNull: false)
const factory RazorpayPaymentLinkUpdateRequestBody({
  bool? accept_partial,
  String? reference_id,
  int? expire_by,
  IMap<dynamic>? notes,
  bool? reminder_enable,
}) = _RazorpayPaymentLinkUpdateRequestBody;