RazorpayTransferQuery constructor
- @JsonSerializable(includeIfNull: false)
Implementation
@JsonSerializable(includeIfNull: false)
const factory RazorpayTransferQuery({
int? from,
int? to,
int? count,
int? skip,
String? recipient_settlement_id,
String? payment_id, // Added for context when fetching payment transfers
}) = _RazorpayTransferQuery;