[This is preliminary documentation and is subject to change.]

The billing Address of the credit card.

Namespace:  OfficeClip.BusinessLayer.Account
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public AddressInfo BillingAddress { get; set; }
Visual Basic (Declaration)
Public Property BillingAddress As AddressInfo
Visual C++
public:
property AddressInfo^ BillingAddress {
	AddressInfo^ get ();
	void set (AddressInfo^ value);
}

See Also