Documentation ¶
Index ¶
- type AddressType2Code
- type AnyBICDec2014Identifier
- type CountryCode
- type Document
- type GenericIdentification36
- type ISODateTime
- type LEIIdentifier
- type Max140Text
- type Max16Text
- type Max350Text
- type Max35Text
- type Max4AlphaNumericText
- type Max70Text
- type MessageHeader10
- type MessageReference1
- type NameAndAddress5
- type PartyIdentification120Choice
- type PartyIdentification136
- type PostalAddress1
- type ReceiptAcknowledgementReport2
- type ReceiptAcknowledgementV01
- type RequestHandling2
- type SupplementaryData1
- type SupplementaryDataEnvelope1
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddressType2Code ¶
type AddressType2Code string
May be one of ADDR, PBOX, HOME, BIZZ, MLTO, DLVY
type AnyBICDec2014Identifier ¶
type AnyBICDec2014Identifier string
Must match the pattern [A-Z0-9]{4,4}[A-Z]{2,2}[A-Z0-9]{2,2}([A-Z0-9]{3,3}){0,1}
type Document ¶
type Document struct {
RctAck ReceiptAcknowledgementV01 `xml:"urn:iso:std:iso:20022:tech:xsd:admi.007.001.01 RctAck"`
}
type GenericIdentification36 ¶
type Max4AlphaNumericText ¶
type Max4AlphaNumericText string
Must match the pattern [a-zA-Z0-9]{1,4}
type MessageHeader10 ¶
type MessageHeader10 struct { MsgId Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:admi.007.001.01 MsgId"` CreDtTm ISODateTime `xml:"urn:iso:std:iso:20022:tech:xsd:admi.007.001.01 CreDtTm,omitempty"` QryNm Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:admi.007.001.01 QryNm,omitempty"` }
type MessageReference1 ¶
type MessageReference1 struct { Ref Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:admi.007.001.01 Ref"` MsgNm Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:admi.007.001.01 MsgNm,omitempty"` RefIssr PartyIdentification136 `xml:"urn:iso:std:iso:20022:tech:xsd:admi.007.001.01 RefIssr,omitempty"` }
type NameAndAddress5 ¶
type NameAndAddress5 struct { Nm Max350Text `xml:"urn:iso:std:iso:20022:tech:xsd:admi.007.001.01 Nm"` Adr PostalAddress1 `xml:"urn:iso:std:iso:20022:tech:xsd:admi.007.001.01 Adr,omitempty"` }
type PartyIdentification120Choice ¶
type PartyIdentification120Choice struct { AnyBIC AnyBICDec2014Identifier `xml:"urn:iso:std:iso:20022:tech:xsd:admi.007.001.01 AnyBIC,omitempty"` PrtryId GenericIdentification36 `xml:"urn:iso:std:iso:20022:tech:xsd:admi.007.001.01 PrtryId,omitempty"` NmAndAdr NameAndAddress5 `xml:"urn:iso:std:iso:20022:tech:xsd:admi.007.001.01 NmAndAdr,omitempty"` }
type PartyIdentification136 ¶
type PartyIdentification136 struct { Id PartyIdentification120Choice `xml:"urn:iso:std:iso:20022:tech:xsd:admi.007.001.01 Id"` LEI LEIIdentifier `xml:"urn:iso:std:iso:20022:tech:xsd:admi.007.001.01 LEI,omitempty"` }
type PostalAddress1 ¶
type PostalAddress1 struct { AdrTp AddressType2Code `xml:"urn:iso:std:iso:20022:tech:xsd:admi.007.001.01 AdrTp,omitempty"` AdrLine []Max70Text `xml:"urn:iso:std:iso:20022:tech:xsd:admi.007.001.01 AdrLine,omitempty"` StrtNm Max70Text `xml:"urn:iso:std:iso:20022:tech:xsd:admi.007.001.01 StrtNm,omitempty"` BldgNb Max16Text `xml:"urn:iso:std:iso:20022:tech:xsd:admi.007.001.01 BldgNb,omitempty"` PstCd Max16Text `xml:"urn:iso:std:iso:20022:tech:xsd:admi.007.001.01 PstCd,omitempty"` TwnNm Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:admi.007.001.01 TwnNm,omitempty"` CtrySubDvsn Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:admi.007.001.01 CtrySubDvsn,omitempty"` Ctry CountryCode `xml:"urn:iso:std:iso:20022:tech:xsd:admi.007.001.01 Ctry"` }
type ReceiptAcknowledgementReport2 ¶
type ReceiptAcknowledgementReport2 struct { RltdRef MessageReference1 `xml:"urn:iso:std:iso:20022:tech:xsd:admi.007.001.01 RltdRef"` ReqHdlg RequestHandling2 `xml:"urn:iso:std:iso:20022:tech:xsd:admi.007.001.01 ReqHdlg"` }
type ReceiptAcknowledgementV01 ¶
type ReceiptAcknowledgementV01 struct { MsgId MessageHeader10 `xml:"urn:iso:std:iso:20022:tech:xsd:admi.007.001.01 MsgId"` Rpt []ReceiptAcknowledgementReport2 `xml:"urn:iso:std:iso:20022:tech:xsd:admi.007.001.01 Rpt"` SplmtryData []SupplementaryData1 `xml:"urn:iso:std:iso:20022:tech:xsd:admi.007.001.01 SplmtryData,omitempty"` }
type RequestHandling2 ¶
type RequestHandling2 struct { StsCd Max4AlphaNumericText `xml:"urn:iso:std:iso:20022:tech:xsd:admi.007.001.01 StsCd"` StsDtTm ISODateTime `xml:"urn:iso:std:iso:20022:tech:xsd:admi.007.001.01 StsDtTm,omitempty"` Desc Max140Text `xml:"urn:iso:std:iso:20022:tech:xsd:admi.007.001.01 Desc,omitempty"` }
type SupplementaryData1 ¶
type SupplementaryData1 struct { PlcAndNm Max350Text `xml:"urn:iso:std:iso:20022:tech:xsd:admi.007.001.01 PlcAndNm,omitempty"` Envlp SupplementaryDataEnvelope1 `xml:"urn:iso:std:iso:20022:tech:xsd:admi.007.001.01 Envlp"` }
type SupplementaryDataEnvelope1 ¶
type SupplementaryDataEnvelope1 struct {
Item string `xml:",any"`
}
Click to show internal directories.
Click to hide internal directories.