Skip to content

Commit

Permalink
Implement Email in Lead (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
baptistejamin authored and nimajalali committed Jun 15, 2018
1 parent 4af2d0d commit 2b94c45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sobjects/lead.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ type Lead struct {
BaseSObject
Company string `force:",omitempty"`
ConvertedDate string `force:",omitempty"`
Email string `force:",omitempty"`
FirstName string `force:",omitempty"`
IsConverted bool `force:",omitempty"`
IsDeleted bool `force:",omitempty"`
Expand Down

0 comments on commit 2b94c45

Please sign in to comment.