INPaymentMethodType Enum

Definition

Enumeates payment categories.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 3, 2, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
public enum INPaymentMethodType
type INPaymentMethodType = 
Inheritance
INPaymentMethodType
Attributes

Fields

ApplePay 8

Payment from Apple Pay.

Brokerage 3

Payment from a brokerage account.

Checking 1

Payment from a checking account.

Credit 5

Payment from a credit card.

Debit 4

Payment from a debit card.

Prepaid 6

Payment from a prepaid card or account.

Savings 2

Payment from a savings account.

Store 7

Payment using a store card.

Unknown 0

The payment method's category is not known.

Applies to