Class NewAccountPayload


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

      • NewAccountPayload

        public NewAccountPayload()
    • Method Detail

      • getTermsOfServiceAgreed

        public Boolean getTermsOfServiceAgreed()
      • setTermsOfServiceAgreed

        public void setTermsOfServiceAgreed​(Boolean termsOfServiceAgreed)
      • getOnlyReturnExisting

        public Boolean getOnlyReturnExisting()
      • setOnlyReturnExisting

        public void setOnlyReturnExisting​(Boolean onlyReturnExisting)
      • setContact

        public void setContact​(List<String> contact)
      • getExternalAccountBinding

        public JoseMessage getExternalAccountBinding()
      • setExternalAccountBinding

        public void setExternalAccountBinding​(JoseMessage externalAccountBinding)