AuthorizationCompletionResponse constructor
const
AuthorizationCompletionResponse({
- required TransactionStatus status,
- double? approvedAmount,
- String? tpId,
- HostResponse? host,
- String? errorMessage,
Implementation
const AuthorizationCompletionResponse({
required this.status,
this.approvedAmount,
this.tpId,
this.host,
this.errorMessage,
});