DSAMethodOfRedressConfiguration
No description
type DSAMethodOfRedressConfiguration { method: DSA_METHOD_OF_REDRESS! email: String url: String}
#
Fieldsmethod
(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.