C# Класс Riskified.SDK.Model.OrderCheckoutDenied

Наследование: OrderBase
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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

Описание методов

OrderCheckoutDenied() публичный Метод

Create a checkout denied
public OrderCheckoutDenied ( string merchantOrderId ) : System
merchantOrderId string The unique id of the order at the merchant systems
Результат System

OrderCheckoutDenied() публичный Метод

@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
Результат System

Validate() публичный Метод

public Validate ( Validations validationType = Validations.Weak ) : void
validationType Validations
Результат void