TransactionRequest
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
GTAF から DPA へのトランザクション リクエストの本文。
| JSON 表現 |
{
"planId": string,
"transactionId": string,
"offerContext": string,
"callbackUrl": string
} |
| フィールド |
planId |
string
必須。購入するプランの ID。
|
transactionId |
string
必須。この特定のリクエストの一意の識別子。DPA が同じ transactionId を含む購入リクエストを複数受信した場合、最初の 1 件以外はすべて拒否する必要があります。
|
offerContext |
string
データプランの特典のコンテキスト。
|
callbackUrl |
string
DPA がコールバックするための URL。
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-26 UTC。
[null,null,["最終更新日 2025-07-26 UTC。"],[],["A transaction request from GTAF to a DPA includes four key fields: `planId` (required), representing the ID of the plan to purchase; `transactionId` (required), a unique identifier for the request, where duplicate IDs should be rejected; `offerContext`, providing context for the data plan offer; and `callbackUrl`, specifying the URL for the DPA to use for callback. This information is in the form of a JSON object.\n"]]