ApierV1.SetAccount - add Disabled option, proper AllowNegative implementation

This commit is contained in:
DanB
2015-08-17 13:06:52 +02:00
parent 2aebd5e080
commit 7d8c9da2af
2 changed files with 9 additions and 3 deletions

View File

@@ -1080,7 +1080,8 @@ type AttrSetAccount struct {
Direction string
Account string
ActionPlanId string
AllowNegative bool
AllowNegative *bool
Disabled *bool
}
type AttrRemoveAccount struct {