Table of Contents

Class PropertyEPCBarcodeSource

Namespace
combit.Reporting.Dom
Assembly
combit.ListLabel31.CrossPlatform.dll

Barcode source for EPC (European Payments Council) QR codes supporting SEPA payment information fields.

public class PropertyEPCBarcodeSource : PropertyBarcodeSource
Inheritance
PropertyEPCBarcodeSource
Inherited Members

Properties

Amount

Gets or sets the payment amount.

public string Amount { get; set; }

Property Value

string

Hint

Gets or sets the hint text.

public string Hint { get; set; }

Property Value

string

Purpose

Gets or sets the payment purpose code.

public string Purpose { get; set; }

Property Value

string

RecipientBIC

Gets or sets the recipient BIC.

public string RecipientBIC { get; set; }

Property Value

string

RecipientIBAN

Gets or sets the recipient IBAN.

public string RecipientIBAN { get; set; }

Property Value

string

RecipientName

Gets or sets the recipient name.

public string RecipientName { get; set; }

Property Value

string

Reference

Gets or sets the payment reference.

public string Reference { get; set; }

Property Value

string

Usage

Gets or sets the usage / remittance information.

public string Usage { get; set; }

Property Value

string

Methods

GetPropertyVirtualValue(string, string, ref bool)

Checks for the property's virtual value in the current object or in the EPC core object.

protected override string GetPropertyVirtualValue(string propertyName, string virtualValue, ref bool exists)

Parameters

propertyName string
virtualValue string
exists bool

Returns

string