Skip to content

Commit

Permalink
Merge pull request #14 from delthas/feature-add-internal-transaction-id
Browse files Browse the repository at this point in the history
Add the internal transaction ID field to transactions
  • Loading branch information
frieser authored Feb 11, 2023
2 parents e91c84a + 4b9c0f2 commit 319e889
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions accounts.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ type Transaction struct {
RemittanceInformationUnstructuredArray []string `json:"RemittanceInformationUnstructuredArray"`
BankTransactionCode string `json:"bankTransactionCode,omitempty"`
AdditionalInformation string `json:"additionalInformation,omitempty"`
InternalTransactionId string `json:"internalTransactionId,omitempty"`
}

type AccountTransactions struct {
Expand Down

0 comments on commit 319e889

Please sign in to comment.