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

com.plaid.client.response.SandboxItemFireWebhookResponse Maven / Gradle / Ivy

package com.plaid.client.response;

import java.util.Date;

/**
 * Response from /sandbox/item/fire_webhook endpoint.
 */
public final class SandboxItemFireWebhookResponse extends BaseResponse {
  private boolean webhookFired;

  public boolean getWebhookFired() {
    return webhookFired;
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy