Gets or sets the ContactId of the Contact that was billed for this subscription

Namespace:  Asi.iBO.Commerce
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

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

See Also