The response schema for the getSubscription operation.

Export

GetSubscriptionResponse

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

Properties

Properties

errors?: Error[]

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

Memberof

GetSubscriptionResponse

payload?: Subscription

Memberof

GetSubscriptionResponse