Add wrapper type for VstpMsg
This commit is contained in:
parent
845a41f857
commit
ad24002a6a
@ -1,5 +1,9 @@
|
||||
package upstreamApi
|
||||
|
||||
type VstpMsg struct {
|
||||
CIFMsg Schedule `json:"VSTPCIFMsgV1"`
|
||||
}
|
||||
|
||||
type Schedule struct {
|
||||
ScheduleID string `json:"schedule_id"`
|
||||
TransactionType string `json:"transaction_type"`
|
||||
|
Loading…
Reference in New Issue
Block a user