ServicePeriod
import type { ServicePeriod } from "https://googleapis.deno.dev/v1/paymentsresellersubscription:v1.ts";
A description of what time period or moment in time the product or service is being delivered over.
interface ServicePeriod {
endTime?: Date;
startTime?: Date;
}