Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Document ¶
type Document struct {
SpclReq SpecialRequestV01 `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.047.001.01 SpclReq"`
}
type ISODateTime ¶
func (ISODateTime) MarshalText ¶
func (t ISODateTime) MarshalText() ([]byte, error)
func (*ISODateTime) UnmarshalText ¶
func (t *ISODateTime) UnmarshalText(text []byte) error
type MessageIdentification1 ¶
type MessageIdentification1 struct { Id Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.047.001.01 Id"` CreDtTm ISODateTime `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.047.001.01 CreDtTm"` }
type Notification1 ¶
type Notification1 struct { Tp NotificationType1Code `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.047.001.01 Tp"` AddtlInf Max140Text `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.047.001.01 AddtlInf"` }
type SimpleIdentificationInformation ¶
type SimpleIdentificationInformation struct {
Id Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.047.001.01 Id"`
}
type SpecialRequestV01 ¶
type SpecialRequestV01 struct { ReqId MessageIdentification1 `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.047.001.01 ReqId"` TxId SimpleIdentificationInformation `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.047.001.01 TxId"` SubmitrTxRef SimpleIdentificationInformation `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.047.001.01 SubmitrTxRef,omitempty"` Ntfctn Notification1 `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.047.001.01 Ntfctn"` }
Click to show internal directories.
Click to hide internal directories.