ClientPoliciesDtoFeatureOptionsBranding

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

Parameters

emailPrimaryColor
showPoweredByLogo
showMerchantLogos
showMerchantColors

Constructors

Link copied to clipboard
constructor(emailPrimaryColor: String? = null, showPoweredByLogo: Boolean? = null, showMerchantLogos: Boolean? = null, showMerchantColors: Boolean? = null)

Properties

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