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

models.TenantRequestBody Maven / Gradle / Ivy

There is a newer version: 3.2.1
Show newest version
package models;

import lombok.Getter;
import lombok.Setter;
import lombok.ToString;

@Getter
@Setter
@ToString
public class TenantRequestBody {
    private String name;
    private String parent_tenant_id;
    private Object default_preferences;
    private Object properties;
    private Object user_profile;
    private String brand_id;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy