DepositSwitchCreateRequest constructor

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

Implementation

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