Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Document ¶
type Document struct {
PayInEvtAck PayInEventAcknowledgementV02 `xml:"urn:iso:std:iso:20022:tech:xsd:camt.063.001.02 PayInEvtAck"`
}
type Exact4AlphaNumericText ¶
type Exact4AlphaNumericText string
Must match the pattern [a-zA-Z0-9]{4}
type PayInEventAcknowledgementV02 ¶
type PayInEventAcknowledgementV02 struct { MsgId Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:camt.063.001.02 MsgId"` SttlmSsnIdr Exact4AlphaNumericText `xml:"urn:iso:std:iso:20022:tech:xsd:camt.063.001.02 SttlmSsnIdr,omitempty"` AckDtls AcknowledgementDetails1Choice `xml:"urn:iso:std:iso:20022:tech:xsd:camt.063.001.02 AckDtls"` SplmtryData []SupplementaryData1 `xml:"urn:iso:std:iso:20022:tech:xsd:camt.063.001.02 SplmtryData,omitempty"` }
type SupplementaryData1 ¶
type SupplementaryData1 struct { PlcAndNm Max350Text `xml:"urn:iso:std:iso:20022:tech:xsd:camt.063.001.02 PlcAndNm,omitempty"` Envlp SupplementaryDataEnvelope1 `xml:"urn:iso:std:iso:20022:tech:xsd:camt.063.001.02 Envlp"` }
type SupplementaryDataEnvelope1 ¶
type SupplementaryDataEnvelope1 struct {
Item string `xml:",any"`
}
Click to show internal directories.
Click to hide internal directories.