Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Payments.Providers Namespace / IPaymentProvider Interface

In This Topic
    IPaymentProvider Interface Properties
    In This Topic

    For a list of all members of this type, see IPaymentProvider members.

    Public Properties
     NameDescription
     Property Gets a reference string to identify a particular configuration.  
     Property Gets the description of the payment provider implementation  
     Property Gets the name of the payment provider implementation  
     Property Gets the id of the payment gateway in database. Id is passed at the time of initialization.  
     Property Gets a value indicating whetherthe provider requires account data (e.g. credit card number) in order to process a refund transaction request  
     Property Gets the transactions that are supported by the payment provider implementation  
     Property Gets or sets a value indicating whether debug mode is enabled or not  
     Property Gets the version of the payment provider implementation  
    Top
    See Also