/** * 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 */ /** * * @export * @interface GetPayouts200ResponseLinks */ export interface GetPayouts200ResponseLinks { /** * * @type {string} * @memberof GetPayouts200ResponseLinks */ href?: string; /** * * @type {string} * @memberof GetPayouts200ResponseLinks */ rel?: string; /** * * @type {string} * @memberof GetPayouts200ResponseLinks */ method?: string; } /** * Check if a given object implements the GetPayouts200ResponseLinks interface. */ export declare function instanceOfGetPayouts200ResponseLinks(value: object): boolean; export declare function GetPayouts200ResponseLinksFromJSON(json: any): GetPayouts200ResponseLinks; export declare function GetPayouts200ResponseLinksFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetPayouts200ResponseLinks; export declare function GetPayouts200ResponseLinksToJSON(value?: GetPayouts200ResponseLinks | null): any;