All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.plaid.client.request.ItemDwollaProcessorTokenCreateRequest Maven / Gradle / Ivy

There is a newer version: 27.0.0
Show newest version
package com.plaid.client.request;

import com.plaid.client.request.common.BaseAccessTokenRequest;

/**
 * Request for  /processor/dwolla/processor_token/create endpoint.
 */
public final class ItemDwollaProcessorTokenCreateRequest extends BaseAccessTokenRequest {
  private String accountId;

  public ItemDwollaProcessorTokenCreateRequest(String accessToken, String accountId) {
    super(accessToken);
    this.accountId = accountId;
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy