Skip to content

Commit

Permalink
change Reversal model schema
Browse files Browse the repository at this point in the history
  • Loading branch information
vetcher committed Aug 2, 2018
1 parent 1e92907 commit d5ba7e2
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion model.go
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,17 @@ type Reversal struct {
Occasion string
}

type ReversalResponse GenericResponse
type ReversalResponse struct {
Result struct {
ResultType int
ResultCode int
ResultDesc string
OriginatorConversationID string
ConversationID string
TransactionID string
ReferenceData json.RawMessage
}
}

/*
type BalanceInquiry struct {
Expand Down

0 comments on commit d5ba7e2

Please sign in to comment.