Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaselineStatus3Code ¶
type BaselineStatus3Code string
May be one of PROP, CLSD, PMTC, ESTD, ACTV, COMP, AMRQ, RARQ, CLRQ, SCRQ, SERQ, DARQ
type Document ¶
type Document struct {
StsXtnsnReqRjctn StatusExtensionRequestRejectionV03 `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.033.001.03 StsXtnsnReqRjctn"`
}
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.033.001.03 Id"` CreDtTm ISODateTime `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.033.001.03 CreDtTm"` }
type Reason2 ¶
type Reason2 struct {
Desc Max140Text `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.033.001.03 Desc"`
}
type SimpleIdentificationInformation ¶
type SimpleIdentificationInformation struct {
Id Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.033.001.03 Id"`
}
type StatusExtensionRequestRejectionV03 ¶
type StatusExtensionRequestRejectionV03 struct { RjctnId MessageIdentification1 `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.033.001.03 RjctnId"` TxId SimpleIdentificationInformation `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.033.001.03 TxId"` SubmitrTxRef SimpleIdentificationInformation `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.033.001.03 SubmitrTxRef,omitempty"` StsNotToBeXtnded TransactionStatus4 `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.033.001.03 StsNotToBeXtnded"` RjctnRsn Reason2 `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.033.001.03 RjctnRsn"` }
type TransactionStatus4 ¶
type TransactionStatus4 struct {
Sts BaselineStatus3Code `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.033.001.03 Sts"`
}
Click to show internal directories.
Click to hide internal directories.