From fdcd64a97b303bf247714e2270e6b2f718c4f7f1 Mon Sep 17 00:00:00 2001 From: Vilen Topchii <32271530+vtopc@users.noreply.github.com> Date: Mon, 23 May 2022 23:50:27 +0300 Subject: [PATCH] Add invoiceId to transaction (#28) added invoiceId --- types.go | 1 + 1 file changed, 1 insertion(+) diff --git a/types.go b/types.go index 68d1977..45390f0 100644 --- a/types.go +++ b/types.go @@ -65,6 +65,7 @@ type Transaction struct { Balance int64 `json:"balance"` Comment string `json:"comment"` ReceiptID string `json:"receiptId"` + InvoiceID string `json:"invoiceId"` EDRPOU string `json:"counterEdrpou"` IBAN string `json:"counterIban"` }