-
Notifications
You must be signed in to change notification settings - Fork 0
/
OFX_Profile_Messages.go
29 lines (26 loc) · 1.09 KB
/
OFX_Profile_Messages.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
// Code generated by xgen. DO NOT EDIT.
package gofx
// ProfileRequest is The OFX element "PROFRQ" is of type "ProfileRequest"
type ProfileRequest struct {
CLIENTROUTING string `xml:"CLIENTROUTING"`
DTPROFUP string `xml:"DTPROFUP"`
}
// ProfileResponse is The OFX element "PROFRS" is of type "ProfileResponse"
type ProfileResponse struct {
MSGSETLIST *MessageSetList `xml:"MSGSETLIST"`
SIGNONINFOLIST *SignonInfoList `xml:"SIGNONINFOLIST"`
DTPROFUP string `xml:"DTPROFUP"`
FINAME string `xml:"FINAME"`
ADDR1 string `xml:"ADDR1"`
ADDR2 string `xml:"ADDR2"`
ADDR3 string `xml:"ADDR3"`
CITY string `xml:"CITY"`
STATE string `xml:"STATE"`
POSTALCODE string `xml:"POSTALCODE"`
COUNTRY string `xml:"COUNTRY"`
CSPHONE string `xml:"CSPHONE"`
TSPHONE string `xml:"TSPHONE"`
FAXPHONE string `xml:"FAXPHONE"`
URL string `xml:"URL"`
EMAIL string `xml:"EMAIL"`
}