Skip to content

Commit

Permalink
Merge pull request #16 from francescofact/added-valuedatetime
Browse files Browse the repository at this point in the history
added ValueDateTime
  • Loading branch information
frieser authored Apr 8, 2023
2 parents 77f0faf + 79409fc commit eee9819
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion accounts.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,9 @@ type Transaction struct {
TransactionId string `json:"transactionId,omitempty"`
EntryReference string `json:"entryReference,omitempty"`
BookingDate string `json:"bookingDate,omitempty"`
BookingDateTime string `json:"bookingDateTime,omitempty"`
BookingDateTime string `json:"bookingDateTime,omitempty"`
ValueDate string `json:"valueDate,omitempty"`
ValueDateTime string `json:"valueDateTime,omitempty"`
TransactionAmount struct {
Amount string `json:"amount,omitempty"`
Currency string `json:"currency,omitempty"`
Expand Down

0 comments on commit eee9819

Please sign in to comment.