Saved |
The SavedCreditCard type exposes the following members.
| Name | Description | |
|---|---|---|
| SavedCreditCard | Initializes a new instance of the SavedCreditCard class |
| Name | Description | |
|---|---|---|
| BillingCity | City of the billing address for this card, if one is known. Only settable on new, unsaved cards. | |
| BillingCityInternal | ||
| BillingCountryIsoNumericCode | ||
| BillingCountryIsoNumericCodeInternal | ||
| BillingState | State of the billing address for this card, if one is known. Only settable on new, unsaved cards. | |
| BillingStateInternal | ||
| BillingStreet | Street of the billing address for this card, if one is known. Only settable on new, unsaved cards. | |
| BillingStreetInternal | ||
| BillingZip | Zip (postal) code of the billing address for this card, if one is known. Only settable on new, unsaved cards. | |
| BillingZipInternal | ||
| CardholderName | Cardholder name associated with this card. Only settable on new, unsaved cards. | |
| CardholderNameInternal | ||
| CardNumber | Complete credit card number. Only settable on new, unsaved cards. | |
| CardNumberInternal | ||
| CustomerId | Id of the customer that owns this card. | |
| Cvv | Credit card CVV verification code. Only settable on new, unsaved cards. | |
| CvvInternal | ||
| ExpireDate | Expiration date associated with this card. Only settable on new, unsaved cards. | |
| ExpireDateInternal | ||
| Id |
Primary key of the NetFORUM entity.
(Inherited from NetForumEntity) | |
| MaskedCardNumber | Masked representation of the card number for display purposes. Only populated on cards that have already been saved. | |
| PaymentMethodId | Payment Method associated with this card. Only settable on new, unsaved cards. | |
| PaymentMethodIdInternal | ||
| RevisionInformation | (Inherited from NetForumEntity) |
| Name | Description | |
|---|---|---|
| CastToCustomEntityTEntity |
Safely cast this entity to a custom user-defined type, as configured via the current CustomEntityRegistrar.
(Inherited from NetForumEntity) | |
| IsExpired | ||
| ToString | Obsolete. (Overrides ObjectToString) |
| Name | Description | |
|---|---|---|
| ApplyBillingAddress | (Defined by SavedCreditCardExtensions) |