Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Payments Namespace / GiftCertificate Class / AddRefundTransaction Method
The amount to refund
The associated order
In This Topic
    AddRefundTransaction Method
    In This Topic
    Adds a new transaction to the gift certificate for refunding the payment
    Syntax
    public virtual void AddRefundTransaction( 
       decimal refundAmount,
       Order order
    )

    Parameters

    refundAmount
    The amount to refund
    order
    The associated order
    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