PayFileRecordCustomAttributes Property |
Gets or sets the custom attributes.
Namespace:
Atomia.Billing.Core.Sdk.BusinessObjects
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public Dictionary<string, string> CustomAttributes { get; set; }
Public Property CustomAttributes As Dictionary(Of String, String)
Get
Set
public:
property Dictionary<String^, String^>^ CustomAttributes {
Dictionary<String^, String^>^ get ();
void set (Dictionary<String^, String^>^ value);
}
member CustomAttributes : Dictionary<string, string> with get, set
Property Value
Type:
DictionaryString,
StringThe custom attributes.
See Also