Table of Contents

Class PropertyTableFieldEPCBarcodeSource

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

Table field barcode source for EPC payment QR codes with SEPA related fields.

public class PropertyTableFieldEPCBarcodeSource : PropertyTableFieldBarCodeSource
Inheritance
PropertyTableFieldEPCBarcodeSource
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