Documentation ¶
Index ¶
- type Action2Code
- type AmendmentAcceptanceNotificationV03
- type BICIdentification1
- type BICIdentifier
- type BaselineStatus3Code
- type Count1
- type Document
- type DocumentIdentification3
- type DocumentIdentification5
- type ISODateTime
- type Max140Text
- type Max35Text
- type MessageIdentification1
- type PendingActivity2
- type SimpleIdentificationInformation
- 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 AmendmentAcceptanceNotificationV03 ¶
type AmendmentAcceptanceNotificationV03 struct { NtfctnId MessageIdentification1 `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.006.001.03 NtfctnId"` TxId SimpleIdentificationInformation `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.006.001.03 TxId"` EstblishdBaselnId DocumentIdentification3 `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.006.001.03 EstblishdBaselnId"` TxSts TransactionStatus4 `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.006.001.03 TxSts"` UsrTxRef []DocumentIdentification5 `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.006.001.03 UsrTxRef,omitempty"` DltaRptRef MessageIdentification1 `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.006.001.03 DltaRptRef"` AccptdAmdmntNb Count1 `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.006.001.03 AccptdAmdmntNb"` Initr BICIdentification1 `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.006.001.03 Initr"` ReqForActn PendingActivity2 `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.006.001.03 ReqForActn,omitempty"` }
type BICIdentification1 ¶
type BICIdentification1 struct {
BIC BICIdentifier `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.006.001.03 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 Count1 ¶
type Count1 struct {
Nb float64 `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.006.001.03 Nb"`
}
type Document ¶
type Document struct {
AmdmntAccptncNtfctn AmendmentAcceptanceNotificationV03 `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.006.001.03 AmdmntAccptncNtfctn"`
}
type DocumentIdentification3 ¶
type DocumentIdentification5 ¶
type DocumentIdentification5 struct { Id Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.006.001.03 Id"` IdIssr BICIdentification1 `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.006.001.03 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.006.001.03 Id"` CreDtTm ISODateTime `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.006.001.03 CreDtTm"` }
type PendingActivity2 ¶
type PendingActivity2 struct { Tp Action2Code `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.006.001.03 Tp"` Desc Max140Text `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.006.001.03 Desc,omitempty"` }
type SimpleIdentificationInformation ¶
type SimpleIdentificationInformation struct {
Id Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.006.001.03 Id"`
}
type TransactionStatus4 ¶
type TransactionStatus4 struct {
Sts BaselineStatus3Code `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.006.001.03 Sts"`
}
Click to show internal directories.
Click to hide internal directories.