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

io.nflow.tests.demo.domain.QueryCreditApplicationResponse Maven / Gradle / Ivy

There is a newer version: 9.0.0
Show newest version
package io.nflow.tests.demo.domain;

import com.fasterxml.jackson.annotation.JsonIgnoreProperties;

@JsonIgnoreProperties(ignoreUnknown = true)
public class QueryCreditApplicationResponse extends AbstractResponse {

  public String accountNo;
  public boolean active;
  public int amount;
  public String applicationId;
  public String clientId;
  // created
  public String productId;
  public String status;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy