MonetaryCommitment interface
表示此供應專案需要預付金
屬性
effective |
指出供應專案期限生效的日期。 |
excluded |
從指定供應項目條款中排除的計量標識子陣列。 |
name | 多型歧視性 |
tiered |
階層式計量費率的索引鍵/值組清單,格式為 'key':'value',其中 key = price,value = 對應的折扣百分比。 此欄位只能由「預付金」類型的供應項目條款使用。 |
屬性詳細資料
effectiveDate
指出供應專案期限生效的日期。
effectiveDate?: Date
屬性值
Date
excludedMeterIds
從指定供應項目條款中排除的計量標識子陣列。
excludedMeterIds?: string[]
屬性值
string[]
name
多型歧視性
name: "Monetary Commitment"
屬性值
"Monetary Commitment"
tieredDiscount
階層式計量費率的索引鍵/值組清單,格式為 'key':'value',其中 key = price,value = 對應的折扣百分比。 此欄位只能由「預付金」類型的供應項目條款使用。
tieredDiscount?: {[propertyName: string]: number}
屬性值
{[propertyName: string]: number}