@maxio-com/advanced-billing-sdk
Version:
Ultimate billing and pricing flexibility for B2B SaaS. Maxio integrates directly into your product, so you can seamlessly manage your product catalog, bill customers, and collect payments.
17 lines • 719 B
TypeScript
/**
* AdvancedBilling
*
* This file was automatically generated for Maxio by APIMATIC v3.0 ( https://www.apimatic.io ).
*/
import { Schema } from '../schema.js';
import { GroupBilling } from './groupBilling.js';
import { GroupTarget } from './groupTarget.js';
export interface GroupSettings {
/** Attributes of the target customer who will be the responsible payer of the created subscription. Required. */
target: GroupTarget;
/** Optional attributes related to billing date and accrual. Note: Only applicable for new subscriptions. */
billing?: GroupBilling;
[key: string]: unknown;
}
export declare const groupSettingsSchema: Schema<GroupSettings>;
//# sourceMappingURL=groupSettings.d.ts.map