←Select platform

PostalCode Property

Summary

The PostalCode of this CreditCard object.

Syntax

C#
VB
Java
Objective-C
C++
public string PostalCode { get; set; } 
Public Property PostalCode As String 
@property (nonatomic, copy, nullable) NSString *postalCode 
             
public String getPostalCode() 
public void setPostalCode(String value) 
             
public:  
   property String^ PostalCode 
   { 
      String^ get() 
      void set(String^ value) 
   } 

Property Value

The PostalCode of the credit card.

Remarks

The PostalCode is a string value. It has no specific format and can be any length. This field does not get filled by the credit card scanner. Fill it manually.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.CreditCards Assembly