Class GetPrivacyPolicyResponse

java.lang.Object
com.onlinepayments.domain.GetPrivacyPolicyResponse

public class GetPrivacyPolicyResponse extends Object
  • Constructor Details

    • GetPrivacyPolicyResponse

      public GetPrivacyPolicyResponse()
  • Method Details

    • getHtmlContent

      public String getHtmlContent()
      HTML content to be displayed to the user.
    • setHtmlContent

      public void setHtmlContent(String value)
      HTML content to be displayed to the user.
    • withHtmlContent

      public GetPrivacyPolicyResponse withHtmlContent(String value)
      HTML content to be displayed to the user.