Class EpcGetResponse
- Namespace
- GiroSolution.GiroCheckout.Response
- Assembly
- GiroCheckout.dll
Antwort für die Erstellung eines GiroCodes. Beinhaltet die Referenznummer, die Daten des Zahlauftrags und den QR Code im entsprechenden Format.
public class EpcGetResponse : GiroCheckoutResponse
- Inheritance
-
EpcGetResponse
- Inherited Members
Constructors
EpcGetResponse(int?, string, string, string, string, string, string, string, string, string, string)
public EpcGetResponse(int? amount, string currency, string purposetext, string purposecode, string paymentreference, string infotext, string receiverName, string receiverIban, string receiverBic, string girocodeReference, string image)
Parameters
amountint?currencystringpurposetextstringpurposecodestringpaymentreferencestringinfotextstringreceiverNamestringreceiverIbanstringreceiverBicstringgirocodeReferencestringimagestring
Properties
Amount
Bei Dezimalwährungen wird der Betrag in der kleinsten Währungseinheit angegeben, z.B. Cent
public int? Amount { get; }
Property Value
- int?
Currency
Währung der Transaktion, z.B. EUR = Euro
public string Currency { get; }
Property Value
GirocodeReference
Eindeutige GiroCheckout Transaktions-ID
public string GirocodeReference { get; }
Property Value
Image
Base64 kodiertes PNG Bild, wenn über Parameter format angefordert
public string Image { get; }
Property Value
Infotext
Informationstext für den Zahlenden
public string Infotext { get; }
Property Value
Paymentreference
Zahlungsreferenz
public string Paymentreference { get; }
Property Value
Purposecode
Textschlüssel für die SEPA Überweisung (SEPA Category Purpose Code)
public string Purposecode { get; }
Property Value
Purposetext
Verwendungszweck
public string Purposetext { get; }
Property Value
ReceiverBic
BIC des Empfängers
public string ReceiverBic { get; }
Property Value
ReceiverIban
IBAN des Empfängers
public string ReceiverIban { get; }
Property Value
ReceiverName
Empfängername/Kontoinhaber
public string ReceiverName { get; }