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

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

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

/**
 * Response to /institutions/get_by_id request.
 *
 * @see https://plaid.com/docs/api
 */
public final class InstitutionsGetByIdResponse extends BaseResponse {
  private Institution institution;

  public Institution getInstitution() {
    return institution;
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy