GoogleCloudPaymentsResellerSubscriptionV1SubscriptionMigrationDetails
import type { GoogleCloudPaymentsResellerSubscriptionV1SubscriptionMigrationDetails } from "https://googleapis.deno.dev/v1/paymentsresellersubscription:v1.ts";
Describes the details of the migrated subscription.
interface GoogleCloudPaymentsResellerSubscriptionV1SubscriptionMigrationDetails {
readonly migratedSubscriptionId?: string;
}