Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Document ¶
type Document struct {
MisMtchAccptnc MisMatchAcceptanceV02 `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.020.001.02 MisMtchAccptnc"`
}
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.020.001.02 Id"` CreDtTm ISODateTime `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.020.001.02 CreDtTm"` }
type MisMatchAcceptanceV02 ¶
type MisMatchAcceptanceV02 struct { AccptncId MessageIdentification1 `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.020.001.02 AccptncId"` TxId SimpleIdentificationInformation `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.020.001.02 TxId"` SubmitrTxRef SimpleIdentificationInformation `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.020.001.02 SubmitrTxRef,omitempty"` DataSetMtchRptRef MessageIdentification1 `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.020.001.02 DataSetMtchRptRef"` }
type SimpleIdentificationInformation ¶
type SimpleIdentificationInformation struct {
Id Max35Text `xml:"urn:iso:std:iso:20022:tech:xsd:tsmt.020.001.02 Id"`
}
Click to show internal directories.
Click to hide internal directories.