SandboxTransferSimulateRequest constructor
SandboxTransferSimulateRequest({
- String? clientId,
- String? secret,
- String? transferId,
- String? eventType,
- TransferFailure? failureReason,
Implementation
SandboxTransferSimulateRequest({
this.clientId,
this.secret,
this.transferId,
this.eventType,
this.failureReason,
});