The PricePlan type exposes the following members.
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | PricePlan | Initializes a new instance of the PricePlan class |
Properties
Name | Description | |
---|---|---|
![]() | BillFrequency |
Gets or Sets bill frequency
|
![]() | BillFrequencyValue |
Gets or Sets bill frequency value
|
![]() | CreatedBy |
Gets or Sets created by user id
|
![]() | CreatedOn |
Gets or Sets created on date
|
![]() | Description |
Gets or Sets plan description
|
![]() | Id |
Gets or Sets plan id (PK)
|
![]() | LineItems |
Gets or Sets plan line items
|
![]() | Name |
Gets or Sets plan name
|
![]() | PackageId |
Gets or Sets subscription package id
|
![]() | Price |
Gets or Sets plan price
|
![]() | SkipCalculation |
Gets or Sets skip calculation
|
![]() | Status |
Gets or Sets record status
|
![]() | TenantId |
Gets or Sets tenant id
|
![]() | UpdatedBy |
Gets or Sets updated by user id
|
![]() | UpdatedOn |
Gets or Sets updated on date
|
See Also