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


In This Topic
    AuthorizeRecurringTransactionRequest Class Members
    In This Topic

    The following tables list the members exposed by AuthorizeRecurringTransactionRequest.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public Property Gets or sets the amount of transaction (Inherited from CommerceBuilder.Payments.BaseTransactionRequest)
    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 the number of payments in the subscription  
    Public Property Gets payment associated with this transaction (Inherited from CommerceBuilder.Payments.BaseTransactionRequest)
    Public Property Gets or sets frequency of payments for the subscription  
    Public Property Gets or sets the unit for measuring the payment frequency (Day or Month)  
    Public Property Gets or sets the recurring charge in subscription plan  
    Public Property Gets or sets a value indicating whether recurring charge is specified in subscription plan  
    Public Property Gets or sets the remote IP of the User initiating the transaction (Inherited from CommerceBuilder.Payments.BaseTransactionRequest)
    Public Property Gets or sets the name of the subscription  
    Public PropertyOverridden.  Gets the type of transaction  
    Top
    Extension Methods
     NameDescription
    Public Extension MethodOverloaded.  Use this method to bulid query string from NameValueCollection
    Top
    See Also