DepositSwitchAltCreateRequest constructor

DepositSwitchAltCreateRequest({
  1. String? clientId,
  2. String? secret,
  3. DepositSwitchTargetAccount? targetAccount,
  4. DepositSwitchTargetUser? targetUser,
  5. DepositSwitchCreateRequestOptions? options,
  6. DepositSwitchAltCreateRequestCountryCode? countryCode,
})

Implementation

DepositSwitchAltCreateRequest({
  this.clientId,
  this.secret,
  this.targetAccount,
  this.targetUser,
  this.options,
  this.countryCode,
});