com.plaid.client.response.ItemCredentialsUpdateResponse Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of plaid-java Show documentation
Show all versions of plaid-java Show documentation
Bindings for the Plaid (plaid.com) API.
package com.plaid.client.response;
/**
* /item/credentials/update response.
*/
public final class ItemCredentialsUpdateResponse extends BaseResponse {
private ItemStatus item;
public ItemStatus getItem() {
return item;
}
}