Click or drag to resize

OrderLineCustomAttribute Constructor (Int32, String, String)

Initializes a new instance of the OrderLineCustomAttribute class.

Namespace:  Atomia.Billing.Core.Sdk.BusinessObjects
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public OrderLineCustomAttribute(
	int itemNo,
	string name,
	string value
)

Parameters

itemNo
Type: SystemInt32
The item no.
name
Type: SystemString
The name.
value
Type: SystemString
The value.
See Also