Class NewAccountPayload


  • public class NewAccountPayload
    extends java.lang.Object
    Author:
    Lijun Liao (xipki)
    • Constructor Detail

      • NewAccountPayload

        public NewAccountPayload()
    • Method Detail

      • getTermsOfServiceAgreed

        public java.lang.Boolean getTermsOfServiceAgreed()
      • setTermsOfServiceAgreed

        public void setTermsOfServiceAgreed​(java.lang.Boolean termsOfServiceAgreed)
      • getOnlyReturnExisting

        public java.lang.Boolean getOnlyReturnExisting()
      • setOnlyReturnExisting

        public void setOnlyReturnExisting​(java.lang.Boolean onlyReturnExisting)
      • getContact

        public java.util.List<java.lang.String> getContact()
      • setContact

        public void setContact​(java.util.List<java.lang.String> contact)
      • getExternalAccountBinding

        public JoseMessage getExternalAccountBinding()
      • setExternalAccountBinding

        public void setExternalAccountBinding​(JoseMessage externalAccountBinding)