Amazon Prime information.

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.

PrimeInformationType

IsPrime: boolean

Indicates whether the offer is an Amazon Prime offer.

PrimeInformationType