C# Class Riskified.SDK.Model.OrderCheckoutDenied

Inheritance: OrderBase
Afficher le fichier Open project: Riskified/sdk_net Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
OrderCheckoutDenied ( string merchantOrderId ) : System

Create a checkout denied

OrderCheckoutDenied ( string merchantOrderId, AuthorizationError authorizationError ) : System

@Deprecated - Create a checkout denied (deprecated constructor, please use PaymentDetails.AuthorizationError)

Validate ( Validations validationType = Validations.Weak ) : void

Method Details

OrderCheckoutDenied() public méthode

Create a checkout denied
public OrderCheckoutDenied ( string merchantOrderId ) : System
merchantOrderId string The unique id of the order at the merchant systems
Résultat System

OrderCheckoutDenied() public méthode

@Deprecated - Create a checkout denied (deprecated constructor, please use PaymentDetails.AuthorizationError)
public OrderCheckoutDenied ( string merchantOrderId, AuthorizationError authorizationError ) : System
merchantOrderId string The unique id of the order at the merchant systems
authorizationError Riskified.SDK.Model.OrderCheckoutElements.AuthorizationError An object describing the failed result of an authorization attempt by a payment gateway
Résultat System

Validate() public méthode

public Validate ( Validations validationType = Validations.Weak ) : void
validationType Validations
Résultat void