SignalDecisionReportRequest constructor
SignalDecisionReportRequest({
- String? clientId,
- String? secret,
- required String clientTransactionId,
- required bool initiated,
- int? daysFundsOnHold,
- SignalDecisionOutcome? decisionOutcome,
- SignalPaymentMethod? paymentMethod,
- double? amountInstantlyAvailable,
Implementation
SignalDecisionReportRequest({
this.clientId,
this.secret,
required this.clientTransactionId,
required this.initiated,
this.daysFundsOnHold,
this.decisionOutcome,
this.paymentMethod,
this.amountInstantlyAvailable,
});