DepositSwitchCreateRequest constructor

DepositSwitchCreateRequest({
  1. String? clientId,
  2. String? secret,
  3. String? targetAccessToken,
  4. String? targetAccountId,
  5. DepositSwitchCreateRequestCountryCode? countryCode,
  6. DepositSwitchCreateRequestOptions? options,
})

Implementation

DepositSwitchCreateRequest({
  this.clientId,
  this.secret,
  this.targetAccessToken,
  this.targetAccountId,
  this.countryCode,
  this.options,
});