@getopenpay/client
Version:
OpenPay API TypeScript SDK
25 lines (24 loc) • 1 kB
TypeScript
/**
* 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 TaxIntegrationApiName: {
readonly AnrokV1: "anrok_v1";
};
export type TaxIntegrationApiName = typeof TaxIntegrationApiName[keyof typeof TaxIntegrationApiName];
export declare function instanceOfTaxIntegrationApiName(value: any): boolean;
export declare function TaxIntegrationApiNameFromJSON(json: any): TaxIntegrationApiName;
export declare function TaxIntegrationApiNameFromJSONTyped(json: any, ignoreDiscriminator: boolean): TaxIntegrationApiName;
export declare function TaxIntegrationApiNameToJSON(value?: TaxIntegrationApiName | null): any;
export declare function TaxIntegrationApiNameToJSONTyped(value: any, ignoreDiscriminator: boolean): TaxIntegrationApiName;