







|
| A .NET Library aimed at helping you get up to speed quickly with Authorize.NET |
| Transaction..::..BillingAddress Property |
| Transaction Class See Also Send Feedback |
Gets or sets the billing address.
Namespace: AuthorizeNet
Assembly: AuthorizeNet (in AuthorizeNet.dll) Version: 0.0.0.0
Syntax
| C# |
|---|
public Address BillingAddress { get; set; } |
| Visual Basic |
|---|
Public Property BillingAddress As Address Get Set |
| Visual C++ |
|---|
public: property Address^ BillingAddress { Address^ get (); void set (Address^ value); } |
