Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Payments Namespace / GiftCertificate Class / AddBalanceUpdatedTransaction Method
The old balance
The new balance
In This Topic
    AddBalanceUpdatedTransaction Method
    In This Topic
    Adds a new transaction to the gift certificate for updating its balance
    Syntax
    public virtual void AddBalanceUpdatedTransaction( 
       decimal oldBalance,
       decimal newBalance
    )

    Parameters

    oldBalance
    The old balance
    newBalance
    The new balance
    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