Skip to content

Commit

Permalink
feat: add purpose
Browse files Browse the repository at this point in the history
  • Loading branch information
brokeyourbike committed Nov 5, 2023
1 parent ca69cc1 commit 3f6b22c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions mccy_transactions.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,11 @@ type MCCYTransactionPayload struct {
// Information about the intermediary/correspondent bank.
IntermediaryAgent *MCCYIntermediaryAgent `json:"intermediaryAgent,omitempty"`

Purpose struct {
Code string `json:"code"`
Proprietary string `json:"proprietary"`
} `json:"purpose,omitempty"`

// Information about the creditor of the transaction.
Creditor struct {
// Creditor’s name.
Expand Down

0 comments on commit 3f6b22c

Please sign in to comment.