UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

31 lines 1.06 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IssuingNonPciDisputeMessage = void 0; var IssuingNonPciDisputeMessage; (function (IssuingNonPciDisputeMessage) { IssuingNonPciDisputeMessage.validUpdatedByEnum = ['CUSTOMER', 'AIRWALLEX']; IssuingNonPciDisputeMessage.discriminator = 'type'; IssuingNonPciDisputeMessage.attributeTypeMap = [ { name: 'evidence_files', baseName: 'evidence_files', type: 'Array<string>', }, { name: 'note', baseName: 'note', type: 'string', }, { name: 'updated_at', baseName: 'updated_at', type: 'string', }, { name: 'updated_by', baseName: 'updated_by', type: 'IssuingNonPciDisputeMessage.UpdatedByEnum', }, ]; })(IssuingNonPciDisputeMessage || (exports.IssuingNonPciDisputeMessage = IssuingNonPciDisputeMessage = {})); //# sourceMappingURL=issuingNonPciDisputeMessage.js.map