VintaSoft Barcode .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Barcode.BarcodeInfo Namespace / SwissQRCodeValueItem Class / Amount Property
Syntax Remarks Requirements SeeAlso
In This Topic
    Amount Property (SwissQRCodeValueItem)
    In This Topic
    Gets or sets the payment amount.
    Syntax
    '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
    );
    [Description("Payment amount.")]
    public:
    property string^ Amount { string^ get(); void set(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.
    Remarks

    Element name: Amt.

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also