RazorpayProcessPaymentResponse constructor
- @JsonSerializable(includeIfNull: false)
Implementation
@JsonSerializable(includeIfNull: false)
const factory RazorpayProcessPaymentResponse({
required String token_number,
required String cryptogram_value,
required String cvv,
required int token_expiry_month,
required int token_expiry_year,
required RazorpayProcessPaymentCardDetails card,
}) = _RazorpayProcessPaymentResponse;