ExtensionAcquisitionRequest interface
拡張機能の取得プロセスを処理するための契約
プロパティ
| assignment |
アイテムの割り当て方法 |
| billing |
購入に使用されるサブスクリプションの ID |
| item |
アイテムの Marketplace ID (publisherName.extensionName) |
| operation |
インストール、要求、購入などの操作の種類 |
| properties | 要求に追加できる追加のプロパティ。 |
| quantity | 購入する必要があるライセンスの数 |
| targets | アカウント ID など、アイテムを取得する必要があるターゲット GUID の一覧 (インストール、要求など) |
プロパティの詳細
assignmentType
billingId
購入に使用されるサブスクリプションの ID
billingId: string
プロパティ値
string
itemId
アイテムの Marketplace ID (publisherName.extensionName)
itemId: string
プロパティ値
string
operationType
properties
要求に追加できる追加のプロパティ。
properties: any
プロパティ値
any
quantity
購入する必要があるライセンスの数
quantity: number
プロパティ値
number
targets
アカウント ID など、アイテムを取得する必要があるターゲット GUID の一覧 (インストール、要求など)
targets: string[]
プロパティ値
string[]