Interface.IKeybanLoyalty
Loyalty operations for wallet passes and tier retrieval.
Properties
Property | Type | Description |
---|---|---|
addToAppleWallet | () => Promise <void > | Adds an Apple Wallet pass. |
addToGoogleWallet | () => Promise <string > | Returns a Google Wallet URL to add the pass. |
getRewardTier | () => Promise <null | LoyaltyRewardTier > | Returns the current loyalty reward tier, or null if none. |