BlusaltCheckoutResultResponse constructor

BlusaltCheckoutResultResponse({
  1. required BlusaltCheckoutProcess blusaltCheckoutProcess,
  2. Exception? exception,
  3. String? code,
  4. String? message,
  5. String? reference,
  6. BlusaltCheckoutResultType? checkoutResultType,
})

Implementation

BlusaltCheckoutResultResponse({
  required this.blusaltCheckoutProcess,
  this.exception,
  this.code,
  this.message,
  this.reference,
  this.checkoutResultType,
});