Documentation ¶
Index ¶
- type BICFIDec2014Identifier
- type ClearingSystemIdentification2Choice
- type ClearingSystemMemberIdentification2
- type Document
- type ExternalClearingSystemIdentification1Code
- type ExternalEnquiryRequestType1Code
- type ExternalFinancialInstitutionIdentification1Code
- type ExternalPaymentControlRequestType1Code
- type ExternalSystemMemberType1Code
- type FinancialIdentificationSchemeName1Choice
- type GenericFinancialIdentification1
- type GenericIdentification1
- type GetMemberV04
- type ISODateTime
- type Max350Text
- type Max35Text
- type MemberCriteria4
- type MemberCriteriaDefinition2Choice
- type MemberIdentification3Choice
- type MemberQueryDefinition4
- type MemberReturnCriteria1
- type MemberSearchCriteria4
- type MemberStatus1Code
- type MessageHeader9
- type QueryType2Code
- type RequestType4Choice
- type SupplementaryData1
- type SupplementaryDataEnvelope1
- type SystemMemberStatus1Choice
- type SystemMemberType1Choice
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BICFIDec2014Identifier ¶
type BICFIDec2014Identifier string
Must match the pattern [A-Z0-9]{4,4}[A-Z]{2,2}[A-Z0-9]{2,2}([A-Z0-9]{3,3}){0,1}
type ClearingSystemIdentification2Choice ¶
type ClearingSystemIdentification2Choice struct { Cd ExternalClearingSystemIdentification1Code `xml:"urn:iso:std:iso:20022:tech:xsd:camt.013.001.04 Cd,omitempty"` Prtry Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:camt.013.001.04 Prtry,omitempty"` }
type ClearingSystemMemberIdentification2 ¶
type ClearingSystemMemberIdentification2 struct { ClrSysId ClearingSystemIdentification2Choice `xml:"urn:iso:std:iso:20022:tech:xsd:camt.013.001.04 ClrSysId,omitempty"` MmbId Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:camt.013.001.04 MmbId"` }
type Document ¶
type Document struct {
GetMmb GetMemberV04 `xml:"urn:iso:std:iso:20022:tech:xsd:camt.013.001.04 GetMmb"`
}
type ExternalClearingSystemIdentification1Code ¶
type ExternalClearingSystemIdentification1Code string
May be no more than 5 items long
type ExternalEnquiryRequestType1Code ¶
type ExternalEnquiryRequestType1Code string
May be no more than 4 items long
type ExternalFinancialInstitutionIdentification1Code ¶
type ExternalFinancialInstitutionIdentification1Code string
May be no more than 4 items long
type ExternalPaymentControlRequestType1Code ¶
type ExternalPaymentControlRequestType1Code string
May be no more than 4 items long
type ExternalSystemMemberType1Code ¶
type ExternalSystemMemberType1Code string
May be no more than 4 items long
type FinancialIdentificationSchemeName1Choice ¶
type FinancialIdentificationSchemeName1Choice struct { Cd ExternalFinancialInstitutionIdentification1Code `xml:"urn:iso:std:iso:20022:tech:xsd:camt.013.001.04 Cd,omitempty"` Prtry Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:camt.013.001.04 Prtry,omitempty"` }
type GenericFinancialIdentification1 ¶
type GenericFinancialIdentification1 struct { Id Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:camt.013.001.04 Id"` SchmeNm FinancialIdentificationSchemeName1Choice `xml:"urn:iso:std:iso:20022:tech:xsd:camt.013.001.04 SchmeNm,omitempty"` Issr Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:camt.013.001.04 Issr,omitempty"` }
type GenericIdentification1 ¶
type GetMemberV04 ¶
type GetMemberV04 struct { MsgHdr MessageHeader9 `xml:"urn:iso:std:iso:20022:tech:xsd:camt.013.001.04 MsgHdr"` MmbQryDef MemberQueryDefinition4 `xml:"urn:iso:std:iso:20022:tech:xsd:camt.013.001.04 MmbQryDef,omitempty"` SplmtryData []SupplementaryData1 `xml:"urn:iso:std:iso:20022:tech:xsd:camt.013.001.04 SplmtryData,omitempty"` }
type ISODateTime ¶
func (ISODateTime) MarshalText ¶
func (t ISODateTime) MarshalText() ([]byte, error)
func (*ISODateTime) UnmarshalText ¶
func (t *ISODateTime) UnmarshalText(text []byte) error
type MemberCriteria4 ¶
type MemberCriteria4 struct { NewQryNm Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:camt.013.001.04 NewQryNm,omitempty"` SchCrit []MemberSearchCriteria4 `xml:"urn:iso:std:iso:20022:tech:xsd:camt.013.001.04 SchCrit,omitempty"` RtrCrit MemberReturnCriteria1 `xml:"urn:iso:std:iso:20022:tech:xsd:camt.013.001.04 RtrCrit,omitempty"` }
type MemberCriteriaDefinition2Choice ¶
type MemberCriteriaDefinition2Choice struct { QryNm Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:camt.013.001.04 QryNm,omitempty"` NewCrit MemberCriteria4 `xml:"urn:iso:std:iso:20022:tech:xsd:camt.013.001.04 NewCrit,omitempty"` }
type MemberIdentification3Choice ¶
type MemberIdentification3Choice struct { BICFI BICFIDec2014Identifier `xml:"urn:iso:std:iso:20022:tech:xsd:camt.013.001.04 BICFI,omitempty"` ClrSysMmbId ClearingSystemMemberIdentification2 `xml:"urn:iso:std:iso:20022:tech:xsd:camt.013.001.04 ClrSysMmbId,omitempty"` Othr GenericFinancialIdentification1 `xml:"urn:iso:std:iso:20022:tech:xsd:camt.013.001.04 Othr,omitempty"` }
type MemberQueryDefinition4 ¶
type MemberQueryDefinition4 struct { QryTp QueryType2Code `xml:"urn:iso:std:iso:20022:tech:xsd:camt.013.001.04 QryTp,omitempty"` MmbCrit MemberCriteriaDefinition2Choice `xml:"urn:iso:std:iso:20022:tech:xsd:camt.013.001.04 MmbCrit,omitempty"` }
type MemberReturnCriteria1 ¶
type MemberReturnCriteria1 struct { NmInd bool `xml:"urn:iso:std:iso:20022:tech:xsd:camt.013.001.04 NmInd,omitempty"` MmbRtrAdrInd bool `xml:"urn:iso:std:iso:20022:tech:xsd:camt.013.001.04 MmbRtrAdrInd,omitempty"` AcctInd bool `xml:"urn:iso:std:iso:20022:tech:xsd:camt.013.001.04 AcctInd,omitempty"` TpInd bool `xml:"urn:iso:std:iso:20022:tech:xsd:camt.013.001.04 TpInd,omitempty"` StsInd bool `xml:"urn:iso:std:iso:20022:tech:xsd:camt.013.001.04 StsInd,omitempty"` CtctRefInd bool `xml:"urn:iso:std:iso:20022:tech:xsd:camt.013.001.04 CtctRefInd,omitempty"` ComAdrInd bool `xml:"urn:iso:std:iso:20022:tech:xsd:camt.013.001.04 ComAdrInd,omitempty"` }
type MemberSearchCriteria4 ¶
type MemberSearchCriteria4 struct { Id []MemberIdentification3Choice `xml:"urn:iso:std:iso:20022:tech:xsd:camt.013.001.04 Id,omitempty"` Tp []SystemMemberType1Choice `xml:"urn:iso:std:iso:20022:tech:xsd:camt.013.001.04 Tp,omitempty"` Sts []SystemMemberStatus1Choice `xml:"urn:iso:std:iso:20022:tech:xsd:camt.013.001.04 Sts,omitempty"` }
type MessageHeader9 ¶
type MessageHeader9 struct { MsgId Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:camt.013.001.04 MsgId"` CreDtTm ISODateTime `xml:"urn:iso:std:iso:20022:tech:xsd:camt.013.001.04 CreDtTm,omitempty"` ReqTp RequestType4Choice `xml:"urn:iso:std:iso:20022:tech:xsd:camt.013.001.04 ReqTp,omitempty"` }
type RequestType4Choice ¶
type RequestType4Choice struct { PmtCtrl ExternalPaymentControlRequestType1Code `xml:"urn:iso:std:iso:20022:tech:xsd:camt.013.001.04 PmtCtrl,omitempty"` Enqry ExternalEnquiryRequestType1Code `xml:"urn:iso:std:iso:20022:tech:xsd:camt.013.001.04 Enqry,omitempty"` Prtry GenericIdentification1 `xml:"urn:iso:std:iso:20022:tech:xsd:camt.013.001.04 Prtry,omitempty"` }
type SupplementaryData1 ¶
type SupplementaryData1 struct { PlcAndNm Max350Text `xml:"urn:iso:std:iso:20022:tech:xsd:camt.013.001.04 PlcAndNm,omitempty"` Envlp SupplementaryDataEnvelope1 `xml:"urn:iso:std:iso:20022:tech:xsd:camt.013.001.04 Envlp"` }
type SupplementaryDataEnvelope1 ¶
type SupplementaryDataEnvelope1 struct {
Item string `xml:",any"`
}
type SystemMemberStatus1Choice ¶
type SystemMemberStatus1Choice struct { Cd MemberStatus1Code `xml:"urn:iso:std:iso:20022:tech:xsd:camt.013.001.04 Cd,omitempty"` Prtry Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:camt.013.001.04 Prtry,omitempty"` }
type SystemMemberType1Choice ¶
type SystemMemberType1Choice struct { Cd ExternalSystemMemberType1Code `xml:"urn:iso:std:iso:20022:tech:xsd:camt.013.001.04 Cd,omitempty"` Prtry Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:camt.013.001.04 Prtry,omitempty"` }
Click to show internal directories.
Click to hide internal directories.