segments

package
v0.0.0-...-c30b322 Latest Latest
Warning

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

Go to latest
Published: Apr 6, 2021 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AdditionalInformation

type AdditionalInformation struct {
}

type AdditionalProductID

type AdditionalProductID struct {
	ProductIdentifierCodeQualifier           string
	ItemNumberIdentification                 ItemNumberIdentification
	ItemNumberIdentificationConditionalOne   ItemNumberIdentification
	ItemNumberIdentificationConditionalTwo   ItemNumberIdentification
	ItemNumberIdentificationConditionalThree ItemNumberIdentification
	ItemNumberIdentificationConditionalFour  ItemNumberIdentification
}

type AllowanceOrCharge

type AllowanceOrCharge struct {
}

type ApplicationRecipientIdentification

type ApplicationRecipientIdentification struct {
	ApplicationRecipientIdentification string
	IdentificationCodeQualifier        string
}

type ApplicationSenderIdentification

type ApplicationSenderIdentification struct {
	ApplicationSenderIdentification string
	IdentificationCodeQualifier     string
}

type BeginningOfMessage

type BeginningOfMessage struct {
	MessageName           MessageName
	MessageIdentification MessageIdentification
	MessageFunctionCode   string
	ResponseTypeCode      string
}

type Carrier

type Carrier struct {
	CarrierIdentifier             string
	CodeListIdentificationCode    string
	CodeListResponsibleAgencyCode string
	CarrierName                   string
}

type CharacterDescription

type CharacterDescription struct {
	CharacteristicDescriptionCode string
	CodeListIdentificationCode    string
	CodeListResponsibleAgencyCode string
	CharacteristicDescription     []string
}

type CharacteristicClass

type CharacteristicClass struct {
	ClassTypeCode               string
	MeasurementDetails          MeasurementDetails
	CharacterDescription        CharacterDescription
	CharacteristicRelevanceCode string
}

type CharacteristicValue

type CharacteristicValue struct {
	CharacteristicValueDescriptionCode string
	CodeListIdentificationCode         string
	CodeListResponsibleAgencyCode      string
	CharacteristicValueDescription     []string
}

type CommunicationContact

type CommunicationContact struct {
	CommunicationAddressIdentifier    string
	CommunicationAddressCodeQualifier string
}

type ContactDetails

type ContactDetails struct {
	ContactIdentifier string
	ContactName       string
}

type ContactInformation

type ContactInformation struct {
	ContactFunctionCode string
	ContactDetails      ContactDetails
}

type ControlTotal

type ControlTotal struct {
	ControlTotalTypeCodeQualifier string
	ControlTotalQuantity          string
	MeasurementUnitcode           string
}

type CountrySubEntityDetail

type CountrySubEntityDetail struct {
	CountrySubEntityNameCode      string
	CodeListIdentificationCode    string
	CodeListResponsibleAgencyCode string
	CountrySEntityName            string
	PostalIdentificationCode      string
	CountryNameCode               string
}

type Currencies

type Currencies struct {
	CurrencyUsageCodeQualifier           string
	CurrencyIdentificationCode           string
	CurrencyTypeCodeQualifier            string
	CurrencyRateValue                    string
	ExchangeRateCurrencyMarketIdentifier string
}

type DateAndTimeOfPreparation

type DateAndTimeOfPreparation struct {
	Date string
	Time string
}

type DateTime

type DateTime struct {
	DateOfPreparation string
	TimeOfPreparation string
}

type DateTimePeriod

type DateTimePeriod struct {
	DTMFunctionCode string
	DTMValue        string
	DTMFormatCode   string
}

type Description

type Description struct {
	Description string
}

type DetailsOfTransport

type DetailsOfTransport struct {
	TransportStageCodeQualifiier         string
	MeansOfTransportJourneyIdentifier    string
	ModeOfTransport                      ModeOfTransport
	TransportMeans                       TransportMeans
	Carrier                              Carrier
	TransitDirectionIIndicatorCode       string
	ExcessTransportationInformation      ExcessTransportationInformation
	TransportIdentification              TransportIdentification
	TransportMeansOwnershipIndicatorCode string
	PowerType                            PowerType
}

type ExcessTransportationInformation

type ExcessTransportationInformation struct {
	ExcessTransportationReasonCode          string
	ExcessTransportationResponsibilityCode  string
	CustomerShipmentAuthorisationIdentifier string
}

type FreeText

type FreeText struct {
	TextSubjectCodeQualifier string
	FreeTextFunctionCode     string
	TextReference            TextReference
	TextLitteral             TextLitteral
	LanguageNameCode         string
	FreeTextFormatCode       string
}

type GroupHeader

type GroupHeader struct {
	MessageGroupIdentification         string
	ApplicationSenderIdentification    ApplicationSenderIdentification
	ApplicationRecipientIdentification ApplicationRecipientIdentification
	DateAndTimeOfPreparation           DateAndTimeOfPreparation
	GroupReferenceNumberm              string
	ControllingAgency                  string
	MessageVersion                     MessageVersion
	ApplicationPassword                string
}

type GroupTrailer

type GroupTrailer struct {
	GroupControlCount    string
	GroupReferenceNumber string
}

type InterchangeHeader

type InterchangeHeader struct {
	SyntaxIdentifier            SyntaxIdentifier
	InterchangeSender           InterchangeSender
	InterchangeRecipient        InterchangeRecipient
	DateTime                    DateTime
	InterchangeControlReference string
	RecipientsReferencePassword RecipientsReferencePassword
	ApplicationReference        string
	ProcessingPriorityCode      string
	AcknowledgementRequest      string
	CommunicationsAgreementID   string
	TestIndicator               string
}

type InterchangeRecipient

type InterchangeRecipient struct {
	RecipientIdentification            string
	PartnerIdentificationCodeQualifier string
	RoutingAddress                     string
}

type InterchangeSender

type InterchangeSender struct {
	SenderIdentification               string
	PartnerIdentificationCodeQualifier string
	AddressReverseRouting              string
}

type InterchangeTrailer

type InterchangeTrailer struct {
	InterchangeControlCount     string
	InterchangeControlReference string
}

type ItemDescription

type ItemDescription struct {
	DescriptionFormatCode string
	Description           Description
}

type ItemNumberIdentification

type ItemNumberIdentification struct {
	ItemIdentifier                string
	ItemTypeIdentificationCode    string
	CodeListIdentificationCode    string
	CodeListResponsibleAgencyCode string
}

type LineItem

type LineItem struct {
	LineItemIdentifier         string
	ActionCode                 string
	ItemNumberIdentification   ItemNumberIdentification
	SublineInformation         SublineInformation
	ConfigurationLevelNumber   string
	ConfigurationOperationCode string
}

type MeasurementDetails

type MeasurementDetails struct {
	MeasuredAttributeCode          string
	MeasurementSignificanceCode    string
	NonDiscreteMeasurementNameCode string
	NonDiscreteMeasurementName     string
}

type MessageHeader

type MessageHeader struct {
	MessageReferenceNumber                       string
	MessageIdentifier                            MessageIdentifier
	CommonAccessReference                        string
	StatusOfTransfer                             StatusOfTransfer
	MessageSubsetIdentification                  MessageSubsetIdentification
	MessageImplementationGuidelineIdentification MessageImplementationGuidelineIdentification
	ScenarioIdentification                       ScenarioIdentification
}

type MessageIdentification

type MessageIdentification struct {
	DocumentIdentifier string
	VersionIdentifier  string
	RevisionIdentifier string
}

type MessageIdentifier

type MessageIdentifier struct {
	MessageType                          string
	MessageVersionNumber                 string
	MessageReleaseNumber                 string
	ControllingAgency                    string
	AssociationAssignedCode              string
	CodeLisDirectoryVersionNumber        string
	MessageTypeSubFunctioIdentificationn string
}

type MessageImplementationGuidelineIdentification

type MessageImplementationGuidelineIdentification struct {
	MessageImplementationGuidelineIdentification string
	MessageImplementationGuidelineVersionNumber  string
	MessageImplementationGuidelineReleaseNumber  string
	ControllingAgency                            string
}

type MessageName

type MessageName struct {
	DocumentNameCode              string
	CodeListIdentificationCode    string
	CodeListResponsibleAgencyCode string
	DocumentName                  string
}

type MessageSubsetIdentification

type MessageSubsetIdentification struct {
	MessageSubsetIdentification string
	MessageSubsetVersionNumber  string
	MessageSubsetReleaseNumber  string
	ControllingAgency           string
}

type MessageTrailer

type MessageTrailer struct {
	NumberOfSegmentsInMessage string
	MessageReferenceNumber    string
}

type MessageVersion

type MessageVersion struct {
	MessageVersionNumber    string
	MessageReleaseNumber    string
	AssociationAssignedCode string
}

type ModeOfTransport

type ModeOfTransport struct {
	TransportModeNameCode string
	TransportModeName     string
}

type MonetaryAmount

type MonetaryAmount struct {
}

type NameAddress

type NameAddress struct {
	PartyFunctionCodeQualifier                          string
	PartyIdenNameAndAddressDescriptiontificationDetails PartyIdentificationDetails
	NameAndAddressDescription                           NameAndAddressDescription
	PartyName                                           PartyName
	Street                                              Street
	CityName                                            string
	Postal                                              string
	CountryCode                                         string
}

type NameAndAddressDescription

type NameAndAddressDescription struct {
	NameAndAddressDescription                 string
	NameAndAddressDescriptionConditionalOne   string
	NameAndAddressDescriptionConditionalTwo   string
	NameAndAddressDescriptionConditionalThree string
	NameAndAddressDescriptionConditionalFour  string
}

type PartyIdentificationDetails

type PartyIdentificationDetails struct {
	PartyIdentifier               string
	CodeListIdentificationCode    string
	CodeListResponsibleAgencyCode string
}

type PartyName

type PartyName struct {
	PartyName                 string
	PartyNameConditionalOne   string
	PartyNameConditionalTwo   string
	PartyNameConditionalThree string
	PartyNameConditionalFour  string
	PartyNameConditionalFive  string
	PartyNameCode             string
}

type PowerType

type PowerType struct {
	PowerTypeCode                 string
	CodeListIdentificationCode    string
	CodeListResponsibleAgencyCode string
	PowerTypeDescription          string
}

type PriceInformation

type PriceInformation struct {
	PriceCodeQualifier  string
	PriceAmount         string
	UnitPriceBasisValue string
	MeasurementUnitCode string
}

type Quantity

type Quantity struct {
	QuantityDetails QuantityDetails
}

type QuantityDetails

type QuantityDetails struct {
	QuantityTypeCodeQualifier string
	Quantity                  string
	MeasurementUnitCode       string
}

type RangeDetails

type RangeDetails struct {
}

type RecipientsReferencePassword

type RecipientsReferencePassword struct {
	RecipientsReferencePassword          string
	RecipientsReferencePasswordQualifier string
}

type Reference

type Reference struct {
	ReferenceCodeQualifier string
	ReferenceIdentifier    string
	DocumentLineIdentifier string
	VersionIdentifier      string
	RevisionIdentifier     string
}

type RequirementsAndConditions

type RequirementsAndConditions struct {
	SectorAreaIdentificationCodeQualifier string
	RequirementsIdentification            RequirementsIdentification
	ActionDescriptionCode                 string
	CountryNameCode                       string
}

type RequirementsIdentification

type RequirementsIdentification struct {
	RequirementOrConditionDescriptionIdentifier string
	CodeListIdentificationCode                  string
	CodeListResponsibleAgencyCode               string
	RequirementOrConditionDescription           string
}

type ScenarioIdentification

type ScenarioIdentification struct {
	ScenarioIdentification string
	ScenarioVersionNumber  string
	ScenarioReleaseNumber  string
	ControllingAgency      string
}

type SectionControl

type SectionControl struct {
	SectionIdentification string
}

type StatusOfTransfer

type StatusOfTransfer struct {
	SequenceOfTransfers  string
	FirstAndLastTransfer string
}

type Street

type Street struct {
	Street                 string
	StreetConditionalOne   string
	StreetConditionalTwo   string
	StreetConditionalThree string
}

type SublineInformation

type SublineInformation struct {
	SublineIndicatorCode string
	LineItemIdentifier   string
}

type SyntaxIdentifier

type SyntaxIdentifier struct {
	SyntaxIdentifier    string
	SyntaxVersionNumber string
}

type TextLitteral

type TextLitteral struct {
	FreeText []string
}

type TextReference

type TextReference struct {
	FreeTextDescriptionCode       string
	CodeListIdentificationCode    string
	CodeListResponsibleAgencyCode string
}

type TransportIdentification

type TransportIdentification struct {
	TransportMeansIdentificationNameidentifier string
	CodeListIdentificationCode                 string
	CodeListResponsibleAgencyCode              string
	TransportMeansIdentificationName           string
	TransportMeansNationalityCode              string
}

type TransportMeans

type TransportMeans struct {
	TransportMeansDescriptionCode string
	CodeListIdentificationCode    string
	CodeListResponsibleAgencyCode string
	TransportMeansDescription     string
}

Jump to

Keyboard shortcuts

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