Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Eventing Namespace / PaymentCapturedPartialEventArgs Class / PaymentCapturedPartialEventArgs Constructor
The payment that is captured
The amount that is captured
Version
PaymentCapturedPartialEventArgs Constructor
Initializes a new instance of the PaymentCapturedPartialEventArgs class
Syntax
public PaymentCapturedPartialEventArgs( 
   Payment payment,
   decimal captureAmount
)

Parameters

payment
The payment that is captured
captureAmount
The amount that is captured
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