DepositSwitchTargetUser constructor

DepositSwitchTargetUser({
  1. String? givenName,
  2. String? familyName,
  3. String? phone,
  4. String? email,
  5. DepositSwitchAddressData? address,
  6. String? taxPayerId,
})

Implementation

DepositSwitchTargetUser({
  this.givenName,
  this.familyName,
  this.phone,
  this.email,
  this.address,
  this.taxPayerId,
});