@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
16 lines • 464 B
TypeScript
/** Missing description */
export interface BillingGroup {
/** Contact ID from /me/contact */
contactId?: number;
/** Creation date */
creationDate: string;
/** Billing group ID */
groupId: number;
/** Last update date */
lastUpdate: string;
/** Billing group unique name */
name: string;
/** Payment method ID associated to the billing group */
paymentMethodId?: number;
}
//# sourceMappingURL=BillingGroup.d.ts.map