AttributeData Constructor (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 AttributeData(
string name,
string value
)
Public Sub New (
name As String,
value As String
)
public:
AttributeData(
String^ name,
String^ value
)
new :
name : string *
value : string -> AttributeData
Parameters
- name
- Type: SystemString
The attribute data name. - value
- Type: SystemString
The attribute data value.
See Also