/** 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