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

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

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

public class CreditDecisionData extends AbstractRequest {

  public String clientId;
  public int amount;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy