Method | Description | |
---|---|---|
CreateTransactionRequest ( RealEx.Address billingAddress, RealEx.Address shippingAddress, string transactionId, decimal total, System.DateTime transactionTime ) : TransactionRequest | ||
RedirectTransactionService ( IConfiguration configuration ) : System | ||
VerifyTransactionResponse ( RealEx.TransactionResponse response ) : TransactionStatus |
Method | Description | |
---|---|---|
GetAddressCode ( RealEx.Address address ) : string | ||
GetHash ( string value ) : string |
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 | |
return | TransactionRequest |
public RedirectTransactionService ( IConfiguration configuration ) : System | ||
configuration | IConfiguration | |
return | System |
public VerifyTransactionResponse ( RealEx.TransactionResponse response ) : TransactionStatus | ||
response | RealEx.TransactionResponse | |
return | TransactionStatus |