Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Payments Namespace / IPaymentRepository Interface / Save Method
payment object
If true events are triggered on change of associated order's payment status
In This Topic
    Save Method (IPaymentRepository)
    In This Topic
    Saves this payment object to the database
    Syntax
    void Save( 
       Payment item,
       bool triggerEvents
    )

    Parameters

    item
    payment object
    triggerEvents
    If true events are triggered on change of associated order's payment status
    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