Documentation ¶
Index ¶
- type AccountSwitchDetails1
- type AccountSwitchNotifyAccountSwitchCompleteV02
- type BalanceTransferWindow1Code
- type Document
- type ISODate
- type ISODateTime
- type Max350Text
- type Max35Text
- type MessageIdentification1
- type ResponseDetails1
- type SupplementaryData1
- type SupplementaryDataEnvelope1
- type SwitchStatus1Code
- type SwitchType1Code
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountSwitchDetails1 ¶
type AccountSwitchDetails1 struct { UnqRefNb Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.033.001.02 UnqRefNb"` RtgUnqRefNb Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.033.001.02 RtgUnqRefNb"` SwtchRcvdDtTm ISODateTime `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.033.001.02 SwtchRcvdDtTm,omitempty"` SwtchDt ISODate `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.033.001.02 SwtchDt,omitempty"` SwtchTp SwitchType1Code `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.033.001.02 SwtchTp"` SwtchSts SwitchStatus1Code `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.033.001.02 SwtchSts,omitempty"` BalTrfWndw BalanceTransferWindow1Code `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.033.001.02 BalTrfWndw,omitempty"` Rspn []ResponseDetails1 `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.033.001.02 Rspn,omitempty"` }
type AccountSwitchNotifyAccountSwitchCompleteV02 ¶
type AccountSwitchNotifyAccountSwitchCompleteV02 struct { MsgId MessageIdentification1 `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.033.001.02 MsgId"` AcctSwtchDtls AccountSwitchDetails1 `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.033.001.02 AcctSwtchDtls"` SplmtryData []SupplementaryData1 `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.033.001.02 SplmtryData,omitempty"` }
type Document ¶
type Document struct {
AcctSwtchNtfyAcctSwtchCmplt AccountSwitchNotifyAccountSwitchCompleteV02 `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.033.001.02 AcctSwtchNtfyAcctSwtchCmplt"`
}
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:acmt.033.001.02 Id"` CreDtTm ISODateTime `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.033.001.02 CreDtTm"` }
type ResponseDetails1 ¶
type ResponseDetails1 struct { RspnCd Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.033.001.02 RspnCd"` AddtlDtls Max350Text `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.033.001.02 AddtlDtls,omitempty"` }
type SupplementaryData1 ¶
type SupplementaryData1 struct { PlcAndNm Max350Text `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.033.001.02 PlcAndNm,omitempty"` Envlp SupplementaryDataEnvelope1 `xml:"urn:iso:std:iso:20022:tech:xsd:acmt.033.001.02 Envlp"` }
type SupplementaryDataEnvelope1 ¶
type SupplementaryDataEnvelope1 struct {
Item string `xml:",any"`
}
type SwitchStatus1Code ¶
type SwitchStatus1Code string
May be one of ACPT, BTRQ, BTRS, COMP, REDT, REDE, REJT, REQU, TMTN
Click to show internal directories.
Click to hide internal directories.