AddCardResponseData constructor
AddCardResponseData({})
Implementation
AddCardResponseData({
required this.mOrderId,
required this.pOrderId,
required this.status,
required this.amount,
required this.currency,
required this.redirectUrl,
this.reason,
});