 | SavedCreditCardBillingZip Property |
Zip (postal) code of the billing address for this card, if one is known. Only settable on new, unsaved cards.
Namespace: Ignition.Commerce.AccountingAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntaxpublic string BillingZip { get; set; }Public Property BillingZip As String
Get
Set
public:
property String^ BillingZip {
String^ get ();
void set (String^ value);
}member BillingZip : string with get, set
Property Value
String
See Also