Specifies the zip code of the bank address.
Syntax
'Declaration
Public BankZip As String
'Usage
Dim instance As PaymentInfo
Dim value As String
value = instance.BankZip
instance.BankZip = value
public field BankZip: String;
public var BankZip : String;
See Also