Enum GuildBankOperationKind
- Namespace
- GuildWars2.Guilds.Logs
- Assembly
- GW2SDK.dll
The kinds of guild bank operations.
[JsonConverter(typeof(GuildBankOperationKindJsonConverter))]
public enum GuildBankOperationKind
Fields
Deposit = 1
Used when items or coins are deposited into the guild bank.
Withdraw = 2
Used when items or coins are withdrawn from the guild bank.
Move = 3
Used when items are moved within the guild bank.