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

com.plaid.client.request.common.Product Maven / Gradle / Ivy

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

import com.google.gson.annotations.SerializedName;

public enum Product {
  @SerializedName("assets") ASSETS,
  @SerializedName("balance") BALANCE,
  @SerializedName("credit_details") CREDIT_DETAILS,
  @SerializedName("income") INCOME,
  @SerializedName("identity") IDENTITY,
  @SerializedName("auth") AUTH,
  //  @SerializedName("risk") RISK
  @SerializedName("transactions") TRANSACTIONS,
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy