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

com.mx.path.api.connect.messaging.remote.models.RemoteJointOwner Maven / Gradle / Ivy

There is a newer version: 16.0.0
Show newest version
package com.mx.path.connect.messaging.remote.models;

import lombok.Data;

import com.mx.path.model.mdx.model.MdxBase;

@Data
public class RemoteJointOwner extends MdxBase {
  private String association;
  private String fullName;
  private String subAccountId;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy