C# 클래스 Riskified.SDK.Model.OrderCheckoutDenied

상속: OrderBase
파일 보기 프로젝트 열기: Riskified/sdk_net 1 사용 예제들

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