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

xtendm3-sdk.0.18.3.source-code.MiInDataAPI Maven / Gradle / Ivy

The newest version!
/**
 * Container for InData values for Transactions
 *
 * @since API Version 0.9.0
 */
public interface MiInDataAPI {

  /**
   * Gets value from data container.Alternative to
   * 
MI.inData.key
* @param key name of field * @return Value associated with field * @since API Version 0.9.0 */ String get(String key); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy