/** * PayPal Server SDKLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { Schema } from '../schema.js'; import { RefundIncompleteReason } from './refundIncompleteReason.js'; /** The details of the refund status. */ export interface RefundStatusDetails { /** The reason why the refund has the `PENDING` or `FAILED` status. */ reason?: RefundIncompleteReason; } export declare const refundStatusDetailsSchema: Schema; //# sourceMappingURL=refundStatusDetails.d.ts.map