UNPKG

@getopenpay/client

Version:

OpenPay API TypeScript SDK

26 lines (25 loc) 1.14 kB
/** * OpenPay API * super charge your subscription management. * * The version of the OpenAPI document: 1.2.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * * @export */ export declare const BillingMeterAggregationFormula: { readonly Sum: "sum"; readonly Count: "count"; }; export type BillingMeterAggregationFormula = typeof BillingMeterAggregationFormula[keyof typeof BillingMeterAggregationFormula]; export declare function instanceOfBillingMeterAggregationFormula(value: any): boolean; export declare function BillingMeterAggregationFormulaFromJSON(json: any): BillingMeterAggregationFormula; export declare function BillingMeterAggregationFormulaFromJSONTyped(json: any, ignoreDiscriminator: boolean): BillingMeterAggregationFormula; export declare function BillingMeterAggregationFormulaToJSON(value?: BillingMeterAggregationFormula | null): any; export declare function BillingMeterAggregationFormulaToJSONTyped(value: any, ignoreDiscriminator: boolean): BillingMeterAggregationFormula;