DepositSwitchGetRequest constructor

DepositSwitchGetRequest({
  1. String? clientId,
  2. String? secret,
  3. String? depositSwitchId,
})

Implementation

DepositSwitchGetRequest({
  this.clientId,
  this.secret,
  this.depositSwitchId,
});