SandboxTransferSimulateRequest constructor

SandboxTransferSimulateRequest({
  1. String? clientId,
  2. String? secret,
  3. String? transferId,
  4. String? eventType,
  5. TransferFailure? failureReason,
})

Implementation

SandboxTransferSimulateRequest({
  this.clientId,
  this.secret,
  this.transferId,
  this.eventType,
  this.failureReason,
});