Class EpcCreateResponse

Namespace
GiroSolution.GiroCheckout.Response
Assembly
GiroCheckout.dll

Antwort für die Erstellung eines GiroCodes. Beinhaltet die Referenznummer und den QR Code im angeforderten Format.

public class EpcCreateResponse : GiroCheckoutResponse
Inheritance
EpcCreateResponse
Inherited Members

Constructors

EpcCreateResponse(string, string)

public EpcCreateResponse(string girocodeReference, string image)

Parameters

girocodeReference string
image string

Properties

GirocodeReference

eindeutige GiroCode Referenznummer

public string GirocodeReference { get; }

Property Value

string

Image

Base64 kodiertes PNG Bild, wenn über Parameter format angefordert

public string Image { get; }

Property Value

string