HaloTransactionResult constructor

HaloTransactionResult(
  1. HaloTransactionResultType resultType,
  2. String? merchantTransactionReference,
  3. String? haloTransactionReference,
  4. String? paymentProviderReference,
  5. HaloErrorCode errorCode,
  6. List<String> errorDetails,
  7. HaloTransactionReceipt? receipt,
  8. Map<String, String>? customTags,
)

Implementation

HaloTransactionResult(
    this.resultType,
    this.merchantTransactionReference,
    this.haloTransactionReference,
    this.paymentProviderReference,
    this.errorCode,
    this.errorDetails,
    this.receipt,
    this.customTags);