Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Users Namespace / User Class / GetPaymentProfiles Method / GetPaymentProfiles(String) Method
Given gateway identifier
In This Topic
    GetPaymentProfiles(String) Method
    In This Topic
    Gets all payment profiles associated with this user instance for given gateway
    Syntax
    public virtual IList<GatewayPaymentProfile> GetPaymentProfiles( 
       string gatewayIdentifier
    )

    Parameters

    gatewayIdentifier
    Given gateway identifier

    Return Value

    List of GatewayPaymentProfile object
    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