PaymentDetailAmount Property
Namespace: Ignition.Commerce.AccountingAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
[NetForumFieldAttribute("pyd_amount")]
public decimal Amount { get; protected set; }
<NetForumFieldAttribute("pyd_amount")>
Public Property Amount As Decimal
Get
Protected Set
public:
[NetForumFieldAttribute(L"pyd_amount")]
property Decimal Amount {
Decimal get ();
protected: void set (Decimal value);
}
[<NetForumFieldAttribute("pyd_amount")>]
member Amount : decimal with get, set
Property Value
Decimal