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