INAccountType Enum

Definition

Enumerates types of payment accounts.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 3, 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 INAccountType
type INAccountType = 
Inheritance
INAccountType
Attributes

Fields

Checking 1

A checking account maintained at a bank.

Credit 2

A credit line.

Debit 3

An account with a set debit amount.

Investment 4

An investment account.

Mortgage 5

A mortgage account.

Prepaid 6

A prepaid debit card.

Saving 7

A savings account held at a bank.

Unknown 0

An account whose type is unknown.

Applies to