Partager via


INPaymentStatus Énumération

Définition

Énumère les états d’un paiement.

[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 = 
Héritage
INPaymentStatus
Attributs

Champs

Canceled 3

Indique que la demande a été annulée avec succès.

Completed 2

Indique que le paiement a réussi.

Failed 4

Indique que le paiement a échoué.

Pending 1

Indique que la demande est toujours en cours de traitement.

Unknown 0

L’état du paiement n’est pas connu.

Unpaid 5

Indique que le paiement n’a pas été effectué.

S’applique à