@@ -121,9 +121,9 @@ describe('TransactionsResource', () => {
121121 description : 'NCD for create' ,
122122 type : 'flat' ,
123123 recur : false ,
124- maximum_recurring_intervals : null ,
125- custom_data : { internal_reference : 'create_ref' } ,
126- restrict_to : [ 'pri_123' ] ,
124+ maximumRecurringIntervals : null ,
125+ customData : { internal_reference : 'create_ref' } ,
126+ restrictTo : [ 'pri_123' ] ,
127127 } ;
128128
129129 const body : CreateTransactionRequestBody = {
@@ -164,9 +164,9 @@ describe('TransactionsResource', () => {
164164 description : 'NCD for update' ,
165165 type : 'percentage' ,
166166 recur : true ,
167- maximum_recurring_intervals : 5 ,
168- custom_data : { internal_reference : 'update_ref' } ,
169- restrict_to : [ 'pri_456' , 'pri_789' ] ,
167+ maximumRecurringIntervals : 5 ,
168+ customData : { internal_reference : 'update_ref' } ,
169+ restrictTo : [ 'pri_456' , 'pri_789' ] ,
170170 } ;
171171
172172 const body : UpdateTransactionRequestBody = {
@@ -215,9 +215,9 @@ describe('TransactionsResource', () => {
215215 description : 'NCD for preview' ,
216216 type : 'flat' ,
217217 recur : false ,
218- maximum_recurring_intervals : null ,
219- custom_data : { internal_reference : 'preview_ref' } ,
220- restrict_to : [ 'pri_123' ] ,
218+ maximumRecurringIntervals : null ,
219+ customData : { internal_reference : 'preview_ref' } ,
220+ restrictTo : [ 'pri_123' ] ,
221221 } ;
222222
223223 const body : TransactionPreviewRequestBody = {
0 commit comments