SecurePaymentTransaction Class

Specifies fields used to store and retrive secure payment transaction information as used by the methods in the API.Utility.SecurePayments class.
Inheritance Hierarchy
SystemObject
  BBNCExtensions.API.DataObjectsSecurePaymentTransaction

Namespace: BBNCExtensions.API.DataObjects
Assemblies:  BBNCExtensions (in BBNCExtensions.dll) Version: 6.10.0.0
  BBNCExtensions (in BBNCExtensions.dll) Version: 6.10.0.0
Syntax
public class SecurePaymentTransaction

The SecurePaymentTransaction type exposes the following members.

Constructors
  NameDescription
Public methodSecurePaymentTransaction
Fields
  NameDescription
Public fieldMessage
The Message if the transaction was not initiated successfully.
Public fieldProcessURI
If the transaction was successfully initiated, this is the URI that the user should be redirected to in order to continue processing the transaction.
Public fieldSuccess
Whether the transaction was initiated successfully or not.
Public fieldToken
The unique identifier for this transaction.
Public fieldTransactionType
This indicates whether the transaction is for a StoreCardInfo or CardNotPresent request.