The response schema for the getSubscriptionById operation.

Export

GetSubscriptionByIdResponse

interface GetSubscriptionByIdResponse {
    errors?: Error[];
    payload?: Subscription;
}

Properties

Properties

errors?: Error[]

A list of error responses returned when a request is unsuccessful.

Memberof

GetSubscriptionByIdResponse

payload?: Subscription

Memberof

GetSubscriptionByIdResponse