mirror of
https://github.com/aclindsa/ofxgo.git
synced 2025-06-20 07:58:38 -04:00
signon: Add missing GENUSERKEY field
This commit is contained in:
@ -14,6 +14,7 @@ type SignonRequest struct {
|
|||||||
UserID String `xml:"USERID"`
|
UserID String `xml:"USERID"`
|
||||||
UserPass String `xml:"USERPASS,omitempty"`
|
UserPass String `xml:"USERPASS,omitempty"`
|
||||||
UserKey String `xml:"USERKEY,omitempty"`
|
UserKey String `xml:"USERKEY,omitempty"`
|
||||||
|
GenUserKey Boolean `xml:"GENUSERKEY,omitempty"`
|
||||||
Language String `xml:"LANGUAGE"` // Defaults to ENG
|
Language String `xml:"LANGUAGE"` // Defaults to ENG
|
||||||
Org String `xml:"FI>ORG"`
|
Org String `xml:"FI>ORG"`
|
||||||
Fid String `xml:"FI>FID"`
|
Fid String `xml:"FI>FID"`
|
||||||
|
Reference in New Issue
Block a user