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.3454
[NetForumFieldAttribute("pin_check_amount")]
public decimal PaidAmount { get; }
<NetForumFieldAttribute("pin_check_amount")>
Public ReadOnly Property PaidAmount As Decimal
Get
public:
[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 get
DecimalIReceiptPaidAmount