Freigeben über


INPaymentStatus Enumeration

Definition

Listet die Zustände einer Zahlung auf.

[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 INPaymentStatus
type INPaymentStatus = 
Vererbung
INPaymentStatus
Attribute

Felder

Canceled 3

Gibt an, dass die Anforderung erfolgreich abgebrochen wurde.

Completed 2

Gibt an, dass die Zahlung erfolgreich war.

Failed 4

Gibt an, dass bei der Zahlung ein Fehler aufgetreten ist.

Pending 1

Gibt an, dass die Anforderung noch verarbeitet wird.

Unknown 0

Der Status der Zahlung ist nicht bekannt.

Unpaid 5

Gibt an, dass die Zahlung nicht erfolgt ist.

Gilt für: