/** * NOTE: This file is auto generated by Xendit. * Do not edit the class manually. * Improvements? Share your ideas at https://github.com/xendit/xendit-node */ /** * The type of the transactions. * @export * @interface TransactionResponseType */ export interface TransactionResponseType { } /** * Check if a given object implements the TransactionResponseType interface. */ export declare function instanceOfTransactionResponseType(value: object): boolean; export declare function TransactionResponseTypeFromJSON(json: any): TransactionResponseType; export declare function TransactionResponseTypeFromJSONTyped(json: any, ignoreDiscriminator: boolean): TransactionResponseType; export declare function TransactionResponseTypeToJSON(value?: TransactionResponseType | null): any;