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(
	nameAndAddressType fromType
)
Visual Basic
Public Sub New ( _
	fromType As nameAndAddressType _
)
Visual C++
public:
Address(
	nameAndAddressType^ fromType
)

Parameters

fromType
Type: nameAndAddressType
From type.

See Also