Interface PurchasesPromotionalOffer

interface PurchasesPromotionalOffer {
    identifier: string;
    keyIdentifier: string;
    nonce: string;
    signature: string;
    timestamp: number;
}

Properties

identifier: string
keyIdentifier: string
nonce: string
signature: string
timestamp: number

Generated using TypeDoc