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