We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 671a176 commit fdcd64aCopy full SHA for fdcd64a
types.go
@@ -65,6 +65,7 @@ type Transaction struct {
65
Balance int64 `json:"balance"`
66
Comment string `json:"comment"`
67
ReceiptID string `json:"receiptId"`
68
+ InvoiceID string `json:"invoiceId"`
69
EDRPOU string `json:"counterEdrpou"`
70
IBAN string `json:"counterIban"`
71
}
0 commit comments