PKMerchantCategoryCode Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The four-digit type, in ISO 18245 format, that represents the type of goods or service a merchant provides for a transaction.
public struct PKMerchantCategoryCode
type PKMerchantCategoryCode = struct
- Inheritance
-
PKMerchantCategoryCode
Constructors
| Name | Description |
|---|---|
| PKMerchantCategoryCode(Int16) |
Create a PKMerchantCategoryCode for the specified merchant code. |
Properties
| Name | Description |
|---|---|
| None |
A PKMerchantCategoryCode representing no merchant code. |
| Value |
Get the 16-bit value for this PKMerchantCategoryCode. |
Operators
| Name | Description |
|---|---|
| Explicit(Int16 to PKMerchantCategoryCode) |
Convert a 16-bit value to a PKMerchantCategoryCode. |
| Explicit(PKMerchantCategoryCode to Int16) |
Get the 16-bit value for a PKMerchantCategoryCode. |