ticket_creditcardcheck

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 AuthenticationData

type AuthenticationData struct {
	TransactionIdentifier string `xml:"transactionIdentifier,omitempty"` // minOccurs="0"

	Veres string `xml:"veres,omitempty"` // minOccurs="0"

	Pares string `xml:"pares,omitempty"` // minOccurs="0"

	CreditCardCompany string `xml:"creditCardCompany"`

	AuthenticationIndicator string `xml:"authenticationIndicator,omitempty"` // minOccurs="0"

	AuthenticationCode string `xml:"authenticationCode,omitempty"` // minOccurs="0"
}

type AvsInfo

type AvsInfo struct {
	AddressCode string `xml:"addressCode"`

	ZipCode string `xml:"zipCode"`
}

type CcInfo

type CcInfo struct {
	VendorCode string `xml:"vendorCode"`

	CardNumber string `xml:"cardNumber"`

	ExpiryDate string `xml:"expiryDate"`

	ValidatingCarrier string `xml:"validatingCarrier,omitempty"` // minOccurs="0"
}

type CommonCcData

type CommonCcData struct {
	CcInfo *CcInfo `xml:"ccInfo"`

	PriceInfo *PriceInfo `xml:"priceInfo,omitempty"` // minOccurs="0"

	AvsInfo *AvsInfo `xml:"avsInfo,omitempty"` // minOccurs="0"
}

type Country

type Country struct {
	CountryCode string `xml:"countryCode"`
}

type HiddenData

type HiddenData struct {
	SecurityId string `xml:"securityId,omitempty"` // minOccurs="0"

	AuthenticationData *AuthenticationData `xml:"authenticationData,omitempty"` // minOccurs="0"
}

type PriceInfo

type PriceInfo struct {
	Currency string `xml:"currency,omitempty"` // minOccurs="0"

	Amount float64 `xml:"amount"`
}

type TicketCreditCardCheck

type TicketCreditCardCheck struct {
	XMLName xml.Name `xml:"http://xml.amadeus.com/CCVRQT_06_1_1A Ticket_CreditCardCheck"`

	CommonCcData *CommonCcData `xml:"commonCcData"`

	HiddenData *HiddenData `xml:"hiddenData,omitempty"` // minOccurs="0"

	Country *Country `xml:"country,omitempty"` // minOccurs="0"
}

Jump to

Keyboard shortcuts

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