ProcessorIdentityGetResponse constructor

ProcessorIdentityGetResponse({
  1. AccountIdentity? account,
  2. String? requestId,
})

Implementation

ProcessorIdentityGetResponse({
  this.account,
  this.requestId,
});