Skip to content

Commit fdcd64a

Browse files
authored
Add invoiceId to transaction (#28)
added invoiceId
1 parent 671a176 commit fdcd64a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

types.go

+1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ type Transaction struct {
6565
Balance int64 `json:"balance"`
6666
Comment string `json:"comment"`
6767
ReceiptID string `json:"receiptId"`
68+
InvoiceID string `json:"invoiceId"`
6869
EDRPOU string `json:"counterEdrpou"`
6970
IBAN string `json:"counterIban"`
7071
}

0 commit comments

Comments
 (0)