Class RequisitionFormDataWsDTO

java.lang.Object
de.hybris.platform.b2bpunchoutocc.dto.RequisitionFormDataWsDTO
All Implemented Interfaces:
Serializable

public class RequisitionFormDataWsDTO extends Object implements Serializable
Representation transaction info of an order, containing the target url to submit cXML order message and base64 encode order info.
See Also:
  • Constructor Details

    • RequisitionFormDataWsDTO

      public RequisitionFormDataWsDTO()
  • Method Details

    • setBrowseFormPostUrl

      public void setBrowseFormPostUrl(String browseFormPostUrl)
    • getBrowseFormPostUrl

      public String getBrowseFormPostUrl()
    • setOrderAsCXML

      public void setOrderAsCXML(String orderAsCXML)
    • getOrderAsCXML

      public String getOrderAsCXML()