Click or drag to resize

OrderHelperResolveCustomAttribute Method

Resolves the custom attribute.

Namespace:  Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public static bool ResolveCustomAttribute(
	OrderLineCustomAttribute attribute,
	Order order
)

Parameters

attribute
Type: Atomia.Billing.Core.Sdk.BusinessObjectsOrderLineCustomAttribute
The attribute.
order
Type: Atomia.Billing.Core.Sdk.BusinessObjectsOrder
The order.

Return Value

Type: Boolean
true if attribute value was updated, otherwise false
See Also