Class SessionResponse

java.lang.Object
com.onlinepayments.domain.SessionResponse

public class SessionResponse extends Object
  • Constructor Details

    • SessionResponse

      public SessionResponse()
  • Method Details

    • getAssetUrl

      public String getAssetUrl()
      The datacenter-specific base url for assets. This value needs to be passed to the Client SDK to make sure that the client software connects to the right datacenter.
    • setAssetUrl

      public void setAssetUrl(String value)
      The datacenter-specific base url for assets. This value needs to be passed to the Client SDK to make sure that the client software connects to the right datacenter.
    • withAssetUrl

      public SessionResponse withAssetUrl(String value)
      The datacenter-specific base url for assets. This value needs to be passed to the Client SDK to make sure that the client software connects to the right datacenter.
    • getClientApiUrl

      public String getClientApiUrl()
      The datacenter-specific base url for client requests. This value needs to be passed to the Client SDK to make sure that the client software connects to the right datacenter.
    • setClientApiUrl

      public void setClientApiUrl(String value)
      The datacenter-specific base url for client requests. This value needs to be passed to the Client SDK to make sure that the client software connects to the right datacenter.
    • withClientApiUrl

      public SessionResponse withClientApiUrl(String value)
      The datacenter-specific base url for client requests. This value needs to be passed to the Client SDK to make sure that the client software connects to the right datacenter.
    • getClientSessionId

      public String getClientSessionId()
      The identifier of the session that has been created.
    • setClientSessionId

      public void setClientSessionId(String value)
      The identifier of the session that has been created.
    • withClientSessionId

      public SessionResponse withClientSessionId(String value)
      The identifier of the session that has been created.
    • getCustomerId

      public String getCustomerId()
      The session is built up around the customer in the form of the customerId. All client APIs use this customerId in the URI to identify the customer.
    • setCustomerId

      public void setCustomerId(String value)
      The session is built up around the customer in the form of the customerId. All client APIs use this customerId in the URI to identify the customer.
    • withCustomerId

      public SessionResponse withCustomerId(String value)
      The session is built up around the customer in the form of the customerId. All client APIs use this customerId in the URI to identify the customer.
    • getInvalidTokens

      public List<String> getInvalidTokens()
    • setInvalidTokens

      public void setInvalidTokens(List<String> value)
    • withInvalidTokens

      public SessionResponse withInvalidTokens(List<String> value)