Documentation ¶
Index ¶
- type AcceptorRejection2
- type AcceptorRejectionV06
- type Document
- type GenericIdentification176
- type GenericIdentification177
- type Geolocation1
- type GeolocationGeographicCoordinates1
- type GeolocationUTMCoordinates1
- type Header57
- type ISODateTime
- type Max100KBinary
- type Max10KBinary
- type Max140Binary
- type Max35Binary
- type Max35Text
- type Max500Text
- type Max6Text
- type MessageFunction9Code
- type Min2Max3AlphaText
- type NetworkParameters7
- type NetworkParameters9
- type NetworkType1Code
- type PartyType33Code
- type RejectReason1Code
- type Traceability8
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AcceptorRejection2 ¶
type AcceptorRejection2 struct { RjctRsn RejectReason1Code `xml:"urn:iso:std:iso:20022:tech:xsd:caaa.015.001.06 RjctRsn"` AddtlInf Max500Text `xml:"urn:iso:std:iso:20022:tech:xsd:caaa.015.001.06 AddtlInf,omitempty"` MsgInErr Max100KBinary `xml:"urn:iso:std:iso:20022:tech:xsd:caaa.015.001.06 MsgInErr,omitempty"` }
type AcceptorRejectionV06 ¶
type AcceptorRejectionV06 struct { Hdr Header57 `xml:"urn:iso:std:iso:20022:tech:xsd:caaa.015.001.06 Hdr"` Rjct AcceptorRejection2 `xml:"urn:iso:std:iso:20022:tech:xsd:caaa.015.001.06 Rjct"` }
type Document ¶
type Document struct {
AccptrRjctn AcceptorRejectionV06 `xml:"urn:iso:std:iso:20022:tech:xsd:caaa.015.001.06 AccptrRjctn"`
}
type GenericIdentification176 ¶
type GenericIdentification176 struct { Id Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:caaa.015.001.06 Id"` Tp PartyType33Code `xml:"urn:iso:std:iso:20022:tech:xsd:caaa.015.001.06 Tp,omitempty"` Issr PartyType33Code `xml:"urn:iso:std:iso:20022:tech:xsd:caaa.015.001.06 Issr,omitempty"` Ctry Min2Max3AlphaText `xml:"urn:iso:std:iso:20022:tech:xsd:caaa.015.001.06 Ctry,omitempty"` ShrtNm Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:caaa.015.001.06 ShrtNm,omitempty"` }
type GenericIdentification177 ¶
type GenericIdentification177 struct { Id Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:caaa.015.001.06 Id"` Tp PartyType33Code `xml:"urn:iso:std:iso:20022:tech:xsd:caaa.015.001.06 Tp,omitempty"` Issr PartyType33Code `xml:"urn:iso:std:iso:20022:tech:xsd:caaa.015.001.06 Issr,omitempty"` Ctry Min2Max3AlphaText `xml:"urn:iso:std:iso:20022:tech:xsd:caaa.015.001.06 Ctry,omitempty"` ShrtNm Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:caaa.015.001.06 ShrtNm,omitempty"` RmotAccs NetworkParameters7 `xml:"urn:iso:std:iso:20022:tech:xsd:caaa.015.001.06 RmotAccs,omitempty"` Glctn Geolocation1 `xml:"urn:iso:std:iso:20022:tech:xsd:caaa.015.001.06 Glctn,omitempty"` }
type Geolocation1 ¶
type Geolocation1 struct { GeogcCordints GeolocationGeographicCoordinates1 `xml:"urn:iso:std:iso:20022:tech:xsd:caaa.015.001.06 GeogcCordints,omitempty"` UTMCordints GeolocationUTMCoordinates1 `xml:"urn:iso:std:iso:20022:tech:xsd:caaa.015.001.06 UTMCordints,omitempty"` }
type Header57 ¶
type Header57 struct { MsgFctn MessageFunction9Code `xml:"urn:iso:std:iso:20022:tech:xsd:caaa.015.001.06 MsgFctn"` PrtcolVrsn Max6Text `xml:"urn:iso:std:iso:20022:tech:xsd:caaa.015.001.06 PrtcolVrsn"` XchgId float64 `xml:"urn:iso:std:iso:20022:tech:xsd:caaa.015.001.06 XchgId,omitempty"` CreDtTm ISODateTime `xml:"urn:iso:std:iso:20022:tech:xsd:caaa.015.001.06 CreDtTm"` InitgPty GenericIdentification176 `xml:"urn:iso:std:iso:20022:tech:xsd:caaa.015.001.06 InitgPty,omitempty"` RcptPty GenericIdentification177 `xml:"urn:iso:std:iso:20022:tech:xsd:caaa.015.001.06 RcptPty,omitempty"` Tracblt []Traceability8 `xml:"urn:iso:std:iso:20022:tech:xsd:caaa.015.001.06 Tracblt,omitempty"` }
type ISODateTime ¶
func (ISODateTime) MarshalText ¶
func (t ISODateTime) MarshalText() ([]byte, error)
func (*ISODateTime) UnmarshalText ¶
func (t *ISODateTime) UnmarshalText(text []byte) error
type Max100KBinary ¶
type Max100KBinary []byte
func (Max100KBinary) MarshalText ¶
func (t Max100KBinary) MarshalText() ([]byte, error)
func (*Max100KBinary) UnmarshalText ¶
func (t *Max100KBinary) UnmarshalText(text []byte) error
type Max10KBinary ¶
type Max10KBinary []byte
func (Max10KBinary) MarshalText ¶
func (t Max10KBinary) MarshalText() ([]byte, error)
func (*Max10KBinary) UnmarshalText ¶
func (t *Max10KBinary) UnmarshalText(text []byte) error
type Max140Binary ¶
type Max140Binary []byte
func (Max140Binary) MarshalText ¶
func (t Max140Binary) MarshalText() ([]byte, error)
func (*Max140Binary) UnmarshalText ¶
func (t *Max140Binary) UnmarshalText(text []byte) error
type Max35Binary ¶
type Max35Binary []byte
func (Max35Binary) MarshalText ¶
func (t Max35Binary) MarshalText() ([]byte, error)
func (*Max35Binary) UnmarshalText ¶
func (t *Max35Binary) UnmarshalText(text []byte) error
type NetworkParameters7 ¶
type NetworkParameters7 struct { Adr []NetworkParameters9 `xml:"urn:iso:std:iso:20022:tech:xsd:caaa.015.001.06 Adr"` UsrNm Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:caaa.015.001.06 UsrNm,omitempty"` AccsCd Max35Binary `xml:"urn:iso:std:iso:20022:tech:xsd:caaa.015.001.06 AccsCd,omitempty"` SvrCert []Max10KBinary `xml:"urn:iso:std:iso:20022:tech:xsd:caaa.015.001.06 SvrCert,omitempty"` SvrCertIdr []Max140Binary `xml:"urn:iso:std:iso:20022:tech:xsd:caaa.015.001.06 SvrCertIdr,omitempty"` ClntCert []Max10KBinary `xml:"urn:iso:std:iso:20022:tech:xsd:caaa.015.001.06 ClntCert,omitempty"` SctyPrfl Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:caaa.015.001.06 SctyPrfl,omitempty"` }
type NetworkParameters9 ¶
type NetworkParameters9 struct { NtwkTp NetworkType1Code `xml:"urn:iso:std:iso:20022:tech:xsd:caaa.015.001.06 NtwkTp"` AdrVal Max500Text `xml:"urn:iso:std:iso:20022:tech:xsd:caaa.015.001.06 AdrVal"` }
type PartyType33Code ¶
type PartyType33Code string
May be one of OPOI, MERC, ACCP, ITAG, ACQR, CISS, DLIS, MTMG, TAXH, TMGT
type RejectReason1Code ¶
type RejectReason1Code string
May be one of UNPR, IMSG, PARS, SECU, INTP, RCPP, DPMG, VERS, MSGT
type Traceability8 ¶
type Traceability8 struct { RlayId GenericIdentification177 `xml:"urn:iso:std:iso:20022:tech:xsd:caaa.015.001.06 RlayId"` PrtcolNm Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:caaa.015.001.06 PrtcolNm,omitempty"` PrtcolVrsn Max6Text `xml:"urn:iso:std:iso:20022:tech:xsd:caaa.015.001.06 PrtcolVrsn,omitempty"` TracDtTmIn ISODateTime `xml:"urn:iso:std:iso:20022:tech:xsd:caaa.015.001.06 TracDtTmIn"` TracDtTmOut ISODateTime `xml:"urn:iso:std:iso:20022:tech:xsd:caaa.015.001.06 TracDtTmOut"` }
Click to show internal directories.
Click to hide internal directories.