[NetForumBusinessObjectAttribute("Payment Detail")]
public class PaymentDetail : NetForumEntity
<NetForumBusinessObjectAttribute("Payment Detail")>
Public Class PaymentDetail
Inherits NetForumEntity
[NetForumBusinessObjectAttribute(L"Payment Detail")]
public ref class PaymentDetail : public NetForumEntity
[<NetForumBusinessObjectAttribute("Payment Detail")>]
type PaymentDetail =
class
inherit NetForumEntity
end
PaymentDetail | Initializes a new instance of the PaymentDetail class |
AdjustmentBatchId | |
Amount | |
Id |
Primary key of the NetFORUM entity.
(Inherited from NetForumEntity) |
InvoiceDetailId | |
IsVoid | |
PaymentId | |
RevisionInformation | (Inherited from NetForumEntity) |
Type | |
UsedCreditId |
CastToCustomEntityTEntity |
Safely cast this entity to a custom user-defined type, as configured via the current CustomEntityRegistrar.
(Inherited from NetForumEntity) |