Click or drag to resize

SavedCreditCard Properties

The SavedCreditCard type exposes the following members.

Properties
 NameDescription
Public propertyBillingCity City of the billing address for this card, if one is known. Only settable on new, unsaved cards.
Protected propertyBillingCityInternal 
Public propertyBillingCountryIsoNumericCode 
Protected propertyBillingCountryIsoNumericCodeInternal 
Public propertyBillingState State of the billing address for this card, if one is known. Only settable on new, unsaved cards.
Protected propertyBillingStateInternal 
Public propertyBillingStreet Street of the billing address for this card, if one is known. Only settable on new, unsaved cards.
Protected propertyBillingStreetInternal 
Public propertyBillingZip Zip (postal) code of the billing address for this card, if one is known. Only settable on new, unsaved cards.
Protected propertyBillingZipInternal 
Public propertyCardholderName Cardholder name associated with this card. Only settable on new, unsaved cards.
Protected propertyCardholderNameInternal 
Public propertyCardNumber Complete credit card number. Only settable on new, unsaved cards.
Protected propertyCardNumberInternal 
Public propertyCustomerId Id of the customer that owns this card.
Public propertyCvv Credit card CVV verification code. Only settable on new, unsaved cards.
Protected propertyCvvInternal 
Public propertyExpireDate Expiration date associated with this card. Only settable on new, unsaved cards.
Protected propertyExpireDateInternal 
Public propertyId Primary key of the NetFORUM entity.
(Inherited from NetForumEntity)
Public propertyMaskedCardNumber Masked representation of the card number for display purposes. Only populated on cards that have already been saved.
Public propertyPaymentMethodId Payment Method associated with this card. Only settable on new, unsaved cards.
Protected propertyPaymentMethodIdInternal 
Public propertyRevisionInformation
(Inherited from NetForumEntity)
Top
See Also