 | ReceiptPaidAmount Property |
The amount paid towards this purchase as a part of this transaction, not including the value of any credits applied.
Namespace: Ignition.Commerce.ShoppingAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax[NetForumFieldAttribute("pin_check_amount")]
public decimal PaidAmount { get; }<NetForumFieldAttribute("pin_check_amount")>
Public ReadOnly Property PaidAmount As Decimal
Getpublic:
[NetForumFieldAttribute(L"pin_check_amount")]
virtual property Decimal PaidAmount {
Decimal get () sealed;
}[<NetForumFieldAttribute("pin_check_amount")>]
abstract PaidAmount : decimal with get
[<NetForumFieldAttribute("pin_check_amount")>]
override PaidAmount : decimal with getProperty Value
DecimalImplements
IReceiptPaidAmount
See Also