INAmountType Enum

Definition

Enumerates bill-amount types.

[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 INAmountType
type INAmountType = 
Inheritance
INAmountType
Attributes

Fields

AmountDue 2

The amount due.

CurrentBalance 3

The current balance of the account.

MaximumTransferAmount 4

The maximum amount that may be transferred.

MinimumDue 1

The minimum amount that must be paid to keep the account in good standing.

MinimumTransferAmount 5

The minimum amount that may be transferred.

StatementBalance 6

The amount in the account.

Unknown 0

The type of the amount is unknown.

Applies to