public class CreditCardPayment : PinBasedPaymentPublic Class CreditCardPayment
Inherits PinBasedPaymentpublic ref class CreditCardPayment : public PinBasedPaymenttype CreditCardPayment =
class
inherit PinBasedPayment
end| CreditCardPayment | Initializes a new instance of the CreditCardPayment class |
| AccountingPaymentMethod | (Inherited from PinBasedPayment) |
| BillingCity |
Billing address city for this credit card.
(Inherited from PinBasedPayment) |
| BillingCountryIsoNumericCode |
Billing address country for this credit card, represented by the ISO numeric code for the country.
(Inherited from PinBasedPayment) |
| BillingState |
Billing address state for this credit card.
(Inherited from PinBasedPayment) |
| BillingStreet |
Billing address street for this credit card.
(Inherited from PinBasedPayment) |
| BillingZip |
Billing address zip code for this credit card.
(Inherited from PinBasedPayment) |
| CardholderName | |
| CardNumber | |
| CardType | This property is an alias for AccountingPaymentMethod |
| ExpireMonth | |
| ExpireYear | |
| Id |
Primary key of the NetFORUM entity.
(Inherited from NetForumEntity) |
| IsUsableForAutoPay | (Overrides PinBasedPaymentIsUsableForAutoPay) |
| RevisionInformation | (Inherited from NetForumEntity) |
| VerificationCode |
| CastToCustomEntityTEntity |
Safely cast this entity to a custom user-defined type, as configured via the current CustomEntityRegistrar.
(Inherited from NetForumEntity) |
| ApplyBillingAddress | (Defined by CreditCardPaymentExtensions) |