[NetForumBusinessObjectAttribute("Payment")]
public class PinBasedPayment : NetForumEntity,
IIncomingPayment
<NetForumBusinessObjectAttribute("Payment")>
Public Class PinBasedPayment
Inherits NetForumEntity
Implements IIncomingPayment
[NetForumBusinessObjectAttribute(L"Payment")]
public ref class PinBasedPayment : public NetForumEntity,
IIncomingPayment
[<NetForumBusinessObjectAttribute("Payment")>]
type PinBasedPayment =
class
inherit NetForumEntity
interface IIncomingPayment
end
PinBasedPayment | Initializes a new instance of the PinBasedPayment class |
AccountingPaymentMethod | |
BillingCity | Billing address city for this credit card. |
BillingCountryIsoNumericCode | Billing address country for this credit card, represented by the ISO numeric code for the country. |
BillingState | Billing address state for this credit card. |
BillingStreet | Billing address street for this credit card. |
BillingZip | Billing address zip code for this credit card. |
Id |
Primary key of the NetFORUM entity.
(Inherited from NetForumEntity) |
IsUsableForAutoPay | |
RevisionInformation | (Inherited from NetForumEntity) |
CastToCustomEntityTEntity |
Safely cast this entity to a custom user-defined type, as configured via the current CustomEntityRegistrar.
(Inherited from NetForumEntity) |