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