PaymentInitiationResponse constructor
PaymentInitiationResponse({})
Implementation
PaymentInitiationResponse({
String? storeName,
String? storeLogo,
String? orderId,
double? billAmount,
String? currency,
String? token,
String? qrToken,}){
_storeName = storeName;
_storeLogo = storeLogo;
_orderId = orderId;
_billAmount = billAmount;
_currency = currency;
_token = token;
_qrToken = qrToken;
}