Gets or sets the date marking the beginning of a billing cycle for this subscription.

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

Syntax

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

See Also