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.3.0

Syntax

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

See Also