OrderLineCustomAttribute Constructor (Int32, String, String) |
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
)
Public Sub New (
itemNo As Integer,
name As String,
value As String
)
public:
OrderLineCustomAttribute(
int itemNo,
String^ name,
String^ value
)
new :
itemNo : int *
name : string *
value : string -> OrderLineCustomAttribute
Parameters
- itemNo
- Type: SystemInt32
The item no. - name
- Type: SystemString
The name. - value
- Type: SystemString
The value.
See Also