Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Payments Namespace / IPaymentGatewayRepository Interface / GetPaymentGatewayIdByClassId Method
Class Id of a payment gateway implementation
In This Topic
    GetPaymentGatewayIdByClassId Method (IPaymentGatewayRepository)
    In This Topic
    Given the class Id of a payment gateway implementation, gets the corresponding object Id in database.
    Syntax
    int GetPaymentGatewayIdByClassId( 
       string classId
    )

    Parameters

    classId
    Class Id of a payment gateway implementation

    Return Value

    The corresponding object Id in database
    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