| 12345678910111213141516 |
- 'use strict';
- const createdPartyRegistration1 = {
- responseCode: '200',
- responseDescription: 'OK',
- responseRequestId: 'rid',
- registrationId: '3bd3c02dc6965c8b9240',
- venId: '3f59d85fbdf3997dbeb1',
- vtnId: 'VTN_ID1',
- pollFreqDuration: 'PT10S'
- };
- module.exports = {
- createdPartyRegistration1,
- };
|