AccountIdentifier constructor

AccountIdentifier({
  1. String? aggregatorId,
  2. String? merchantId,
})

Implementation

AccountIdentifier({
  this.aggregatorId,
  this.merchantId,
});