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


In This Topic
    AuthorizeRecurringTransactionResponse Class Members
    In This Topic

    The following tables list the members exposed by AuthorizeRecurringTransactionResponse.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public Property Gets the pending actions/events to be invoked later (Inherited from CommerceBuilder.Payments.AuthorizeTransactionResponse)
    Public Property Gets or sets the payment processing type (Inherited from CommerceBuilder.Payments.AuthorizeTransactionResponse)
    Public Property Gets or sets the status of the transaction (Inherited from CommerceBuilder.Payments.AuthorizeTransactionResponse)
    Public Property Gets the transactions associated with this response (Inherited from CommerceBuilder.Payments.AuthorizeTransactionResponse)
    Public Property Gets or sets the transaction type (Inherited from CommerceBuilder.Payments.AuthorizeTransactionResponse)
    Top
    Public Methods
     NameDescription
    Public Method Add a an action to be invoked later (Inherited from CommerceBuilder.Payments.AuthorizeTransactionResponse)
    Public Method Add a transaction to this response object (Inherited from CommerceBuilder.Payments.AuthorizeTransactionResponse)
    Public Method Clear any pending actions/events to bo invoked later (Inherited from CommerceBuilder.Payments.AuthorizeTransactionResponse)
    Public Method Clear any transactions associated with this response object (Inherited from CommerceBuilder.Payments.AuthorizeTransactionResponse)
    Top
    Extension Methods
     NameDescription
    Public Extension MethodOverloaded.  Use this method to bulid query string from NameValueCollection
    Top
    See Also