Hierarchy (view full)

Properties

orderId?: string

Unique order identifier for the transaction. (like GPA.XXXX-XXXX-XXXX-XXXXX)

platform: Platform

Platform that generated the receipt

purchaseToken: string

Token that uniquely identifies a purchase for a given item and user pair.

transactions: CdvPurchase.Transaction[] = []

List of transactions contained in the receipt, ordered by date ascending.

Methods

  • Finish all transactions in a receipt

    Returns Promise<void>

  • Refresh the content of the purchase based on the native BridgePurchase

    Parameters

    Returns void

  • Verify a receipt

    Returns Promise<void>