[ForceDeleteModeAttribute(DeleteModes.Soft)]
[NetForumBusinessObjectAttribute("CustomerPaymentInfo")]
public class SavedCreditCard : NetForumEntity
<ForceDeleteModeAttribute(DeleteModes.Soft)>
<NetForumBusinessObjectAttribute("CustomerPaymentInfo")>
Public Class SavedCreditCard
Inherits NetForumEntity
[ForceDeleteModeAttribute(DeleteModes::Soft)]
[NetForumBusinessObjectAttribute(L"CustomerPaymentInfo")]
public ref class SavedCreditCard : public NetForumEntity
[<ForceDeleteModeAttribute(DeleteModes.Soft)>]
[<NetForumBusinessObjectAttribute("CustomerPaymentInfo")>]
type SavedCreditCard =
class
inherit NetForumEntity
end
SavedCreditCard | Initializes a new instance of the SavedCreditCard class |
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) |
CastToCustomEntityTEntity |
Safely cast this entity to a custom user-defined type, as configured via the current CustomEntityRegistrar.
(Inherited from NetForumEntity) |
IsExpired | |
ToString | (Overrides ObjectToString) Obsolete. |
ApplyBillingAddress | (Defined by SavedCreditCardExtensions) |