The paginated list of supply sources.

GetSupplySourcesResponse

interface GetSupplySourcesResponse {
    nextPageToken?: string;
    supplySources?: SupplySourceListInner[];
}

Properties

nextPageToken?: string

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

GetSupplySourcesResponse

supplySources?: SupplySourceListInner[]

The list of SupplySources.

GetSupplySourcesResponse