ClientPoliciesDtoFeatureOptionsBranding
data class ClientPoliciesDtoFeatureOptionsBranding(emailPrimaryColor: String?, showPoweredByLogo: Boolean?, showMerchantLogos: Boolean?, showMerchantColors: Boolean?)
Content copied to clipboard
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)
Content copied to clipboard
@param showPoweredByLogo * @param showMerchantLogos * @param showMerchantColors
Properties
emailPrimaryColor
Link copied to clipboard
@SerializedName(value = emailPrimaryColor)
Content copied to clipboard
showMerchantColors
Link copied to clipboard
@SerializedName(value = showMerchantColors)
Content copied to clipboard
showMerchantLogos
Link copied to clipboard
@SerializedName(value = showMerchantLogos)
Content copied to clipboard
showPoweredByLogo
Link copied to clipboard
@SerializedName(value = showPoweredByLogo)
Content copied to clipboard