iso20022_camt_021_001_06

package
v0.0.0-...-2e988c5 Latest Latest
Warning

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

Go to latest
Published: Mar 7, 2022 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Document

type Document struct {
	RtrGnlBizInf ReturnGeneralBusinessInformationV06 `xml:"urn:iso:std:iso:20022:tech:xsd:camt.021.001.06 RtrGnlBizInf"`
}

type ErrorHandling3Choice

type ErrorHandling3Choice struct {
	Cd    ExternalSystemErrorHandling1Code `xml:"urn:iso:std:iso:20022:tech:xsd:camt.021.001.06 Cd,omitempty"`
	Prtry Max35Text                        `xml:"urn:iso:std:iso:20022:tech:xsd:camt.021.001.06 Prtry,omitempty"`
}

type ErrorHandling5

type ErrorHandling5 struct {
	Err  ErrorHandling3Choice `xml:"urn:iso:std:iso:20022:tech:xsd:camt.021.001.06 Err"`
	Desc Max140Text           `xml:"urn:iso:std:iso:20022:tech:xsd:camt.021.001.06 Desc,omitempty"`
}

type ExternalEnquiryRequestType1Code

type ExternalEnquiryRequestType1Code string

May be no more than 4 items long

type ExternalPaymentControlRequestType1Code

type ExternalPaymentControlRequestType1Code string

May be no more than 4 items long

type ExternalSystemErrorHandling1Code

type ExternalSystemErrorHandling1Code string

May be no more than 4 items long

type GeneralBusinessInformation1

type GeneralBusinessInformation1 struct {
	Qlfr     InformationQualifierType1 `xml:"urn:iso:std:iso:20022:tech:xsd:camt.021.001.06 Qlfr,omitempty"`
	Sbjt     Max35Text                 `xml:"urn:iso:std:iso:20022:tech:xsd:camt.021.001.06 Sbjt,omitempty"`
	SbjtDtls Max350Text                `xml:"urn:iso:std:iso:20022:tech:xsd:camt.021.001.06 SbjtDtls,omitempty"`
}

type GeneralBusinessOrError7Choice

type GeneralBusinessOrError7Choice struct {
	OprlErr []ErrorHandling5         `xml:"urn:iso:std:iso:20022:tech:xsd:camt.021.001.06 OprlErr,omitempty"`
	BizRpt  []GeneralBusinessReport6 `xml:"urn:iso:std:iso:20022:tech:xsd:camt.021.001.06 BizRpt,omitempty"`
}

type GeneralBusinessOrError8Choice

type GeneralBusinessOrError8Choice struct {
	BizErr []ErrorHandling5            `xml:"urn:iso:std:iso:20022:tech:xsd:camt.021.001.06 BizErr,omitempty"`
	GnlBiz GeneralBusinessInformation1 `xml:"urn:iso:std:iso:20022:tech:xsd:camt.021.001.06 GnlBiz,omitempty"`
}

type GeneralBusinessReport6

type GeneralBusinessReport6 struct {
	BizInfRef   Max35Text                     `xml:"urn:iso:std:iso:20022:tech:xsd:camt.021.001.06 BizInfRef"`
	GnlBizOrErr GeneralBusinessOrError8Choice `xml:"urn:iso:std:iso:20022:tech:xsd:camt.021.001.06 GnlBizOrErr"`
}

type GenericIdentification1

type GenericIdentification1 struct {
	Id      Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:camt.021.001.06 Id"`
	SchmeNm Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:camt.021.001.06 SchmeNm,omitempty"`
	Issr    Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:camt.021.001.06 Issr,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 InformationQualifierType1

type InformationQualifierType1 struct {
	IsFrmtd bool          `xml:"urn:iso:std:iso:20022:tech:xsd:camt.021.001.06 IsFrmtd,omitempty"`
	Prty    Priority1Code `xml:"urn:iso:std:iso:20022:tech:xsd:camt.021.001.06 Prty,omitempty"`
}

type Max140Text

type Max140Text string

May be no more than 140 items long

type Max350Text

type Max350Text string

May be no more than 350 items long

type Max35Text

type Max35Text string

May be no more than 35 items long

type MessageHeader7

type MessageHeader7 struct {
	MsgId       Max35Text              `xml:"urn:iso:std:iso:20022:tech:xsd:camt.021.001.06 MsgId"`
	CreDtTm     ISODateTime            `xml:"urn:iso:std:iso:20022:tech:xsd:camt.021.001.06 CreDtTm,omitempty"`
	ReqTp       RequestType4Choice     `xml:"urn:iso:std:iso:20022:tech:xsd:camt.021.001.06 ReqTp,omitempty"`
	OrgnlBizQry OriginalBusinessQuery1 `xml:"urn:iso:std:iso:20022:tech:xsd:camt.021.001.06 OrgnlBizQry,omitempty"`
	QryNm       Max35Text              `xml:"urn:iso:std:iso:20022:tech:xsd:camt.021.001.06 QryNm,omitempty"`
}

type OriginalBusinessQuery1

type OriginalBusinessQuery1 struct {
	MsgId   Max35Text   `xml:"urn:iso:std:iso:20022:tech:xsd:camt.021.001.06 MsgId"`
	MsgNmId Max35Text   `xml:"urn:iso:std:iso:20022:tech:xsd:camt.021.001.06 MsgNmId,omitempty"`
	CreDtTm ISODateTime `xml:"urn:iso:std:iso:20022:tech:xsd:camt.021.001.06 CreDtTm,omitempty"`
}

type Priority1Code

type Priority1Code string

May be one of HIGH, NORM, LOWW

type RequestType4Choice

type RequestType4Choice struct {
	PmtCtrl ExternalPaymentControlRequestType1Code `xml:"urn:iso:std:iso:20022:tech:xsd:camt.021.001.06 PmtCtrl,omitempty"`
	Enqry   ExternalEnquiryRequestType1Code        `xml:"urn:iso:std:iso:20022:tech:xsd:camt.021.001.06 Enqry,omitempty"`
	Prtry   GenericIdentification1                 `xml:"urn:iso:std:iso:20022:tech:xsd:camt.021.001.06 Prtry,omitempty"`
}

type ReturnGeneralBusinessInformationV06

type ReturnGeneralBusinessInformationV06 struct {
	MsgHdr      MessageHeader7                `xml:"urn:iso:std:iso:20022:tech:xsd:camt.021.001.06 MsgHdr"`
	RptOrErr    GeneralBusinessOrError7Choice `xml:"urn:iso:std:iso:20022:tech:xsd:camt.021.001.06 RptOrErr"`
	SplmtryData []SupplementaryData1          `xml:"urn:iso:std:iso:20022:tech:xsd:camt.021.001.06 SplmtryData,omitempty"`
}

type SupplementaryData1

type SupplementaryData1 struct {
	PlcAndNm Max350Text                 `xml:"urn:iso:std:iso:20022:tech:xsd:camt.021.001.06 PlcAndNm,omitempty"`
	Envlp    SupplementaryDataEnvelope1 `xml:"urn:iso:std:iso:20022:tech:xsd:camt.021.001.06 Envlp"`
}

type SupplementaryDataEnvelope1

type SupplementaryDataEnvelope1 struct {
	Item string `xml:",any"`
}

Jump to

Keyboard shortcuts

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