EntitleSubscriptionResponse
import type { EntitleSubscriptionResponse } from "https://googleapis.deno.dev/v1/paymentsresellersubscription:v1.ts";
Response that contains the entitled subscription resource.
interface EntitleSubscriptionResponse {
subscription?: Subscription;
}§Properties
§
subscription?: Subscription
[src]The subscription that has user linked to it.