account property

LazyAccount account
final

Account referenced in the webhook event.

Despite the fact LazyAccount implements Account, most of getters are stubs. See LazyAccount for details. To get actual account data, use LazyAccount.resolve.

Implementation

final LazyAccount account;