Interface IRequestDataObject


public interface IRequestDataObject
Interface for all request data objects. *

This interface can be used to create a new request data object.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    /// Generates the transaction request.
  • Method Details

    • generateRequest

      void generateRequest()
      /// Generates the transaction request. ///

      When implemented in the derived class, this method /// should be preferred to be made as an internal method.