/** * PayPal Server SDKLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { Schema } from '../schema.js'; import { RefundStatus } from './refundStatus.js'; import { RefundStatusDetails } from './refundStatusDetails.js'; /** The refund status with details. */ export interface RefundStatusWithDetails { /** The status of the refund. */ status?: RefundStatus; /** The details of the refund status. */ statusDetails?: RefundStatusDetails; } export declare const refundStatusWithDetailsSchema: Schema; //# sourceMappingURL=refundStatusWithDetails.d.ts.map