Add wrapper type for VstpMsg

This commit is contained in:
Fred Boniface 2023-07-20 10:55:55 +01:00
parent 845a41f857
commit ad24002a6a
1 changed files with 4 additions and 0 deletions

View File

@ -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"`