ProcessorTokenCreateRequest constructor

ProcessorTokenCreateRequest({
  1. String? clientId,
  2. String? secret,
  3. String? accessToken,
  4. String? accountId,
  5. ProcessorTokenCreateRequestProcessor? processor,
})

Implementation

ProcessorTokenCreateRequest({
  this.clientId,
  this.secret,
  this.accessToken,
  this.accountId,
  this.processor,
});