Class PartnerStatementDetailRequest

java.lang.Object
com.blockchyp.client.dto.PartnerStatementDetailRequest
All Implemented Interfaces:
ITimeoutRequest

public class PartnerStatementDetailRequest extends Object implements ITimeoutRequest
Models a request to retrieve detailed partner statement information.
  • Constructor Details

    • PartnerStatementDetailRequest

      public PartnerStatementDetailRequest()
  • Method Details

    • setTimeout

      public void setTimeout(int value)
      Sets the request timeout in seconds.
      Parameters:
      value - the request timeout in seconds.
    • getTimeout

      public int getTimeout()
      Gets the request timeout in seconds.
      Specified by:
      getTimeout in interface ITimeoutRequest
      Returns:
      the request timeout in seconds.
    • setTest

      public void setTest(boolean value)
      Sets whether or not to route transaction to the test gateway.
      Parameters:
      value - whether or not to route transaction to the test gateway.
    • isTest

      public boolean isTest()
      Gets whether or not to route transaction to the test gateway.
      Specified by:
      isTest in interface ITimeoutRequest
      Returns:
      whether or not to route transaction to the test gateway.
    • setId

      public void setId(String value)
      Sets optional start date filter for batch history.
      Parameters:
      value - optional start date filter for batch history.
    • getId

      public String getId()
      Gets optional start date filter for batch history.
      Returns:
      optional start date filter for batch history.