The listInboundPlans response.

ListInboundPlansResponse

interface ListInboundPlansResponse {
    inboundPlans?: InboundPlanSummary[];
    pagination?: Pagination;
}

Properties

inboundPlans?: InboundPlanSummary[]

A list of inbound plans with minimal information.

ListInboundPlansResponse

pagination?: Pagination

ListInboundPlansResponse