ProcessorStripeBankAccountTokenCreateRequest constructor

ProcessorStripeBankAccountTokenCreateRequest({
  1. String? clientId,
  2. String? secret,
  3. String? accessToken,
  4. String? accountId,
})

Implementation

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