AuthorizationWithTokenResponse constructor

const AuthorizationWithTokenResponse({
  1. required TransactionStatus status,
  2. double? approvedAmount,
  3. String? tpId,
  4. HostResponse? host,
  5. String? errorMessage,
})

Implementation

const AuthorizationWithTokenResponse({
  required this.status,
  this.approvedAmount,
  this.tpId,
  this.host,
  this.errorMessage,
});