Click or drag to resize

BillingPeriod Enumeration

The billing period (unit for billing during this subscription period).

Namespace:  NetQuarry.Services.Paypal
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public enum BillingPeriod
Members
  Member nameValueDescription
NoBillingPeriodType0No billing period is specified.
Day1Billing should be performed daily.
Week2Billing should be performed weekly.
SemiMonth3Billing should be performed semi-monthly (1st and 15th of each month).
Month4Billing should be performed monthly.
Year5Billing should be performed annually.
See Also