[NetForumBusinessObjectAttribute("Payment")]
public class Payment : NetForumEntity<NetForumBusinessObjectAttribute("Payment")>
Public Class Payment
Inherits NetForumEntity[NetForumBusinessObjectAttribute(L"Payment")]
public ref class Payment : public NetForumEntity[<NetForumBusinessObjectAttribute("Payment")>]
type Payment =
class
inherit NetForumEntity
end| Payment | Initializes a new instance of the Payment class |
| AccountingPaymentMethodId | |
| Amount | |
| BatchId | |
| CreditCardCardholderName | |
| CreditCardExpirationDate | |
| CreditCardNumberMasked | |
| CustomerId | |
| Id |
Primary key of the NetFORUM entity.
(Inherited from NetForumEntity) |
| IsBatchClosed | |
| IsPosted | |
| IsVoid | |
| MediaCodeId | |
| Notes | |
| PaymentDetails | |
| PaymentInformationId | |
| RevisionInformation | (Inherited from NetForumEntity) |
| SourceCodeId | |
| TransactionCode | |
| TransactionDate |
| CastToCustomEntityTEntity |
Safely cast this entity to a custom user-defined type, as configured via the current CustomEntityRegistrar.
(Inherited from NetForumEntity) |