INAccountType 枚举

定义

枚举付款帐户的类型。

[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 = 
继承
INAccountType
属性

字段

Checking 1

在银行维护的支票帐户。

Credit 2

信用额度。

Debit 3

具有固定借方金额的帐户。

Investment 4

投资帐户。

Mortgage 5

抵押贷款帐户。

Prepaid 6

预付费借记卡。

Saving 7

在银行持有的储蓄账户。

Unknown 0

类型未知的帐户。

适用于