Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Payments Namespace / CaptureTransactionRequest Class
Properties Methods


In This Topic
    CaptureTransactionRequest Class Members
    In This Topic

    The following tables list the members exposed by CaptureTransactionRequest.

    Public Constructors
     NameDescription
    Public Constructor Initializes a new instance of the CaptureTransactionRequest class.  
    Top
    Public Properties
     NameDescription
    Public Property Gets or sets the amount of transaction (Inherited from CommerceBuilder.Payments.BaseTransactionRequest)
    Public Property Gets or sets the authorize transaction that is to be captured  
    Public Property Gets or sets the currency used (Inherited from CommerceBuilder.Payments.BaseTransactionRequest)
    Public Property Gets name-value pairs containg additional configuration properties (Inherited from CommerceBuilder.Payments.BaseTransactionRequest)
    Public Property Gets or sets a value indicating whether this is the final capture for the given autohrize transaction  
    Public Property Gets payment associated with this transaction (Inherited from CommerceBuilder.Payments.BaseTransactionRequest)
    Public Property Gets or sets the remote IP of the User initiating the transaction (Inherited from CommerceBuilder.Payments.BaseTransactionRequest)
    Public PropertyOverridden.  Gets the type of transaction  
    Top
    Public Methods
     NameDescription
    Public Method Creates a clone of this CaptureTransactionRequest object  
    Top
    Extension Methods
     NameDescription
    Public Extension MethodOverloaded.  Use this method to bulid query string from NameValueCollection
    Top
    See Also