SandboxProcessorTokenCreateResponse constructor

SandboxProcessorTokenCreateResponse({
  1. String? processorToken,
  2. String? requestId,
})

Implementation

SandboxProcessorTokenCreateResponse({
  this.processorToken,
  this.requestId,
});