Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActivityReportSetUpRequestV02 ¶
type ActivityReportSetUpRequestV02 struct { ReqId MessageIdentification1 `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.004.001.02 ReqId"` UTCOffset UTCOffset1 `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.004.001.02 UTCOffset"` }
type Document ¶
type Document struct {
ActvtyRptSetUpReq ActivityReportSetUpRequestV02 `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.004.001.02 ActvtyRptSetUpReq"`
}
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.004.001.02 Id"` CreDtTm ISODateTime `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.004.001.02 CreDtTm"` }
type UTCOffset1 ¶
Click to show internal directories.
Click to hide internal directories.