C# Class Kooboo.Commerce.Payments.ProcessPaymentResult

Afficher le fichier Open project: Kooboo/Ecommerce Class Usage Examples

Méthodes publiques

Méthode Description
Cancelled ( ) : ProcessPaymentResult
Failed ( string errorMessage, string thirdPartyTransactionId = null ) : ProcessPaymentResult
Pending ( string redirectUrl, string thirdPartyTransactionId = null ) : ProcessPaymentResult
Success ( string thirdPartyTransactionId = null ) : ProcessPaymentResult

Method Details

Cancelled() public static méthode

public static Cancelled ( ) : ProcessPaymentResult
Résultat ProcessPaymentResult

Failed() public static méthode

public static Failed ( string errorMessage, string thirdPartyTransactionId = null ) : ProcessPaymentResult
errorMessage string
thirdPartyTransactionId string
Résultat ProcessPaymentResult

Pending() public static méthode

public static Pending ( string redirectUrl, string thirdPartyTransactionId = null ) : ProcessPaymentResult
redirectUrl string
thirdPartyTransactionId string
Résultat ProcessPaymentResult

Success() public static méthode

public static Success ( string thirdPartyTransactionId = null ) : ProcessPaymentResult
thirdPartyTransactionId string
Résultat ProcessPaymentResult