Skip to main content

DSAMethodOfRedressConfiguration

No description

type DSAMethodOfRedressConfiguration {  method: DSA_METHOD_OF_REDRESS!  email: String  url: String}

Fields#

method (DSA_METHOD_OF_REDRESS!)#

method defines the type of redress that is available to the users about DSA decisions.

email (String)#

email is the email used when method is set to EMAIL.

url (String)#

url is the url that is used when method is set to URL.