PaymentTransactionAttributes Property |
Gets or sets the 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> Attributes { get; set; }
Public Property Attributes As Dictionary(Of String, String)
Get
Set
public:
property Dictionary<String^, String^>^ Attributes {
Dictionary<String^, String^>^ get ();
void set (Dictionary<String^, String^>^ value);
}
member Attributes : Dictionary<string, string> with get, set
Property Value
Type:
DictionaryString,
StringSee Also