RazorpayProcessPaymentCardDetails constructor
- @JsonSerializable(includeIfNull: false)
Implementation
@JsonSerializable(includeIfNull: false)
const factory RazorpayProcessPaymentCardDetails({
required String number,
required String expiry_month,
required int expiry_year, // d.ts shows number
}) = _RazorpayProcessPaymentCardDetails;