DepositSwitchCreateResponse constructor

DepositSwitchCreateResponse({
  1. String? depositSwitchId,
  2. String? requestId,
})

Implementation

DepositSwitchCreateResponse({
  this.depositSwitchId,
  this.requestId,
});