@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 • 595 B
TypeScript
/**
* AdvancedBilling
*
* This file was automatically generated for Maxio by APIMATIC v3.0 ( https://www.apimatic.io ).
*/
import { Schema } from '../schema.js';
export interface CreateCurrencyPrice {
/** ISO code for a currency defined on the site level */
currency?: string;
/** Price for the price level in this currency */
price?: number;
/** ID of the price that this corresponds with */
priceId?: number;
[key: string]: unknown;
}
export declare const createCurrencyPriceSchema: Schema<CreateCurrencyPrice>;
//# sourceMappingURL=createCurrencyPrice.d.ts.map