HaloTransactionResult constructor
HaloTransactionResult(
- HaloTransactionResultType resultType,
- String? merchantTransactionReference,
- String? haloTransactionReference,
- String? paymentProviderReference,
- HaloErrorCode errorCode,
- List<
String> errorDetails, - HaloTransactionReceipt? receipt,
- Map<
String, String> ? customTags,
Implementation
HaloTransactionResult(
this.resultType,
this.merchantTransactionReference,
this.haloTransactionReference,
this.paymentProviderReference,
this.errorCode,
this.errorDetails,
this.receipt,
this.customTags);