BillingAddress Property

AuthorizeNet .NET

Collapse imageExpand ImageCopy imageCopyHover image

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

Syntax

C#
Address BillingAddress { get; set; }
Visual Basic
Property BillingAddress As Address
	Get
	Set
Visual C++
property Address^ BillingAddress {
	Address^ get ();
	void set (Address^ value);
}

See Also