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
Public Enumeration BillingPeriod
Members
| Member name | Value | Description |
---|
| NoBillingPeriodType | 0 | No billing period is specified. |
| Day | 1 | Billing should be performed daily. |
| Week | 2 | Billing should be performed weekly. |
| SemiMonth | 3 | Billing should be performed semi-monthly (1st and 15th of each month). |
| Month | 4 | Billing should be performed monthly. |
| Year | 5 | Billing should be performed annually. |
See Also