SecureAddress Class

Specifies fields used to store and retrive secure payment address information as used by the methods in the API.Utility.SecurePayments class.
Inheritance Hierarchy
SystemObject
  BBNCExtensions.API.DataObjectsSecureAddress

Namespace: BBNCExtensions.API.DataObjects
Assemblies:  BBNCExtensions (in BBNCExtensions.dll) Version: 6.10.0.0
  BBNCExtensions (in BBNCExtensions.dll) Version: 6.10.0.0
Syntax
public class SecureAddress

The SecureAddress type exposes the following members.

Constructors
  NameDescription
Public methodSecureAddress
Fields
  NameDescription
Public fieldCity
The city for the billing address.
Public fieldCountry
The 2-letter country code as specified by ISO-3166-1.
Public fieldEmail
The email address associated with the billing address.
Public fieldLine
The address line for the billing address. Typically a street address, but may also be a post office box, or the like.
Public fieldPhone
The phone number associated with the billing address.
Public fieldPostCode
The post code of the billing address.
Public fieldState
The 2-letter(or in some rare cases 3-letter) country subdivision(generally a state or province) code state/province as specified by ISO-3166-2.