
com.riskified.models.Custom Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of riskified-sdk Show documentation
Show all versions of riskified-sdk Show documentation
Risikified rest api SDK for java
The newest version!
package com.riskified.models;
public class Custom {
private String app_dom_id;
public Custom() {
}
public Custom(String app_dom_id) {
this.app_dom_id = app_dom_id;
}
public String getAppDomId() {
return app_dom_id;
}
public void setAppDomId(String app_dom_id) {
this.app_dom_id = app_dom_id;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy