@airwallex/node-sdk
Version:
Airwallex Node.js SDK
55 lines • 1.96 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SimulationSupportingDocumentsResponse = void 0;
var SimulationSupportingDocumentsResponse;
(function (SimulationSupportingDocumentsResponse) {
SimulationSupportingDocumentsResponse.discriminator = 'SimulationSupportingDocumentsResponse';
SimulationSupportingDocumentsResponse.attributeTypeMap = [
{
name: 'customer_communication_documents',
baseName: 'customer_communication_documents',
type: 'Array<string>',
},
{
name: 'customer_signature_documents',
baseName: 'customer_signature_documents',
type: 'Array<string>',
},
{
name: 'documents',
baseName: 'documents',
type: 'Array<SimulationDisputeDocument>',
},
{
name: 'duplicate_charge_defense_documents',
baseName: 'duplicate_charge_defense_documents',
type: 'Array<string>',
},
{
name: 'generated_files',
baseName: 'generated_files',
type: 'Array<string>',
},
{
name: 'other_documents',
baseName: 'other_documents',
type: 'Array<string>',
},
{
name: 'proof_of_delivery_documents',
baseName: 'proof_of_delivery_documents',
type: 'Array<string>',
},
{
name: 'receipt_documents',
baseName: 'receipt_documents',
type: 'Array<string>',
},
{
name: 'refund_policy_documents',
baseName: 'refund_policy_documents',
type: 'Array<string>',
},
];
})(SimulationSupportingDocumentsResponse || (exports.SimulationSupportingDocumentsResponse = SimulationSupportingDocumentsResponse = {}));
//# sourceMappingURL=simulationSupportingDocumentsResponse.js.map