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