Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Payments Namespace / GiftCertificate Class / AddExpiryUpdatedTransaction Method
The old expiry date
The new expiry date
In This Topic
    AddExpiryUpdatedTransaction Method
    In This Topic
    Adds a new transaction to the gift certificate for updating its expiry date
    Syntax
    public virtual void AddExpiryUpdatedTransaction( 
       DateTime oldDate,
       DateTime newDate
    )

    Parameters

    oldDate
    The old expiry date
    newDate
    The new expiry date
    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