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

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

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

/**
 * /item/credentials/update response.
 */
public final class ItemCredentialsUpdateResponse extends BaseResponse {
  private ItemStatus item;

  public ItemStatus getItem() {
    return item;
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy