Interface SyncPurchasesResult

Result of a syncPurchases operation.

interface SyncPurchasesResult {
    customerInfo: CustomerInfo;
}

Properties

Properties

customerInfo: CustomerInfo

The updated customer info after syncing purchases.