wallee
Version:
TypeScript/JavaScript client for wallee
68 lines (67 loc) • 1.6 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SubscriptionPeriodBill = void 0;
class SubscriptionPeriodBill {
static getAttributeTypeMap() {
return SubscriptionPeriodBill.attributeTypeMap;
}
}
exports.SubscriptionPeriodBill = SubscriptionPeriodBill;
SubscriptionPeriodBill.discriminator = undefined;
SubscriptionPeriodBill.attributeTypeMap = [
{
"name": "createdOn",
"baseName": "createdOn",
"type": "Date"
},
{
"name": "effectivePeriodEndDate",
"baseName": "effectivePeriodEndDate",
"type": "Date"
},
{
"name": "id",
"baseName": "id",
"type": "number"
},
{
"name": "language",
"baseName": "language",
"type": "string"
},
{
"name": "linkedSpaceId",
"baseName": "linkedSpaceId",
"type": "number"
},
{
"name": "periodStartDate",
"baseName": "periodStartDate",
"type": "Date"
},
{
"name": "plannedPeriodEndDate",
"baseName": "plannedPeriodEndDate",
"type": "Date"
},
{
"name": "plannedPurgeDate",
"baseName": "plannedPurgeDate",
"type": "Date"
},
{
"name": "state",
"baseName": "state",
"type": "SubscriptionPeriodBillState"
},
{
"name": "subscriptionVersion",
"baseName": "subscriptionVersion",
"type": "SubscriptionVersion"
},
{
"name": "version",
"baseName": "version",
"type": "number"
}
];