Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 965 Bytes

File metadata and controls

14 lines (11 loc) · 965 Bytes

# KycUiParameter

Properties

Name Type Description Notes
primaryColor string The primary color of the UI in hex format (rrggbb). [optional] [default to '4caf50']
backgroundColor string The background color of the UI in hex format (rrggbb). [optional] [default to '333333']
textColor string The text color of the UI in hex format (rrggbb). [optional] [default to '000000']
logo string The company logo for the UI in PNG fileformat (512 px * 512 px) as a base64 encoded string. [optional]
logoBackgroundColor string The logo background color in hex format (rrggbb). [optional] [default to 'ffffff']
language string The language related settings for the UI as a JSON. [optional]

[Back to Model list] [Back to API list] [Back to README]