Documentation ¶
Index ¶
- type Action2Code
- type BICIdentification1
- type BICIdentifier
- type BaselineStatus3Code
- type Document
- type DocumentIdentification3
- type DocumentIdentification5
- type ISODateTime
- type Max140Text
- type Max35Text
- type MessageIdentification1
- type Notification1
- type NotificationType1Code
- type PendingActivity2
- type SimpleIdentificationInformation
- type SpecialNotificationV01
- type TransactionStatus4
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Action2Code ¶
type Action2Code string
May be one of SBTW, RSTW, RSBS, ARDM, ARCS, ARES, WAIT, UPDT, SBDS, ARBA, ARRO, CINR
type BICIdentification1 ¶
type BICIdentification1 struct {
BIC BICIdentifier `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.048.001.01 BIC"`
}
type BICIdentifier ¶
type BICIdentifier string
Must match the pattern [A-Z]{6,6}[A-Z2-9][A-NP-Z0-9]([A-Z0-9]{3,3}){0,1}
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 {
SpclNtfctn SpecialNotificationV01 `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.048.001.01 SpclNtfctn"`
}
type DocumentIdentification3 ¶
type DocumentIdentification5 ¶
type DocumentIdentification5 struct { Id Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.048.001.01 Id"` IdIssr BICIdentification1 `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.048.001.01 IdIssr"` }
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.048.001.01 Id"` CreDtTm ISODateTime `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.048.001.01 CreDtTm"` }
type Notification1 ¶
type Notification1 struct { Tp NotificationType1Code `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.048.001.01 Tp"` AddtlInf Max140Text `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.048.001.01 AddtlInf"` }
type PendingActivity2 ¶
type PendingActivity2 struct { Tp Action2Code `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.048.001.01 Tp"` Desc Max140Text `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.048.001.01 Desc,omitempty"` }
type SimpleIdentificationInformation ¶
type SimpleIdentificationInformation struct {
Id Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.048.001.01 Id"`
}
type SpecialNotificationV01 ¶
type SpecialNotificationV01 struct { NtfctnId MessageIdentification1 `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.048.001.01 NtfctnId"` TxId SimpleIdentificationInformation `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.048.001.01 TxId"` EstblishdBaselnId DocumentIdentification3 `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.048.001.01 EstblishdBaselnId"` TxSts TransactionStatus4 `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.048.001.01 TxSts"` UsrTxRef []DocumentIdentification5 `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.048.001.01 UsrTxRef,omitempty"` Initr BICIdentification1 `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.048.001.01 Initr"` Ntfctn Notification1 `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.048.001.01 Ntfctn"` ReqForActn PendingActivity2 `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.048.001.01 ReqForActn,omitempty"` }
type TransactionStatus4 ¶
type TransactionStatus4 struct {
Sts BaselineStatus3Code `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.048.001.01 Sts"`
}
Click to show internal directories.
Click to hide internal directories.