BlusaltCheckoutResultResponse constructor
BlusaltCheckoutResultResponse({
- required BlusaltCheckoutProcess blusaltCheckoutProcess,
- Exception? exception,
- String? code,
- String? message,
- String? reference,
- BlusaltCheckoutResultType? checkoutResultType,
Implementation
BlusaltCheckoutResultResponse({
required this.blusaltCheckoutProcess,
this.exception,
this.code,
this.message,
this.reference,
this.checkoutResultType,
});