queue_counttotal

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 20, 2019 License: MIT Imports: 1 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CategorySelection

type CategorySelection struct {
	SubQueueInfoDetails *SubQueueInfoDetails `xml:"subQueueInfoDetails"`
}

type OriginatorDetails

type OriginatorDetails struct {
	InHouseIdentification1 string `xml:"inHouseIdentification1"`
}

type QueueCountTotal

type QueueCountTotal struct {
	XMLName xml.Name `xml:"http://xml.amadeus.com/QCSDRQ_03_1_1A Queue_CountTotal"`

	QueueingOptions *QueueingOptions `xml:"queueingOptions"`

	TargetOffice *TargetOffice `xml:"targetOffice,omitempty"` // minOccurs="0"

	QueueNumber *QueueNumber `xml:"queueNumber,omitempty"` // minOccurs="0"

	CategorySelection *CategorySelection `xml:"categorySelection,omitempty"` // minOccurs="0"
}

type QueueDetails

type QueueDetails struct {
	Number float64 `xml:"number"`
}

type QueueNumber

type QueueNumber struct {
	QueueDetails *QueueDetails `xml:"queueDetails"`
}

type QueueingOptions

type QueueingOptions struct {
	SelectionDetails *SelectionDetails `xml:"selectionDetails"`
}

type SelectionDetails

type SelectionDetails struct {
	Option string `xml:"option"`
}

type SourceType

type SourceType struct {
	SourceQualifier1 string `xml:"sourceQualifier1"`
}

type SubQueueInfoDetails

type SubQueueInfoDetails struct {
	IdentificationType string `xml:"identificationType"`

	ItemNumber string `xml:"itemNumber,omitempty"` // minOccurs="0"

	ItemDescription string `xml:"itemDescription,omitempty"` // minOccurs="0"
}

type TargetOffice

type TargetOffice struct {
	SourceType *SourceType `xml:"sourceType"`

	OriginatorDetails *OriginatorDetails `xml:"originatorDetails"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL