new Subscription()
Create a new instance of Subscription
- Source:
- Customer/Subscription.js, line 42
- See:
Properties:
Name | Type | Description | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
title |
String | title of the subscription | |||||||||
summary |
String | summary of the subscription | |||||||||
updated |
Date | date and time of the last update | |||||||||
price |
Number | The Subscription's Price | |||||||||
minimumVolume |
Number | minimum volume | |||||||||
frequency |
Object | Object containing the folowing values:
Properties
|
|||||||||
volume |
Number | volume | |||||||||
paymentRef |
String | payment reference | |||||||||
paymentMethod |
String | payment method | |||||||||
startDate |
Date | string representing the start date | |||||||||
endDate |
Date | string representing the end date | |||||||||
creationDate |
Date | string representing the creation date | |||||||||
updateDate |
Date | string representing the update date |