PaymentDetail Class

Definition

Namespace: Ignition.Commerce.Accounting
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
[NetForumBusinessObjectAttribute("Payment Detail")]
public class PaymentDetail : NetForumEntity
Inheritance
Object    NetForumEntity    PaymentDetail

Constructors

PaymentDetailInitializes a new instance of the PaymentDetail class

Properties

AdjustmentBatchId 
Amount 
Id Primary key of the NetFORUM entity.
(Inherited from NetForumEntity)
InvoiceDetailId 
IsVoid 
PaymentId 
RevisionInformation
(Inherited from NetForumEntity)
Type 
UsedCreditId 

Methods

CastToCustomEntityTEntity Safely cast this entity to a custom user-defined type, as configured via the current CustomEntityRegistrar.
(Inherited from NetForumEntity)

See Also