Skip to content

Commit

Permalink
Add invoiceId to transaction (#28)
Browse files Browse the repository at this point in the history
added invoiceId
  • Loading branch information
vtopc authored May 23, 2022
1 parent 671a176 commit fdcd64a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
}
Expand Down

0 comments on commit fdcd64a

Please sign in to comment.