A fee event related to Amazon Imaging services.

ImagingServicesFeeEvent

interface ImagingServicesFeeEvent {
    ASIN?: string;
    FeeList?: FeeComponent[];
    ImagingRequestBillingItemID?: string;
    PostedDate?: string;
}

Properties

ASIN?: string

The Amazon Standard Identification Number (ASIN) of the item for which the imaging service was requested.

ImagingServicesFeeEvent

FeeList?: FeeComponent[]

A list of fee component information.

ImagingServicesFeeEvent

ImagingRequestBillingItemID?: string

The identifier for the imaging services request.

ImagingServicesFeeEvent

PostedDate?: string

Fields with a schema type of date are in ISO 8601 date time format (for example GroupBeginDate).

ImagingServicesFeeEvent