CheckoutResponseModel constructor
CheckoutResponseModel({})
Implementation
CheckoutResponseModel(
{this.checkoutUrl,
this.amount,
this.currency,
this.spOrderId,
this.customerOrderId,
this.customerName,
this.customerAddress,
this.customerCity,
this.customerPhone,
this.customerEmail,
this.clientIp,
this.intent,
this.transactionStatus});