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

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

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

  /**
   * Put value of field into container. Alternative to
   * 
MI.outData.key = value;
* @param key name of field * @param value value of field as string * @return Previous value associated with field * @since API Version 0.9.0 */ @SuppressWarnings("unused") String put(String key, String value); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy