@airwallex/node-sdk
Version:
Airwallex Node.js SDK
40 lines • 1.05 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.FileInformation = void 0;
var FileInformation;
(function (FileInformation) {
FileInformation.discriminator = 'FileInformation';
FileInformation.attributeTypeMap = [
{
name: 'created',
baseName: 'created',
type: 'number',
},
{
name: 'file_id',
baseName: 'file_id',
type: 'string',
},
{
name: 'filename',
baseName: 'filename',
type: 'string',
},
{
name: 'notes',
baseName: 'notes',
type: 'string',
},
{
name: 'object_type',
baseName: 'object_type',
type: 'string',
},
{
name: 'size',
baseName: 'size',
type: 'number',
},
];
})(FileInformation || (exports.FileInformation = FileInformation = {}));
//# sourceMappingURL=fileInformation.js.map