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

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

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

public class CreateCreditApplicationRequest extends AbstractRequest {

  public String accountNo;
  public int amount;
  public String clientId;
  public String productId;
  public long processWorkflowId;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy