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

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

package com.plaid.client.response;

import java.util.List;

public final class MfaSelection {
  private String question;
  private List answers;

  public String getQuestion() {
    return question;
  }

  public List getAnswers() {
    return answers;
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy