1
0
mirror of https://github.com/aclindsa/ofxgo.git synced 2025-07-01 11:48:38 -04:00

Comment credit card statement requests/responses

This commit is contained in:
2017-04-12 21:23:57 -04:00
parent eee9348766
commit 6c20007ada
2 changed files with 16 additions and 2 deletions

View File

@ -180,8 +180,7 @@ func (sr *StatementResponse) Name() string {
return "STMTTRNRS"
}
// Valid returns (true, nil) if this struct would be valid OFX if marshalled
// into XML/SGML
// Valid returns (true, nil) if this struct was valid OFX when unmarshalled
func (sr *StatementResponse) Valid() (bool, error) {
//TODO implement
return true, nil