DepositSwitchCreateRequestOptions constructor

DepositSwitchCreateRequestOptions({
  1. String? webhook,
  2. List<String>? transactionItemAccessTokens,
})

Implementation

DepositSwitchCreateRequestOptions({
  this.webhook,
  this.transactionItemAccessTokens,
});