SupplySourceListInner

interface SupplySourceListInner {
    address?: Address;
    alias?: string;
    supplySourceCode?: string;
    supplySourceId?: string;
}

Properties

address?: Address

SupplySourceListInner

alias?: string

The custom alias for this supply source

SupplySourceListInner

supplySourceCode?: string

The seller-provided unique supply source code.

SupplySourceListInner

supplySourceId?: string

An Amazon generated unique supply source ID.

SupplySourceListInner