Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Payments Namespace / PaymentStatusHelper Class / GetStatusAfterTransaction Method
The payment object
The transaction after which to determine the status
In This Topic
    GetStatusAfterTransaction Method
    In This Topic
    Gets a payment status that would become of the given payment after the specified transaction completes
    Syntax
    public static PaymentStatus GetStatusAfterTransaction( 
       Payment payment,
       Transaction transaction
    )

    Parameters

    payment
    The payment object
    transaction
    The transaction after which to determine the status

    Return Value

    A payment status that would become of the given payment after the specified transaction completes
    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