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
Hint
Gets or sets the hint text.
public string Hint { get; set; }
Property Value
Purpose
Gets or sets the payment purpose code.
public string Purpose { get; set; }
Property Value
RecipientBIC
Gets or sets the recipient BIC.
public string RecipientBIC { get; set; }
Property Value
RecipientIBAN
Gets or sets the recipient IBAN.
public string RecipientIBAN { get; set; }
Property Value
RecipientName
Gets or sets the recipient name.
public string RecipientName { get; set; }
Property Value
Reference
Gets or sets the payment reference.
public string Reference { get; set; }
Property Value
Usage
Gets or sets the usage / remittance information.
public string Usage { get; set; }
Property Value
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)