Address Constructor ()

AuthorizeNet .NET

Collapse imageExpand ImageCopy imageCopyHover image
Initializes a new instance of the Address class, resolving the given API Type

Namespace: AuthorizeNet
Assembly: AuthorizeNet (in AuthorizeNet.dll) Version: 0.0.0.0

Syntax

C#
public Address(
	customerAddressExType fromType
)
Visual Basic
Public Sub New ( _
	fromType As customerAddressExType _
)
Visual C++
public:
Address(
	customerAddressExType^ fromType
)

Parameters

fromType
Type: customerAddressExType
From type.

See Also