BillingInterval Property

AuthorizeNet .NET

Collapse imageExpand ImageCopy imageCopyHover image

Namespace: AuthorizeNet
Assembly: AuthorizeNet (in AuthorizeNet.dll) Version: 0.0.0.0

Syntax

C#
public short BillingInterval { get; set; }
Visual Basic
Public Property BillingInterval As Short
	Get
	Set
Visual C++
public:
virtual property short BillingInterval {
	short get () sealed;
	void set (short value) sealed;
}

Implements

ISubscriptionRequest..::..BillingInterval

See Also