Gets or sets the billing type for this subscription, as set forth in the system configuration - either Annual or Anniversary ("A" and "M", respectively)

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

Syntax

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

Remarks

If an attempt is made to set this with a value longer than 1 character an error is generated.

See Also