Record
user-marketplace-purchase
No description available.
record user-marketplace-purchase {
account: marketplace-account,
billing-cycle: string,
free-trial-ends-on: string,
next-billing-date: string,
on-free-trial: bool,
plan: marketplace-listing-plan,
unit-count: s32,
updated-at: string,
}Fields
| Name | Type | Description |
|---|---|---|
| account | marketplace-account | |
| billing-cycle | string | |
| free-trial-ends-on | string | |
| next-billing-date | string | |
| on-free-trial | bool | |
| plan | marketplace-listing-plan | |
| unit-count | s32 | |
| updated-at | string |