Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Services Namespace / PaymentService Class / GetPaymentProviderInstance Method
The payment object for which to get the payment provider
In This Topic
    GetPaymentProviderInstance Method
    In This Topic
    Gets an instance of the payment provider used to process the given payment object
    Syntax
    public static IPaymentProvider GetPaymentProviderInstance( 
       Payment payment
    )

    Parameters

    payment
    The payment object for which to get the payment provider

    Return Value

    Instance of payment provider used to process the given payment
    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