SubscriptionInfo

Undocumented in source.
struct SubscriptionInfo {
Money trialAmount;
int trialOccurrences;
}

Members

Variables

amount
Money amount;

the amount to bill each cycle

durationLength
int durationLength;

duration of the payment cycle. 30 means billed every 30 units - see durationUnit

durationUnit
Unit durationUnit;

the units of the duration length (payment cycle length). Can currently be days or months.

name
string name;

name of the subscription, can be anything

Suggestion Box / Bug Report