PaymentProcessingResponse constructor
PaymentProcessingResponse({})
Implementation
PaymentProcessingResponse({
required this.result,
this.redirectUrl,
this.redirectParams,
this.returnUrlQueryParams,
this.declineMessage,
this.publicId,
});