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

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

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

import com.fasterxml.jackson.annotation.JsonIgnoreProperties;

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

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy