@airwallex/node-sdk
Version:
Airwallex Node.js SDK
25 lines • 771 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.FormSchemaResponse = void 0;
var FormSchemaResponse;
(function (FormSchemaResponse) {
FormSchemaResponse.discriminator = 'FormSchemaResponse';
FormSchemaResponse.attributeTypeMap = [
{
name: 'condition',
baseName: 'condition',
type: 'BeneficiarySampleDto',
},
{
name: 'fields',
baseName: 'fields',
type: 'Array<FormSchemaFieldDto>',
},
{
name: 'key',
baseName: 'key',
type: 'string',
},
];
})(FormSchemaResponse || (exports.FormSchemaResponse = FormSchemaResponse = {}));
//# sourceMappingURL=formSchemaResponse.js.map