DepositSwitchAltCreateResponse constructor

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

Implementation

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