Click or drag to resize

IAtomiaBillingApiGetThemeCustomization Method

Gets the theme customization.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
ThemeCustomization GetThemeCustomization(
	Guid accountId
)

Parameters

accountId
Type: SystemGuid
The account id.

Return Value

Type: ThemeCustomization
Theme customization for given account id or null if there is no any.
See Also