Purchase
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
İşlemin ayrıntıları dahil olmak üzere, satın alınan planı gösteren satın alma mesajı.
JSON gösterimi |
{
"planId": string,
"transactionId": string,
"transactionMessage": string,
"confirmationCode": string,
"planActivationTime": string
} |
Alanlar |
planId |
string
Satın alınan planın kimliği.
|
transactionId |
string
Satın alma isteğindeki işlem kimliği.
|
transactionMessage |
string
İşlemden sonra kullanıcıya gösterilecek mesaj.
|
confirmationCode |
string
DPA, işlemleri başarıyla gerçekleştirmek için bir onay kodu oluşturdu. Google Asistan entegrasyonu için gereklidir.
|
planActivationTime |
string (Timestamp format)
Plan etkinleştirme zamanı. planActivateTime eksikse GTAF, planın zaten etkinleştirilmiş olduğunu varsayar. RFC3339 UTC "Zulu"" biçiminde nanosaniye çözünürlüğe ve dokuz adede kadar kesir basamağına sahip zaman damgası. Örnekler: "2014-10-02T15:01:23Z" ve "2014-10-02T15:01:23.045123456Z" .
|
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2022-09-26 UTC.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2022-09-26 UTC."],[[["The purchase message is a JSON object that captures details of a purchased plan, including the plan ID, transaction details, and a confirmation code."],["This message includes a plan activation time, allowing for delayed activation, or assumes immediate activation if the field is missing."],["A confirmation code is generated for successful transactions and is especially important for integration with Google Assistant."],["The message contains a user-facing message intended to be displayed after the transaction is completed."]]],["The JSON represents a purchase message with details of a purchased plan. Key information includes the `planId`, `transactionId`, and a `transactionMessage` for the user. A `confirmationCode` is provided for successful transactions. The `planActivationTime` indicates when the plan activates, defaulting to immediate if absent. All fields are strings except for the timestamp format of `planActivationTime` in RFC3339 UTC \"Zulu\" format.\n"]]