Transaction AmountCaptured Property NFX Class Library

[This is preliminary documentation and is subject to change.]

Charged amount - monetary value and currency code. For charge indicates captured amount in two-step charge scenario. Returns zero for uncaptured charges (created with captured flag set to false). Returns non-zero amount (typically is equal to original charge amount) for captured amount. Returns zero for all other transaction types

Namespace: NFX.Web.Pay
Assembly: NFX.Web (in NFX.Web.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public Amount AmountCaptured { get; }

Property Value

Type: Amount
See Also