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
)
Public Shared Function ResolveCustomAttribute (
attribute As OrderLineCustomAttribute,
order As Order
) As Boolean
public:
static bool ResolveCustomAttribute(
OrderLineCustomAttribute^ attribute,
Order^ order
)
static member ResolveCustomAttribute :
attribute : OrderLineCustomAttribute *
order : Order -> bool
Parameters
- attribute
- Type: Atomia.Billing.Core.Sdk.BusinessObjectsOrderLineCustomAttribute
The attribute. - order
- Type: Atomia.Billing.Core.Sdk.BusinessObjectsOrder
The order.
Return Value
Type:
Booleantrue if attribute value was updated, otherwise
falseSee Also