@airwallex/node-sdk
Version:
Airwallex Node.js SDK
25 lines • 1.09 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SimulationAgreementToTermsAndConditionsRequiredApiDto = void 0;
var SimulationAgreementToTermsAndConditionsRequiredApiDto;
(function (SimulationAgreementToTermsAndConditionsRequiredApiDto) {
SimulationAgreementToTermsAndConditionsRequiredApiDto.discriminator = 'SimulationAgreementToTermsAndConditionsRequiredApiDto';
SimulationAgreementToTermsAndConditionsRequiredApiDto.attributeTypeMap = [
{
name: 'endpoint',
baseName: 'endpoint',
type: 'string',
},
{
name: 'message',
baseName: 'message',
type: 'string',
},
{
name: 'method',
baseName: 'method',
type: 'string',
},
];
})(SimulationAgreementToTermsAndConditionsRequiredApiDto || (exports.SimulationAgreementToTermsAndConditionsRequiredApiDto = SimulationAgreementToTermsAndConditionsRequiredApiDto = {}));
//# sourceMappingURL=simulationAgreementToTermsAndConditionsRequiredApiDto.js.map