Ejemplo n.º 1
0
 /// <summary>
 /// Sets Bezpecnostni kod poplatnika. Jedna se o hash Kodu PKP. Computed when pkp available during build() call.
 /// Parses string according to EET spec e.g 17796128-AED2BB9E-2301FF97-0A75656A-DF2B011D
 /// </summary>
 /// <param name="val">The BKP.</param>
 /// <returns>This builder</returns>
 public EetRequestBuilder SetBkp(string val)
 {
     Bkp = EetRegisterRequest.ParseBkp(val);
     return(this);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Sets Bezpecnostni kod poplatnika. Jedna se o hash Kodu PKP. Computed when pkp available during build() call.
 /// Parses string according to EET spec e.g 17796128-AED2BB9E-2301FF97-0A75656A-DF2B011D
 /// </summary>
 /// <param name="val">The BKP.</param>
 /// <returns>This builder</returns>
 public EetRequestBuilder SetBkp(string val)
 {// v delphi lze vlozit bkp v textovem tvaru
     Bkp = EetRegisterRequest.ParseBkp(val);
     return(this);
 }