Class ItemWebhookUpdateResponse

java.lang.Object
com.plaid.client.response.BaseResponse
com.plaid.client.response.ItemWebhookUpdateResponse

public class ItemWebhookUpdateResponse
extends BaseResponse
Response from /item/webhook/update endpoint.
  • Constructor Summary

    Constructors
    Constructor Description
    ItemWebhookUpdateResponse()  
  • Method Summary

    Modifier and Type Method Description
    ItemStatus getItem()  

    Methods inherited from class com.plaid.client.response.BaseResponse

    getRequestId

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ItemWebhookUpdateResponse

      public ItemWebhookUpdateResponse()
  • Method Details