The type of wallet associated with the card.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "CardWalletType", "description": "The type of wallet associated with the card.", "$id": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-schema/public-api-card-wallet-type-schema.json", "type": "string", "enum": [ "UNKNOWN", "APPLE_PAY", "GOOGLE_PAY" ], "example": "APPLE_PAY" }