GoogleCloudPaymentsResellerSubscriptionV1GenerateUserSessionResponse
import type { GoogleCloudPaymentsResellerSubscriptionV1GenerateUserSessionResponse } from "https://googleapis.deno.dev/v1/paymentsresellersubscription:v1.ts";
[Preview only] Response that contains the details for generated user session.
interface GoogleCloudPaymentsResellerSubscriptionV1GenerateUserSessionResponse {
userSession?: GoogleCloudPaymentsResellerSubscriptionV1UserSession;
}