Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Payments Namespace / PaymentGateway Class / PaymentGateway Constructor / PaymentGateway Constructor(Store,String,String,Boolean)
The value of store
The value of name
The value of classid
The value of recrypt
In This Topic
    PaymentGateway Constructor(Store,String,String,Boolean)
    In This Topic
    Initializes a new instance of the PaymentGateway class.
    Syntax
    public PaymentGateway( 
       Store store,
       string name,
       string classid,
       bool recrypt
    )

    Parameters

    store
    The value of store
    name
    The value of name
    classid
    The value of classid
    recrypt
    The value of recrypt
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also