Interface StoreTransactionAppStore

Describes an in-store transaction. Subtype of StoreTransaction.

interface StoreTransactionAppStore {
    @type: "storeTransactionAppStore";
    receipt: string;
}

Properties

Properties

@type: "storeTransactionAppStore"
receipt: string

App Store receipt.