ClientPoliciesDtoFeatureOptionsBranding

data class ClientPoliciesDtoFeatureOptionsBranding(emailPrimaryColor: String?, showPoweredByLogo: Boolean?, showMerchantLogos: Boolean?, showMerchantColors: Boolean?)

Parameters

emailPrimaryColor
  • @param showPoweredByLogo * @param showMerchantLogos * @param showMerchantColors

Constructors

ClientPoliciesDtoFeatureOptionsBranding
Link copied to clipboard
fun ClientPoliciesDtoFeatureOptionsBranding(emailPrimaryColor: String? = null, showPoweredByLogo: Boolean? = null, showMerchantLogos: Boolean? = null, showMerchantColors: Boolean? = null)
  • @param showPoweredByLogo * @param showMerchantLogos * @param showMerchantColors

Properties

emailPrimaryColor
Link copied to clipboard
@SerializedName(value = emailPrimaryColor)
val emailPrimaryColor: String? = null
  • @param showPoweredByLogo * @param showMerchantLogos * @param showMerchantColors

showMerchantColors
Link copied to clipboard
@SerializedName(value = showMerchantColors)
val showMerchantColors: Boolean? = null
showMerchantLogos
Link copied to clipboard
@SerializedName(value = showMerchantLogos)
val showMerchantLogos: Boolean? = null
showPoweredByLogo
Link copied to clipboard
@SerializedName(value = showPoweredByLogo)
val showPoweredByLogo: Boolean? = null