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

com.mx.path.model.mdx.model.ondemand.mixins.TransactionMixIn Maven / Gradle / Ivy

package com.mx.path.model.mdx.model.ondemand.mixins;

import com.fasterxml.jackson.annotation.JsonIgnore;

public interface TransactionMixIn {

  @JsonIgnore
  String getAccountId();

  @JsonIgnore
  String getUserId();

  @JsonIgnore
  boolean getWrapped();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy