Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BANKMSGSRSV1 ¶
type BANKMSGSRSV1 struct {
CURDEF string `xml:"STMTTRNRS>STMTRS>CURDEF"`
BANKID string `xml:"STMTTRNRS>STMTRS>BANKACCTFROM>BANKID"`
ACCID string `xml:"STMTTRNRS>STMTRS>BANKACCTFROM>ACCTID"`
ACCTTYPE string `xml:"STMTTRNRS>STMTRS>BANKACCTFROM>ACCTTYPE"`
Txs []*BankTx `xml:"STMTTRNRS>STMTRS>BANKTRANLIST>STMTTRN"`
}
type BankTx ¶
type BankTx struct {
XMLName xml.Name `xml:"STMTTRN"`
TRNTYPE string `xml:"TRNTYPE"`
DTPOSTED string `xml:"DTPOSTED"`
DTUSER string `xml:"DTUSER"`
TRNAMT decimal.Decimal `xml:"TRNAMT"`
FITID string `xml:"FITID"`
NAME string `xml:"NAME"`
MEMO string `xml:"MEMO"`
BANKID string `xml:"BANKACCTTO>BANKID"`
ACCTID string `xml:"BANKACCTTO>ACCTID"`
ACCTTYPE string `xml:"BANKACCTTO>ACCTTYPE"`
}
type CREDITCARDMSGSRSV1 ¶
type CREDITCARDMSGSRSV1 struct {
TRNUID string `xml:"CCSTMTTRNRS>TRNUID"`
CODE string `xml:"CCSTMTTRNRS>STATUS>CODE"`
SEVERITY string `xml:"CCSTMTTRNRS>STATUS>SEVERITY"`
CURDEF string `xml:"CCSTMTTRNRS>CCSTMTRS>CURDEF"`
ACCTID string `xml:"CCSTMTTRNRS>CCSTMTRS>CCACCTFROM>ACCTID"`
DTSTART string `xml:"CCSTMTTRNRS>CCSTMTRS>BANKTRANLIST>DTSTART"`
DTEND string `xml:"CCSTMTTRNRS>CCSTMTRS>BANKTRANLIST>DTEND"`
Txs []*CcTx `xml:"CCSTMTTRNRS>CCSTMTRS>BANKTRANLIST>STMTTRN"`
LEDGERBAL decimal.Decimal `xml:"CCSTMTTRNRS>CCSTMTRS>LEDGERBAL>BALAMT"`
LEDGERBALDT string `xml:"CCSTMTTRNRS>CCSTMTRS>LEDGERBAL>DTASOF"`
AVAILBAL decimal.Decimal `xml:"CCSTMTTRNRS>CCSTMTRS>AVAILBAL>BALAMT"`
AVAILBALDT string `xml:"CCSTMTTRNRS>CCSTMTRS>AVAILBAL>DTASOF"`
}
Click to show internal directories.
Click to hide internal directories.