catm_002_001_01

package
v0.0.0-...-d341185 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 7, 2021 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Algorithm1Code

type Algorithm1Code string

May be one of MACC, MCCS, UKPT, DKPT, E3DC, HS25, ERS2, ERSA

type AlgorithmIdentification1

type AlgorithmIdentification1 struct {
	Algo  Algorithm1Code `xml:"urn:iso:std:iso:20022:tech:xsd:catm.002.001.01 Algo"`
	Param Parameter1     `xml:"urn:iso:std:iso:20022:tech:xsd:catm.002.001.01 Param,omitempty"`
}

type AttributeType1Code

type AttributeType1Code string

May be one of CNAT, LATT, OATT, OUAT, CATT

type AuthenticatedData1

type AuthenticatedData1 struct {
	Vrsn        float64                  `xml:"urn:iso:std:iso:20022:tech:xsd:catm.002.001.01 Vrsn,omitempty"`
	Rcpt        []Recipient1Choice       `xml:"urn:iso:std:iso:20022:tech:xsd:catm.002.001.01 Rcpt"`
	MACAlgo     AlgorithmIdentification1 `xml:"urn:iso:std:iso:20022:tech:xsd:catm.002.001.01 MACAlgo"`
	NcpsltdCntt EncapsulatedContent1     `xml:"urn:iso:std:iso:20022:tech:xsd:catm.002.001.01 NcpsltdCntt"`
	MAC         Max35Binary              `xml:"urn:iso:std:iso:20022:tech:xsd:catm.002.001.01 MAC"`
}

type CertificateIdentifier1

type CertificateIdentifier1 struct {
	IssrAndSrlNb IssuerAndSerialNumber1 `xml:"urn:iso:std:iso:20022:tech:xsd:catm.002.001.01 IssrAndSrlNb"`
}

type CertificateIssuer1

type CertificateIssuer1 struct {
	RltvDstngshdNm []RelativeDistinguishedName1 `xml:"urn:iso:std:iso:20022:tech:xsd:catm.002.001.01 RltvDstngshdNm"`
}

type ContentInformationType1

type ContentInformationType1 struct {
	CnttTp           ContentType1Code       `xml:"urn:iso:std:iso:20022:tech:xsd:catm.002.001.01 CnttTp"`
	EnvlpdData       EnvelopedData1         `xml:"urn:iso:std:iso:20022:tech:xsd:catm.002.001.01 EnvlpdData,omitempty"`
	AuthntcdData     AuthenticatedData1     `xml:"urn:iso:std:iso:20022:tech:xsd:catm.002.001.01 AuthntcdData,omitempty"`
	SgndData         SignedData1            `xml:"urn:iso:std:iso:20022:tech:xsd:catm.002.001.01 SgndData,omitempty"`
	DgstdData        DigestedData1          `xml:"urn:iso:std:iso:20022:tech:xsd:catm.002.001.01 DgstdData,omitempty"`
	NmdKeyNcrptdData NamedKeyEncryptedData1 `xml:"urn:iso:std:iso:20022:tech:xsd:catm.002.001.01 NmdKeyNcrptdData,omitempty"`
}

type ContentType1Code

type ContentType1Code string

May be one of DATA, SIGN, EVLP, DGST, ECRP, AUTH

type DataSetCategory2Code

type DataSetCategory2Code string

May be one of SWPK, VDPR, AQPR, APPR, MRPR, TXCP, AKCP, STRP, DLGT, MGTP

type DataSetIdentification2

type DataSetIdentification2 struct {
	Nm      Max256Text           `xml:"urn:iso:std:iso:20022:tech:xsd:catm.002.001.01 Nm,omitempty"`
	Tp      DataSetCategory2Code `xml:"urn:iso:std:iso:20022:tech:xsd:catm.002.001.01 Tp"`
	Vrsn    Max256Text           `xml:"urn:iso:std:iso:20022:tech:xsd:catm.002.001.01 Vrsn,omitempty"`
	CreDtTm ISODateTime          `xml:"urn:iso:std:iso:20022:tech:xsd:catm.002.001.01 CreDtTm,omitempty"`
}

type DigestedData1

type DigestedData1 struct {
	Vrsn        float64                    `xml:"urn:iso:std:iso:20022:tech:xsd:catm.002.001.01 Vrsn,omitempty"`
	DgstAlgo    []AlgorithmIdentification1 `xml:"urn:iso:std:iso:20022:tech:xsd:catm.002.001.01 DgstAlgo"`
	NcpsltdCntt EncapsulatedContent1       `xml:"urn:iso:std:iso:20022:tech:xsd:catm.002.001.01 NcpsltdCntt"`
	Dgst        Max140Text                 `xml:"urn:iso:std:iso:20022:tech:xsd:catm.002.001.01 Dgst"`
}

type Document

type Document struct {
	MgmtPlanRplcmnt ManagementPlanReplacementV01 `xml:"urn:iso:std:iso:20022:tech:xsd:catm.002.001.01 MgmtPlanRplcmnt"`
}

type EncapsulatedContent1

type EncapsulatedContent1 struct {
	CnttTp ContentType1Code `xml:"urn:iso:std:iso:20022:tech:xsd:catm.002.001.01 CnttTp"`
	Cntt   Max10000Binary   `xml:"urn:iso:std:iso:20022:tech:xsd:catm.002.001.01 Cntt,omitempty"`
}

type EncryptedContent1

type EncryptedContent1 struct {
	CnttTp         ContentType1Code         `xml:"urn:iso:std:iso:20022:tech:xsd:catm.002.001.01 CnttTp"`
	CnttNcrptnAlgo AlgorithmIdentification1 `xml:"urn:iso:std:iso:20022:tech:xsd:catm.002.001.01 CnttNcrptnAlgo"`
	NcrptdData     Max10000Binary           `xml:"urn:iso:std:iso:20022:tech:xsd:catm.002.001.01 NcrptdData"`
}

type EnvelopedData1

type EnvelopedData1 struct {
	Vrsn       float64            `xml:"urn:iso:std:iso:20022:tech:xsd:catm.002.001.01 Vrsn,omitempty"`
	Rcpt       []Recipient1Choice `xml:"urn:iso:std:iso:20022:tech:xsd:catm.002.001.01 Rcpt"`
	NcrptdCntt EncryptedContent1  `xml:"urn:iso:std:iso:20022:tech:xsd:catm.002.001.01 NcrptdCntt"`
}

type ErrorAction1

type ErrorAction1 struct {
	ActnRslt  []TerminalManagementActionResult1Code `xml:"urn:iso:std:iso:20022:tech:xsd:catm.002.001.01 ActnRslt"`
	ActnToPrc TerminalManagementErrorAction1Code    `xml:"urn:iso:std:iso:20022:tech:xsd:catm.002.001.01 ActnToPrc"`
}

type Exact10Text

type Exact10Text string

May be no more than 10 items long

type GenericIdentification35

type GenericIdentification35 struct {
	Id     Max35Text      `xml:"urn:iso:std:iso:20022:tech:xsd:catm.002.001.01 Id"`
	Tp     PartyType5Code `xml:"urn:iso:std:iso:20022:tech:xsd:catm.002.001.01 Tp,omitempty"`
	Issr   PartyType6Code `xml:"urn:iso:std:iso:20022:tech:xsd:catm.002.001.01 Issr,omitempty"`
	ShrtNm Max35Text      `xml:"urn:iso:std:iso:20022:tech:xsd:catm.002.001.01 ShrtNm,omitempty"`
}

type Header4

type Header4 struct {
	DwnldTrf bool                    `xml:"urn:iso:std:iso:20022:tech:xsd:catm.002.001.01 DwnldTrf"`
	FrmtVrsn Max6Text                `xml:"urn:iso:std:iso:20022:tech:xsd:catm.002.001.01 FrmtVrsn"`
	XchgId   Max3NumericText         `xml:"urn:iso:std:iso:20022:tech:xsd:catm.002.001.01 XchgId"`
	CreDtTm  ISODateTime             `xml:"urn:iso:std:iso:20022:tech:xsd:catm.002.001.01 CreDtTm"`
	InitgPty GenericIdentification35 `xml:"urn:iso:std:iso:20022:tech:xsd:catm.002.001.01 InitgPty"`
	RcptPty  GenericIdentification35 `xml:"urn:iso:std:iso:20022:tech:xsd:catm.002.001.01 RcptPty,omitempty"`
}

type ISODateTime

type ISODateTime time.Time

func (ISODateTime) MarshalText

func (t ISODateTime) MarshalText() ([]byte, error)

func (*ISODateTime) UnmarshalText

func (t *ISODateTime) UnmarshalText(text []byte) error

type ISOTime

type ISOTime time.Time

func (ISOTime) MarshalText

func (t ISOTime) MarshalText() ([]byte, error)

func (*ISOTime) UnmarshalText

func (t *ISOTime) UnmarshalText(text []byte) error

type IssuerAndSerialNumber1

type IssuerAndSerialNumber1 struct {
	Issr  CertificateIssuer1 `xml:"urn:iso:std:iso:20022:tech:xsd:catm.002.001.01 Issr"`
	SrlNb Max35Binary        `xml:"urn:iso:std:iso:20022:tech:xsd:catm.002.001.01 SrlNb"`
}

type KEK1

type KEK1 struct {
	Vrsn          float64                  `xml:"urn:iso:std:iso:20022:tech:xsd:catm.002.001.01 Vrsn,omitempty"`
	KEKId         KEKIdentifier1           `xml:"urn:iso:std:iso:20022:tech:xsd:catm.002.001.01 KEKId"`
	KeyNcrptnAlgo AlgorithmIdentification1 `xml:"urn:iso:std:iso:20022:tech:xsd:catm.002.001.01 KeyNcrptnAlgo"`
	NcrptdKey     Max140Binary             `xml:"urn:iso:std:iso:20022:tech:xsd:catm.002.001.01 NcrptdKey"`
}

type KEKIdentifier1

type KEKIdentifier1 struct {
	KeyId     Max140Text      `xml:"urn:iso:std:iso:20022:tech:xsd:catm.002.001.01 KeyId"`
	KeyVrsn   Exact10Text     `xml:"urn:iso:std:iso:20022:tech:xsd:catm.002.001.01 KeyVrsn"`
	DerivtnId Min5Max16Binary `xml:"urn:iso:std:iso:20022:tech:xsd:catm.002.001.01 DerivtnId,omitempty"`
}

type KeyTransport1

type KeyTransport1 struct {
	Vrsn          float64                  `xml:"urn:iso:std:iso:20022:tech:xsd:catm.002.001.01 Vrsn"`
	RcptId        CertificateIdentifier1   `xml:"urn:iso:std:iso:20022:tech:xsd:catm.002.001.01 RcptId"`
	KeyNcrptnAlgo AlgorithmIdentification1 `xml:"urn:iso:std:iso:20022:tech:xsd:catm.002.001.01 KeyNcrptnAlgo"`
	NcrptdKey     Max140Binary             `xml:"urn:iso:std:iso:20022:tech:xsd:catm.002.001.01 NcrptdKey"`
}

type ManagementPlan1

type ManagementPlan1 struct {
	POIId       GenericIdentification35      `xml:"urn:iso:std:iso:20022:tech:xsd:catm.002.001.01 POIId,omitempty"`
	TermnlMgrId GenericIdentification35      `xml:"urn:iso:std:iso:20022:tech:xsd:catm.002.001.01 TermnlMgrId"`
	DataSet     []TerminalManagementDataSet2 `xml:"urn:iso:std:iso:20022:tech:xsd:catm.002.001.01 DataSet"`
}

type ManagementPlanContent1

type ManagementPlanContent1 struct {
	Actn []TMSAction1 `xml:"urn:iso:std:iso:20022:tech:xsd:catm.002.001.01 Actn"`
}

type ManagementPlanReplacementV01

type ManagementPlanReplacementV01 struct {
	Hdr      Header4                 `xml:"urn:iso:std:iso:20022:tech:xsd:catm.002.001.01 Hdr"`
	MgmtPlan ManagementPlan1         `xml:"urn:iso:std:iso:20022:tech:xsd:catm.002.001.01 MgmtPlan"`
	SctyTrlr ContentInformationType1 `xml:"urn:iso:std:iso:20022:tech:xsd:catm.002.001.01 SctyTrlr"`
}

type Max10000Binary

type Max10000Binary []byte

func (Max10000Binary) MarshalText

func (t Max10000Binary) MarshalText() ([]byte, error)

func (*Max10000Binary) UnmarshalText

func (t *Max10000Binary) UnmarshalText(text []byte) error

type Max140Binary

type Max140Binary []byte

func (Max140Binary) MarshalText

func (t Max140Binary) MarshalText() ([]byte, error)

func (*Max140Binary) UnmarshalText

func (t *Max140Binary) UnmarshalText(text []byte) error

type Max140Text

type Max140Text string

Must be at least 1 items long

type Max256Text

type Max256Text string

Must be at least 1 items long

type Max3000Binary

type Max3000Binary []byte

func (Max3000Binary) MarshalText

func (t Max3000Binary) MarshalText() ([]byte, error)

func (*Max3000Binary) UnmarshalText

func (t *Max3000Binary) UnmarshalText(text []byte) error

type Max35Binary

type Max35Binary []byte

func (Max35Binary) MarshalText

func (t Max35Binary) MarshalText() ([]byte, error)

func (*Max35Binary) UnmarshalText

func (t *Max35Binary) UnmarshalText(text []byte) error

type Max35Text

type Max35Text string

Must be at least 1 items long

type Max3NumericText

type Max3NumericText string

Must match the pattern [0-9]{1,3}

type Max500Binary

type Max500Binary []byte

func (Max500Binary) MarshalText

func (t Max500Binary) MarshalText() ([]byte, error)

func (*Max500Binary) UnmarshalText

func (t *Max500Binary) UnmarshalText(text []byte) error

type Max6Text

type Max6Text string

Must be at least 1 items long

type Max9NumericText

type Max9NumericText string

Must match the pattern [0-9]{1,9}

type Min5Max16Binary

type Min5Max16Binary []byte

func (Min5Max16Binary) MarshalText

func (t Min5Max16Binary) MarshalText() ([]byte, error)

func (*Min5Max16Binary) UnmarshalText

func (t *Min5Max16Binary) UnmarshalText(text []byte) error

type NamedKeyEncryptedData1

type NamedKeyEncryptedData1 struct {
	Vrsn       float64           `xml:"urn:iso:std:iso:20022:tech:xsd:catm.002.001.01 Vrsn,omitempty"`
	KeyNm      Max140Text        `xml:"urn:iso:std:iso:20022:tech:xsd:catm.002.001.01 KeyNm,omitempty"`
	NcrptdCntt EncryptedContent1 `xml:"urn:iso:std:iso:20022:tech:xsd:catm.002.001.01 NcrptdCntt"`
}

type NetworkParameters1

type NetworkParameters1 struct {
	PmryAdr      Max35Text     `xml:"urn:iso:std:iso:20022:tech:xsd:catm.002.001.01 PmryAdr"`
	PmryPortNb   float64       `xml:"urn:iso:std:iso:20022:tech:xsd:catm.002.001.01 PmryPortNb"`
	ScndryAdr    Max35Text     `xml:"urn:iso:std:iso:20022:tech:xsd:catm.002.001.01 ScndryAdr,omitempty"`
	ScndryPortNb float64       `xml:"urn:iso:std:iso:20022:tech:xsd:catm.002.001.01 ScndryPortNb,omitempty"`
	UsrNm        Max35Text     `xml:"urn:iso:std:iso:20022:tech:xsd:catm.002.001.01 UsrNm,omitempty"`
	AccsCd       Max35Text     `xml:"urn:iso:std:iso:20022:tech:xsd:catm.002.001.01 AccsCd,omitempty"`
	ClntCert     Max3000Binary `xml:"urn:iso:std:iso:20022:tech:xsd:catm.002.001.01 ClntCert,omitempty"`
}

type Parameter1

type Parameter1 struct {
	InitlstnVctr Max500Binary `xml:"urn:iso:std:iso:20022:tech:xsd:catm.002.001.01 InitlstnVctr,omitempty"`
}

type PartyType5Code

type PartyType5Code string

May be one of OPOI, ACCP, MERC, ACQR, ITAG, MTMG, TMGT

type PartyType6Code

type PartyType6Code string

May be one of ACCP, MERC, ACQR, ITAG, MTMG, TMGT

type ProcessRetry1

type ProcessRetry1 struct {
	Dely        Max9NumericText `xml:"urn:iso:std:iso:20022:tech:xsd:catm.002.001.01 Dely"`
	MaxNb       float64         `xml:"urn:iso:std:iso:20022:tech:xsd:catm.002.001.01 MaxNb,omitempty"`
	LastReTryTm ISOTime         `xml:"urn:iso:std:iso:20022:tech:xsd:catm.002.001.01 LastReTryTm,omitempty"`
}

type ProcessTiming1

type ProcessTiming1 struct {
	WtgTm   Max9NumericText `xml:"urn:iso:std:iso:20022:tech:xsd:catm.002.001.01 WtgTm,omitempty"`
	StartTm ISODateTime     `xml:"urn:iso:std:iso:20022:tech:xsd:catm.002.001.01 StartTm,omitempty"`
	EndTm   ISODateTime     `xml:"urn:iso:std:iso:20022:tech:xsd:catm.002.001.01 EndTm,omitempty"`
	Prd     Max9NumericText `xml:"urn:iso:std:iso:20022:tech:xsd:catm.002.001.01 Prd,omitempty"`
	MaxNb   float64         `xml:"urn:iso:std:iso:20022:tech:xsd:catm.002.001.01 MaxNb,omitempty"`
	ReTry   ProcessRetry1   `xml:"urn:iso:std:iso:20022:tech:xsd:catm.002.001.01 ReTry,omitempty"`
}

type Recipient1Choice

type Recipient1Choice struct {
	KeyTrnsprt KeyTransport1 `xml:"urn:iso:std:iso:20022:tech:xsd:catm.002.001.01 KeyTrnsprt,omitempty"`
	KEK        KEK1          `xml:"urn:iso:std:iso:20022:tech:xsd:catm.002.001.01 KEK,omitempty"`
}

type RelativeDistinguishedName1

type RelativeDistinguishedName1 struct {
	AttrTp  AttributeType1Code `xml:"urn:iso:std:iso:20022:tech:xsd:catm.002.001.01 AttrTp"`
	AttrVal Max140Text         `xml:"urn:iso:std:iso:20022:tech:xsd:catm.002.001.01 AttrVal"`
}

type SignedData1

type SignedData1 struct {
	Vrsn        float64                    `xml:"urn:iso:std:iso:20022:tech:xsd:catm.002.001.01 Vrsn,omitempty"`
	DgstAlgo    []AlgorithmIdentification1 `xml:"urn:iso:std:iso:20022:tech:xsd:catm.002.001.01 DgstAlgo"`
	NcpsltdCntt EncapsulatedContent1       `xml:"urn:iso:std:iso:20022:tech:xsd:catm.002.001.01 NcpsltdCntt"`
	Cert        []Max3000Binary            `xml:"urn:iso:std:iso:20022:tech:xsd:catm.002.001.01 Cert,omitempty"`
	Sgnr        []Signer1                  `xml:"urn:iso:std:iso:20022:tech:xsd:catm.002.001.01 Sgnr"`
}

type Signer1

type Signer1 struct {
	Vrsn      float64                  `xml:"urn:iso:std:iso:20022:tech:xsd:catm.002.001.01 Vrsn,omitempty"`
	SgnrId    CertificateIdentifier1   `xml:"urn:iso:std:iso:20022:tech:xsd:catm.002.001.01 SgnrId"`
	DgstAlgo  AlgorithmIdentification1 `xml:"urn:iso:std:iso:20022:tech:xsd:catm.002.001.01 DgstAlgo"`
	SgntrAlgo AlgorithmIdentification1 `xml:"urn:iso:std:iso:20022:tech:xsd:catm.002.001.01 SgntrAlgo"`
	Sgntr     Max500Binary             `xml:"urn:iso:std:iso:20022:tech:xsd:catm.002.001.01 Sgntr"`
}

type TMSAction1

type TMSAction1 struct {
	Tp        TerminalManagementAction1Code            `xml:"urn:iso:std:iso:20022:tech:xsd:catm.002.001.01 Tp"`
	Adr       NetworkParameters1                       `xml:"urn:iso:std:iso:20022:tech:xsd:catm.002.001.01 Adr,omitempty"`
	DataSetId DataSetIdentification2                   `xml:"urn:iso:std:iso:20022:tech:xsd:catm.002.001.01 DataSetId,omitempty"`
	Trggr     TerminalManagementActionTrigger1Code     `xml:"urn:iso:std:iso:20022:tech:xsd:catm.002.001.01 Trggr"`
	AddtlPrc  TerminalManagementAdditionalProcess1Code `xml:"urn:iso:std:iso:20022:tech:xsd:catm.002.001.01 AddtlPrc,omitempty"`
	TmCond    ProcessTiming1                           `xml:"urn:iso:std:iso:20022:tech:xsd:catm.002.001.01 TmCond,omitempty"`
	ErrActn   []ErrorAction1                           `xml:"urn:iso:std:iso:20022:tech:xsd:catm.002.001.01 ErrActn,omitempty"`
}

type TerminalManagementAction1Code

type TerminalManagementAction1Code string

May be one of ACTV, DCTV, DELT, DWNL, INST, RSTR, UPLD

type TerminalManagementActionResult1Code

type TerminalManagementActionResult1Code string

May be one of ACCD, CNTE, FMTE, INVC, LENE, OVER, MISS, NSUP, SIGE, SUCC, SYNE, TIMO, UKDT, UKRF

type TerminalManagementActionTrigger1Code

type TerminalManagementActionTrigger1Code string

May be one of DATE, HOST, MANU, SALE

type TerminalManagementAdditionalProcess1Code

type TerminalManagementAdditionalProcess1Code string

May be one of MANC, RCNC, RSRT

type TerminalManagementDataSet2

type TerminalManagementDataSet2 struct {
	Id      DataSetIdentification2 `xml:"urn:iso:std:iso:20022:tech:xsd:catm.002.001.01 Id"`
	SeqCntr Max9NumericText        `xml:"urn:iso:std:iso:20022:tech:xsd:catm.002.001.01 SeqCntr,omitempty"`
	Cntt    ManagementPlanContent1 `xml:"urn:iso:std:iso:20022:tech:xsd:catm.002.001.01 Cntt,omitempty"`
}

type TerminalManagementErrorAction1Code

type TerminalManagementErrorAction1Code string

May be one of IGNR, SDSR

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL