Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Document ¶
type Document struct {
RoleAndBaselnRjctn RoleAndBaselineRejectionV01 `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.050.001.01 RoleAndBaselnRjctn"`
}
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.050.001.01 Id"` CreDtTm ISODateTime `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.050.001.01 CreDtTm"` }
type Reason2 ¶
type Reason2 struct {
Desc Max140Text `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.050.001.01 Desc"`
}
type RoleAndBaselineRejectionV01 ¶
type RoleAndBaselineRejectionV01 struct { RjctnId MessageIdentification1 `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.050.001.01 RjctnId"` RltdMsgRef MessageIdentification1 `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.050.001.01 RltdMsgRef"` TxId SimpleIdentificationInformation `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.050.001.01 TxId"` RjctnRsn Reason2 `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.050.001.01 RjctnRsn,omitempty"` }
type SimpleIdentificationInformation ¶
type SimpleIdentificationInformation struct {
Id Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.050.001.01 Id"`
}
Click to show internal directories.
Click to hide internal directories.