UNPKG

@getopenpay/client

Version:

OpenPay API TypeScript SDK

28 lines (27 loc) 1.07 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 UsageAggMethodEnum: { readonly Sum: "sum"; readonly LastDuringPeriod: "last_during_period"; readonly LastEver: "last_ever"; readonly Max: "max"; }; export type UsageAggMethodEnum = typeof UsageAggMethodEnum[keyof typeof UsageAggMethodEnum]; export declare function instanceOfUsageAggMethodEnum(value: any): boolean; export declare function UsageAggMethodEnumFromJSON(json: any): UsageAggMethodEnum; export declare function UsageAggMethodEnumFromJSONTyped(json: any, ignoreDiscriminator: boolean): UsageAggMethodEnum; export declare function UsageAggMethodEnumToJSON(value?: UsageAggMethodEnum | null): any; export declare function UsageAggMethodEnumToJSONTyped(value: any, ignoreDiscriminator: boolean): UsageAggMethodEnum;