UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

21 lines 830 B
import { SimulationDisputeDocument } from './simulationDisputeDocument'; export interface SimulationSupportingDocumentsResponse { customer_communication_documents?: Array<string>; customer_signature_documents?: Array<string>; documents?: Array<SimulationDisputeDocument>; duplicate_charge_defense_documents?: Array<string>; generated_files?: Array<string>; other_documents?: Array<string>; proof_of_delivery_documents?: Array<string>; receipt_documents?: Array<string>; refund_policy_documents?: Array<string>; } export declare namespace SimulationSupportingDocumentsResponse { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=simulationSupportingDocumentsResponse.d.ts.map