Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Payments Namespace / GiftCertificateTransaction Class / GiftCertificateTransaction Constructor / GiftCertificateTransaction Constructor(GiftCertificate,DateTime,Decimal)
The value of giftcertificate
The value of transactiondate
The value of amount
In This Topic
    GiftCertificateTransaction Constructor(GiftCertificate,DateTime,Decimal)
    In This Topic
    Initializes a new instance of the GiftCertificateTransaction class.
    Syntax
    public GiftCertificateTransaction( 
       GiftCertificate giftcertificate,
       DateTime transactiondate,
       decimal amount
    )

    Parameters

    giftcertificate
    The value of giftcertificate
    transactiondate
    The value of transactiondate
    amount
    The value of amount
    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