[NetForumBusinessObjectAttribute("PaymentMethod")]
public class AccountingPaymentMethod : NetForumEntity,
IAccountingPaymentMethod<NetForumBusinessObjectAttribute("PaymentMethod")>
Public Class AccountingPaymentMethod
Inherits NetForumEntity
Implements IAccountingPaymentMethod[NetForumBusinessObjectAttribute(L"PaymentMethod")]
public ref class AccountingPaymentMethod : public NetForumEntity,
IAccountingPaymentMethod[<NetForumBusinessObjectAttribute("PaymentMethod")>]
type AccountingPaymentMethod =
class
inherit NetForumEntity
interface IAccountingPaymentMethod
end| AccountingPaymentMethod | Initializes a new instance of the AccountingPaymentMethod class |
| BatchSuffix | |
| BusinessUnitId | |
| CreditCardFormat | |
| Id |
Primary key of the NetFORUM entity.
(Inherited from NetForumEntity) |
| Name | |
| PaymentMethodType | |
| RevisionInformation | (Inherited from NetForumEntity) |
| CastToCustomEntityTEntity |
Safely cast this entity to a custom user-defined type, as configured via the current CustomEntityRegistrar.
(Inherited from NetForumEntity) |