package ups_sdk

type msgResponse struct {
	Success bool   `json:"success"`
	ErrCode uint32 `json:"errCode"`
	Msg     string `json:"msg"`
}