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

com.yoti.api.client.docs.session.retrieve.BreakdownResponse Maven / Gradle / Ivy

The newest version!
package com.yoti.api.client.docs.session.retrieve;

import java.util.List;

import com.fasterxml.jackson.annotation.JsonProperty;

public class BreakdownResponse {

    @JsonProperty("sub_check")
    private String subCheck;

    @JsonProperty("result")
    private String result;

    @JsonProperty("details")
    private List details;

    public String getSubCheck() {
        return subCheck;
    }

    public String getResult() {
        return result;
    }

    public List getDetails() {
        return details;
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy