RazorpayPaymentQuery constructor
- @JsonSerializable(includeIfNull: false)
Implementation
@JsonSerializable(includeIfNull: false)
const factory RazorpayPaymentQuery({
int? from,
int? to,
int? count,
int? skip,
@JsonKey(name: 'expand[]')
List<String>? expand, // 'card', 'emi', 'offers', 'upi'
}) = _RazorpayPaymentQuery;