ProcessorAuthGetResponse constructor

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

Implementation

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