Свойство | Type | Description |
---|
Méthode | Description | |
---|---|---|
OrderCheckoutDenied ( string merchantOrderId ) : System |
Create a checkout denied
|
|
OrderCheckoutDenied ( string merchantOrderId, |
@Deprecated - Create a checkout denied (deprecated constructor, please use PaymentDetails.AuthorizationError)
|
|
Validate ( Validations validationType = Validations.Weak ) : void |
public OrderCheckoutDenied ( string merchantOrderId ) : System | ||
merchantOrderId | string | The unique id of the order at the merchant systems |
Résultat | System |
public OrderCheckoutDenied ( string merchantOrderId, |
||
merchantOrderId | string | The unique id of the order at the merchant systems |
authorizationError | An object describing the failed result of an authorization attempt by a payment gateway | |
Résultat | System |
public Validate ( Validations validationType = Validations.Weak ) : void | ||
validationType | Validations | |
Résultat | void |