interface UnverifiedReceipt {
    payload: ErrorPayload;
    receipt: CdvPurchase.Receipt;
}

Properties

Properties

payload: ErrorPayload