ProcessorAuthGetResponse constructor

ProcessorAuthGetResponse({
  1. String? requestId,
  2. ProcessorNumber? numbers,
  3. AccountBase? account,
})

Implementation

ProcessorAuthGetResponse({
  this.requestId,
  this.numbers,
  this.account,
});