C# 클래스 RealEx.RedirectTransactionService

상속: IRedirectTransactionService
파일 보기 프로젝트 열기: stormid/RealEx.Payments

공개 메소드들

메소드 설명
CreateTransactionRequest ( RealEx.Address billingAddress, RealEx.Address shippingAddress, string transactionId, decimal total, System.DateTime transactionTime ) : TransactionRequest
RedirectTransactionService ( IConfiguration configuration ) : System
VerifyTransactionResponse ( RealEx.TransactionResponse response ) : TransactionStatus

비공개 메소드들

메소드 설명
GetAddressCode ( RealEx.Address address ) : string
GetHash ( string value ) : string

메소드 상세

CreateTransactionRequest() 공개 메소드

public CreateTransactionRequest ( RealEx.Address billingAddress, RealEx.Address shippingAddress, string transactionId, decimal total, System.DateTime transactionTime ) : TransactionRequest
billingAddress RealEx.Address
shippingAddress RealEx.Address
transactionId string
total decimal
transactionTime System.DateTime
리턴 TransactionRequest

RedirectTransactionService() 공개 메소드

public RedirectTransactionService ( IConfiguration configuration ) : System
configuration IConfiguration
리턴 System

VerifyTransactionResponse() 공개 메소드

public VerifyTransactionResponse ( RealEx.TransactionResponse response ) : TransactionStatus
response RealEx.TransactionResponse
리턴 TransactionStatus