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