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