SandboxBankTransferSimulateRequest constructor

SandboxBankTransferSimulateRequest({
  1. String? clientId,
  2. String? secret,
  3. String? bankTransferId,
  4. String? eventType,
  5. BankTransferFailure? failureReason,
})

Implementation

SandboxBankTransferSimulateRequest({
  this.clientId,
  this.secret,
  this.bankTransferId,
  this.eventType,
  this.failureReason,
});