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

cl.transbank.common.BaseTransaction Maven / Gradle / Ivy

The newest version!
package cl.transbank.common;

import cl.transbank.model.Options;

/**
 * This abstract class represents a base transaction with common properties and methods.
 */
public abstract class BaseTransaction {

  /**
   * The options for the transaction.
   */
  protected Options options = null;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy