Class Address
Inheritance
System.Object
Address
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.Commerce.Plugins.Payment.Authorize
Assembly: Mediachase.Commerce.Plugins.Payment.dll
Version: 10.8.0Syntax
public class Address
Constructors
Address()
Declaration
public Address()
Fields
city
Declaration
public string city
Field Value
Type | Description |
---|---|
System.String |
countryCode
Declaration
public string countryCode
Field Value
Type | Description |
---|---|
System.String |
state
Declaration
public string state
Field Value
Type | Description |
---|---|
System.String |
street
Declaration
public string street
Field Value
Type | Description |
---|---|
System.String |
zipCode
Declaration
public string zipCode
Field Value
Type | Description |
---|---|
System.String |
Methods
MakeAddressString()
Declaration
public string MakeAddressString()
Returns
Type | Description |
---|---|
System.String |