Click or drag to resize

AttributeData Constructor (String, String)

Initializes a new instance of the AttributeData 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 AttributeData(
	string name,
	string value
)

Parameters

name
Type: SystemString
The attribute data name.
value
Type: SystemString
The attribute data value.
See Also