Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Document ¶
type Document struct {
SysEvtAck SystemEventAcknowledgementV01 `xml:"urn:iso:std:iso:20022:tech:xsd:admi.011.001.01 SysEvtAck"`
}
type Event1 ¶
type Event1 struct { EvtCd Max4AlphaNumericText `xml:"urn:iso:std:iso:20022:tech:xsd:admi.011.001.01 EvtCd"` EvtParam []Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:admi.011.001.01 EvtParam,omitempty"` EvtDesc Max350Text `xml:"urn:iso:std:iso:20022:tech:xsd:admi.011.001.01 EvtDesc,omitempty"` EvtTm ISODateTime `xml:"urn:iso:std:iso:20022:tech:xsd:admi.011.001.01 EvtTm,omitempty"` }
type Exact4AlphaNumericText ¶
type Exact4AlphaNumericText string
Must match the pattern [a-zA-Z0-9]{4}
type ISODateTime ¶
func (ISODateTime) MarshalText ¶
func (t ISODateTime) MarshalText() ([]byte, error)
func (*ISODateTime) UnmarshalText ¶
func (t *ISODateTime) UnmarshalText(text []byte) error
type Max4AlphaNumericText ¶
type Max4AlphaNumericText string
Must match the pattern [a-zA-Z0-9]{1,4}
type SupplementaryData1 ¶
type SupplementaryData1 struct { PlcAndNm Max350Text `xml:"urn:iso:std:iso:20022:tech:xsd:admi.011.001.01 PlcAndNm,omitempty"` Envlp SupplementaryDataEnvelope1 `xml:"urn:iso:std:iso:20022:tech:xsd:admi.011.001.01 Envlp"` }
type SupplementaryDataEnvelope1 ¶
type SupplementaryDataEnvelope1 struct {
Item string `xml:",any"`
}
type SystemEventAcknowledgementV01 ¶
type SystemEventAcknowledgementV01 struct { MsgId Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:admi.011.001.01 MsgId"` OrgtrRef Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:admi.011.001.01 OrgtrRef,omitempty"` SttlmSsnIdr Exact4AlphaNumericText `xml:"urn:iso:std:iso:20022:tech:xsd:admi.011.001.01 SttlmSsnIdr,omitempty"` AckDtls Event1 `xml:"urn:iso:std:iso:20022:tech:xsd:admi.011.001.01 AckDtls,omitempty"` SplmtryData []SupplementaryData1 `xml:"urn:iso:std:iso:20022:tech:xsd:admi.011.001.01 SplmtryData,omitempty"` }
Click to show internal directories.
Click to hide internal directories.