-
The payment of the invoice is expected as a bank transfer via IBAN. desc.SetPaymentMeans(s2industries.ZUGFeRD.PaymentMeansTypeCodes.SEPACreditTransfer, , IBAN) How to define the purpose of payment (Verwendungszweck)? |
Beta Was this translation helpful? Give feedback.
Answered by
lukas-vts
Jan 8, 2025
Replies: 1 comment 1 reply
-
Hi @SR84, take a look at the InvoiceDescriptor: InvoiceDescriptor CreateInvoice(string invoiceNo, DateTime invoiceDate, CurrencyCodes currency, string invoiceNoAsReference = "") I'm not 100% sure, but I think invoiceNoAsReference should be the correct parameter |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
SR84
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @SR84,
take a look at the InvoiceDescriptor:
I'm not 100% sure, but I think invoiceNoAsReference should be the correct parameter