@airwallex/node-sdk
Version:
Airwallex Node.js SDK
30 lines • 1.02 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.MutableWebsiteCollectionDTO = void 0;
var MutableWebsiteCollectionDTO;
(function (MutableWebsiteCollectionDTO) {
MutableWebsiteCollectionDTO.discriminator = 'MutableWebsiteCollectionDTO';
MutableWebsiteCollectionDTO.attributeTypeMap = [
{
name: 'has_storefront_on_marketplace_platform',
baseName: 'has_storefront_on_marketplace_platform',
type: 'boolean',
},
{
name: 'status_declaration',
baseName: 'status_declaration',
type: 'string',
},
{
name: 'url',
baseName: 'url',
type: 'string',
},
{
name: 'urls',
baseName: 'urls',
type: 'Array<string>',
},
];
})(MutableWebsiteCollectionDTO || (exports.MutableWebsiteCollectionDTO = MutableWebsiteCollectionDTO = {}));
//# sourceMappingURL=mutableWebsiteCollectionDTO.js.map