ENUM

WalletType

User's can have different wallet types based on legal and accounting requirements.

link GraphQL Schema definition

1enum WalletType {
2
3# Only supports loading from FIAT currencies from gift card providers.
4GIFT_CARD
5}