Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 827 Bytes

walletitemkind.md

File metadata and controls

46 lines (31 loc) · 827 Bytes
-api-id -api-type
T:Windows.ApplicationModel.Wallet.WalletItemKind
winrt enum

WalletItemKind

-description

Caution

The ApplicationModel.Wallet namespace is no longer supported, and will soon be deprecated. Developers are encouraged to avoid using this namespace.

Represents the kinds (classifications) of wallet items supported.

-enum-fields

-field Invalid:0

The item is invalid.

-field Deal:1

A deal.

-field General:2

A general item.

-field PaymentInstrument:3

A payment instrument.

-field Ticket:4

A ticket.

-field BoardingPass:5

A boarding pass.

-field MembershipCard:6

A membership card.

-remarks

-examples

-see-also

WalletItem.Kind