Documentation ¶
Overview ¶
Code generated by GoComply XSD2Go for Moov; DO NOT EDIT. Models for urn:iso:std:iso:20022:tech:xsd:admi.006.001.01
Code generated by GoComply XSD2Go for Moov; DO NOT EDIT. Validations for urn:iso:std:iso:20022:tech:xsd:admi.006.001.01
Code generated by GoComply XSD2Go for Moov; DO NOT EDIT. Models for urn:iso:std:iso:20022:tech:xsd:admi.006.001.01
Index ¶
- type ConnectionPartyIdentifierFedNow1
- type Document
- type GenericIdentification361
- type Max35Text
- type Max35TextFixed
- type MessageHeader71
- type MessageIdentificationFedNow1
- type MessageNameIdentificationFRS1
- type PartyIdentification120Choice1
- type PartyIdentification1361
- type ResendRequestV01
- type ResendSearchCriteria21
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConnectionPartyIdentifierFedNow1 ¶
type ConnectionPartyIdentifierFedNow1 string
func (ConnectionPartyIdentifierFedNow1) Validate ¶
func (v ConnectionPartyIdentifierFedNow1) Validate() error
type Document ¶
type Document struct { XMLName xml.Name RsndReq ResendRequestV01 `xml:"urn:iso:std:iso:20022:tech:xsd:admi.006.001.01 RsndReq"` }
type GenericIdentification361 ¶
type GenericIdentification361 struct { Id ConnectionPartyIdentifierFedNow1 `xml:"urn:iso:std:iso:20022:tech:xsd:admi.006.001.01 Id"` Issr Max35TextFixed `xml:"urn:iso:std:iso:20022:tech:xsd:admi.006.001.01 Issr"` }
func (GenericIdentification361) Validate ¶
func (v GenericIdentification361) Validate() error
type Max35TextFixed ¶
type Max35TextFixed string
const Max35TextFixedNa Max35TextFixed = "NA"
func (Max35TextFixed) Validate ¶
func (v Max35TextFixed) Validate() error
type MessageHeader71 ¶
type MessageHeader71 struct { MsgId MessageIdentificationFedNow1 `xml:"urn:iso:std:iso:20022:tech:xsd:admi.006.001.01 MsgId"` CreDtTm fednow.ISODateTime `xml:"urn:iso:std:iso:20022:tech:xsd:admi.006.001.01 CreDtTm"` }
func (MessageHeader71) Validate ¶
func (v MessageHeader71) Validate() error
type MessageIdentificationFedNow1 ¶
type MessageIdentificationFedNow1 string
func (MessageIdentificationFedNow1) Validate ¶
func (v MessageIdentificationFedNow1) Validate() error
type MessageNameIdentificationFRS1 ¶
type MessageNameIdentificationFRS1 string
func (MessageNameIdentificationFRS1) Validate ¶
func (v MessageNameIdentificationFRS1) Validate() error
type PartyIdentification120Choice1 ¶
type PartyIdentification120Choice1 struct {
PrtryId *GenericIdentification361 `xml:"urn:iso:std:iso:20022:tech:xsd:admi.006.001.01 PrtryId,omitempty"`
}
func (PartyIdentification120Choice1) Validate ¶
func (v PartyIdentification120Choice1) Validate() error
type PartyIdentification1361 ¶
type PartyIdentification1361 struct {
Id PartyIdentification120Choice1 `xml:"urn:iso:std:iso:20022:tech:xsd:admi.006.001.01 Id"`
}
func (PartyIdentification1361) Validate ¶
func (v PartyIdentification1361) Validate() error
type ResendRequestV01 ¶
type ResendRequestV01 struct { MsgHdr MessageHeader71 `xml:"urn:iso:std:iso:20022:tech:xsd:admi.006.001.01 MsgHdr"` RsndSchCrit []ResendSearchCriteria21 `xml:"urn:iso:std:iso:20022:tech:xsd:admi.006.001.01 RsndSchCrit"` }
func (ResendRequestV01) Validate ¶
func (v ResendRequestV01) Validate() error
type ResendSearchCriteria21 ¶
type ResendSearchCriteria21 struct { BizDt fednow.ISODate `xml:"urn:iso:std:iso:20022:tech:xsd:admi.006.001.01 BizDt"` OrgnlMsgNmId MessageNameIdentificationFRS1 `xml:"urn:iso:std:iso:20022:tech:xsd:admi.006.001.01 OrgnlMsgNmId"` FileRef Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:admi.006.001.01 FileRef"` Rcpt PartyIdentification1361 `xml:"urn:iso:std:iso:20022:tech:xsd:admi.006.001.01 Rcpt"` }
func (ResendSearchCriteria21) Validate ¶
func (v ResendSearchCriteria21) Validate() error
Click to show internal directories.
Click to hide internal directories.