Amazon Prime information.

Export

PrimeInformationType

interface PrimeInformationType {
    IsNationalPrime: boolean;
    IsPrime: boolean;
}

Properties

IsNationalPrime: boolean

Indicates whether the offer is an Amazon Prime offer throughout the entire marketplace where it is listed.

Memberof

PrimeInformationType

IsPrime: boolean

Indicates whether the offer is an Amazon Prime offer.

Memberof

PrimeInformationType