Class SwissQR
- Namespace
- ScanbotSDK.MAUI.BarcodeDocumentModel
- Assembly
- ScanbotSDK.Shared.dll
SwissQR
public class SwissQR : GenericDocumentWrapper
- Inheritance
-
SwissQR
- Inherited Members
Constructors
SwissQR(GenericDocument)
public SwissQR(GenericDocument document)
Parameters
document
GenericDocument
Fields
WrapperDocumentNormalizedType
Normalized document type name of this document wrapper.
public static readonly string WrapperDocumentNormalizedType
Field Value
WrapperDocumentType
Generic document type name of this document wrapper.
public static readonly string WrapperDocumentType
Field Value
Properties
AdditionalBillingInformation
Additional Billing Information
public Field? AdditionalBillingInformation { get; }
Property Value
AdditionalInfoTrailer
Additional Info Trailer
public Field? AdditionalInfoTrailer { get; }
Property Value
AdditionalInfoUnstructured
Additional Info Unstructured
public Field? AdditionalInfoUnstructured { get; }
Property Value
AlternativeProcedureParameter
Alternative Procedure Parameter
public Field? AlternativeProcedureParameter { get; }
Property Value
Amount
Amount
public Field? Amount { get; }
Property Value
Currency
Currency
public Field? Currency { get; }
Property Value
DebtorAddressType
Debtor Address Type
public Field? DebtorAddressType { get; }
Property Value
DebtorBuildingOrAddressLine2
Debtor Building Or Address Line 2
public Field? DebtorBuildingOrAddressLine2 { get; }
Property Value
DebtorCountry
Debtor Country
public Field? DebtorCountry { get; }
Property Value
DebtorName
Debtor Name
public Field? DebtorName { get; }
Property Value
DebtorPlace
Debtor Place
public Field? DebtorPlace { get; }
Property Value
DebtorPostalCode
Debtor Postal Code
public Field? DebtorPostalCode { get; }
Property Value
DebtorStreetOrAddressLine1
Debtor Street Or Address Line 1
public Field? DebtorStreetOrAddressLine1 { get; }
Property Value
DueDate
Due Date
public Field? DueDate { get; }
Property Value
Encoding
Encoding
public Field? Encoding { get; }
Property Value
FinalPayeeAddressType
Final Payee Address Type
public Field? FinalPayeeAddressType { get; }
Property Value
FinalPayeeBuildingOrAddressLine2
Final Payee Building Or Address Line 2
public Field? FinalPayeeBuildingOrAddressLine2 { get; }
Property Value
FinalPayeeCountry
Final Payee Country
public Field? FinalPayeeCountry { get; }
Property Value
FinalPayeeName
Final Payee Name
public Field? FinalPayeeName { get; }
Property Value
FinalPayeePlace
Final Payee Place
public Field? FinalPayeePlace { get; }
Property Value
FinalPayeePostalCode
Final Payee Postal Code
public Field? FinalPayeePostalCode { get; }
Property Value
FinalPayeeStreetOrAddressLine1
Final Payee Street Or Address Line 1
public Field? FinalPayeeStreetOrAddressLine1 { get; }
Property Value
IBAN
IBAN
public Field? IBAN { get; }
Property Value
MajorVersion
Major Version
public Field MajorVersion { get; }
Property Value
PayeeAddressType
Payee Address Type
public Field? PayeeAddressType { get; }
Property Value
PayeeBuildingOrAddressLine2
Payee Building Or Address Line 2
public Field? PayeeBuildingOrAddressLine2 { get; }
Property Value
PayeeCountry
Payee Country
public Field? PayeeCountry { get; }
Property Value
PayeeName
Payee Name
public Field? PayeeName { get; }
Property Value
PayeePlace
Payee Place
public Field? PayeePlace { get; }
Property Value
PayeePostalCode
Payee Postal Code
public Field? PayeePostalCode { get; }
Property Value
PayeeStreetOrAddressLine1
Payee Street Or Address Line 1
public Field? PayeeStreetOrAddressLine1 { get; }
Property Value
PaymentReference
Payment Reference
public Field? PaymentReference { get; }
Property Value
PaymentReferenceType
Payment Reference Type
public Field? PaymentReferenceType { get; }
Property Value
RequiredDocumentType
The required document type for this wrapper.
protected override string RequiredDocumentType { get; }