Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Document ¶
type Document struct {
StsChngReq StatusChangeRequestV02 `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.026.001.02 StsChngReq"`
}
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.026.001.02 Id"` CreDtTm ISODateTime `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.026.001.02 CreDtTm"` }
type Reason2 ¶
type Reason2 struct {
Desc Max140Text `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.026.001.02 Desc"`
}
type SimpleIdentificationInformation ¶
type SimpleIdentificationInformation struct {
Id Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.026.001.02 Id"`
}
type StatusChangeRequestV02 ¶
type StatusChangeRequestV02 struct { ReqId MessageIdentification1 `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.026.001.02 ReqId"` TxId SimpleIdentificationInformation `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.026.001.02 TxId"` SubmitrTxRef SimpleIdentificationInformation `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.026.001.02 SubmitrTxRef,omitempty"` ReqdSts TransactionStatus3 `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.026.001.02 ReqdSts"` ReqRsn Reason2 `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.026.001.02 ReqRsn,omitempty"` }
type TransactionStatus3 ¶
type TransactionStatus3 struct {
Sts BaselineStatus2Code `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.026.001.02 Sts"`
}
Click to show internal directories.
Click to hide internal directories.