manuelbl / SwissQRBill

Java library for Swiss QR bill payment slips (aka QR-Rechnung)
https://www.codecrete.net/qrbill
MIT License
156 stars 37 forks source link

can we set already generated 27 digit Qrreference no directly #59

Closed Surya-0173 closed 2 years ago

Surya-0173 commented 2 years ago

i have same logic in my code and genearte 27 digit ref no .can i set same no directly to Qrbill with same format

manuelbl commented 2 years ago

You can set the QR reference using Bill.setReference().

Doesn't the code example on the home page work for you?

Surya-0173 commented 2 years ago

thanks done.