'Declaration <DescriptionAttribute("Payment amount.")> Public Property Amount As String
[Description("Payment amount.")] public string Amount { get; set; }
[Description("Payment amount.")] public: __property string* get_Amount(); public: __property void set_Amount(
string* value
);
Property Value
The amount element is to be entered without leading zeroes, including decimal separators and two decimal places.
Decimal, maximum 12-digits permitted, including decimal separators. Only decimal points (".") are permitted as decimal separators.
Decimal, maximum 12-digits permitted, including decimal separators. Only decimal points (".") are permitted as decimal separators.