Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActivityReportRequestV03 ¶
type ActivityReportRequestV03 struct { ReqId MessageIdentification1 `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.003.001.03 ReqId"` NttiesToBeRptd []BICIdentification1 `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.003.001.03 NttiesToBeRptd,omitempty"` RptPrd DateTimePeriodDetails1 `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.003.001.03 RptPrd"` }
type BICIdentification1 ¶
type BICIdentification1 struct {
BIC BICIdentifier `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.003.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 DateTimePeriodDetails1 ¶
type DateTimePeriodDetails1 struct { FrDtTm ISODateTime `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.003.001.03 FrDtTm"` ToDtTm ISODateTime `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.003.001.03 ToDtTm,omitempty"` }
type Document ¶
type Document struct {
ActvtyReqRpt ActivityReportRequestV03 `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.003.001.03 ActvtyReqRpt"`
}
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.003.001.03 Id"` CreDtTm ISODateTime `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.003.001.03 CreDtTm"` }
Click to show internal directories.
Click to hide internal directories.