SignalDecisionReportRequest constructor

SignalDecisionReportRequest({
  1. String? clientId,
  2. String? secret,
  3. required String clientTransactionId,
  4. required bool initiated,
  5. int? daysFundsOnHold,
  6. SignalDecisionOutcome? decisionOutcome,
  7. SignalPaymentMethod? paymentMethod,
  8. double? amountInstantlyAvailable,
})

Implementation

SignalDecisionReportRequest({
  this.clientId,
  this.secret,
  required this.clientTransactionId,
  required this.initiated,
  this.daysFundsOnHold,
  this.decisionOutcome,
  this.paymentMethod,
  this.amountInstantlyAvailable,
});