Documentation
¶
Overview ¶
Code generated by GoComply XSD2Go for Moov; DO NOT EDIT. Models for urn:iso:std:iso:20022:tech:xsd:admi.004.001.02
Code generated by GoComply XSD2Go for Moov; DO NOT EDIT. Validations for urn:iso:std:iso:20022:tech:xsd:admi.004.001.02
Code generated by GoComply XSD2Go for Moov; DO NOT EDIT. Models for urn:iso:std:iso:20022:tech:xsd:admi.004.001.02
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
SysEvtNtfctn SystemEventNotificationV02 `xml:"urn:iso:std:iso:20022:tech:xsd:admi.004.001.02 SysEvtNtfctn"`
}
type EndpointIdentifierFedwireFunds1 ¶
type EndpointIdentifierFedwireFunds1 string
func (EndpointIdentifierFedwireFunds1) Validate ¶
func (v EndpointIdentifierFedwireFunds1) Validate() error
type Event21 ¶
type Event21 struct {
EvtCd EventFedwireFunds1 `xml:"urn:iso:std:iso:20022:tech:xsd:admi.004.001.02 EvtCd"`
EvtParam EndpointIdentifierFedwireFunds1 `xml:"urn:iso:std:iso:20022:tech:xsd:admi.004.001.02 EvtParam"`
EvtTm fedwire.ISODateTime `xml:"urn:iso:std:iso:20022:tech:xsd:admi.004.001.02 EvtTm"`
}
type EventFedwireFunds1 ¶
type EventFedwireFunds1 string
const EventFedwireFunds1Ping EventFedwireFunds1 = "PING"
func (EventFedwireFunds1) Validate ¶
func (v EventFedwireFunds1) Validate() error
type SystemEventNotificationV02 ¶
type SystemEventNotificationV02 struct {
EvtInf Event21 `xml:"urn:iso:std:iso:20022:tech:xsd:admi.004.001.02 EvtInf"`
}
func (SystemEventNotificationV02) Validate ¶
func (v SystemEventNotificationV02) Validate() error
Click to show internal directories.
Click to hide internal directories.