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