@airwallex/node-sdk
Version:
Airwallex Node.js SDK
18 lines • 564 B
TypeScript
import { PaymentAcceptanceRefundRequest } from './paymentAcceptanceRefundRequest';
export interface PaymentAcceptanceAcceptDetails {
accepted_at?: Date;
accepted_by?: string;
description?: string;
reason?: string;
refund?: PaymentAcceptanceRefundRequest;
stage?: string;
}
export declare namespace PaymentAcceptanceAcceptDetails {
const discriminator: string;
const attributeTypeMap: Array<{
name: string;
baseName: string;
type: string;
}>;
}
//# sourceMappingURL=paymentAcceptanceAcceptDetails.d.ts.map