phaser - v3.90.0
    Preparing search index...

    Type Alias Purchase

    type Purchase = {
        developerPayload?: string;
        paymentID?: string;
        productID?: string;
        purchaseTime?: string;
        purchaseToken?: string;
        signedRequest?: string;
    }
    Index

    Properties

    developerPayload?: string

    A developer-specified string, provided during the purchase of the product.

    paymentID?: string

    The identifier for the purchase transaction.

    productID?: string

    The product's game-specified identifier.

    purchaseTime?: string

    Unix timestamp of when the purchase occurred.

    purchaseToken?: string

    A token representing the purchase that may be used to consume the purchase.

    signedRequest?: string

    Server-signed encoding of the purchase request.