Documentation
¶
Overview ¶
Code generated by GoComply XSD2Go for Moov; DO NOT EDIT. Models for urn:iso:std:iso:20022:tech:xsd:admi.011.001.01
Code generated by GoComply XSD2Go for Moov; DO NOT EDIT. Validations for urn:iso:std:iso:20022:tech:xsd:admi.011.001.01
Code generated by GoComply XSD2Go for Moov; DO NOT EDIT. Models for urn:iso:std:iso:20022:tech:xsd:admi.011.001.01
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Document ¶
type Document struct {
XMLName xml.Name
SysEvtAck SystemEventAcknowledgementV01 `xml:"urn:iso:std:iso:20022:tech:xsd:admi.011.001.01 SysEvtAck"`
}
type EndpointIdentifierFedwireFunds1 ¶
type EndpointIdentifierFedwireFunds1 string
func (EndpointIdentifierFedwireFunds1) Validate ¶
func (v EndpointIdentifierFedwireFunds1) Validate() error
type Event11 ¶
type Event11 struct {
EvtCd EventFedwireFunds1 `xml:"urn:iso:std:iso:20022:tech:xsd:admi.011.001.01 EvtCd"`
EvtParam EndpointIdentifierFedwireFunds1 `xml:"urn:iso:std:iso:20022:tech:xsd:admi.011.001.01 EvtParam"`
EvtTm fedwire.ISODateTime `xml:"urn:iso:std:iso:20022:tech:xsd:admi.011.001.01 EvtTm"`
}
type EventFedwireFunds1 ¶
type EventFedwireFunds1 string
const EventFedwireFunds1Ping EventFedwireFunds1 = "PING"
func (EventFedwireFunds1) Validate ¶
func (v EventFedwireFunds1) Validate() error
type SystemEventAcknowledgementV01 ¶
type SystemEventAcknowledgementV01 struct {
MsgId Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:admi.011.001.01 MsgId"`
AckDtls Event11 `xml:"urn:iso:std:iso:20022:tech:xsd:admi.011.001.01 AckDtls"`
}
func (SystemEventAcknowledgementV01) Validate ¶
func (v SystemEventAcknowledgementV01) Validate() error
Click to show internal directories.
Click to hide internal directories.