Interface SupplySourcesApiModelGetSupplySourcesResponse

The paginated list of supply sources.

GetSupplySourcesResponse

interface SupplySourcesApiModelGetSupplySourcesResponse {
    nextPageToken?: string;
    supplySources?: object[];
}

Properties

nextPageToken?: string

If present, use this pagination token to retrieve the next page of supply sources.

GetSupplySourcesResponse

supplySources?: object[]

The list of SupplySources.

GetSupplySourcesResponse

MMNEPVFCICPMFPCPTTAAATR