Skip to content

Commit 59d6e7f

Browse files
authored
Merge pull request #157 from CyberSource/aug_release
aug release
2 parents 8ea0d72 + 0849fec commit 59d6e7f

File tree

89 files changed

+10187
-174
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+10187
-174
lines changed

Api/BillingAgreementsApi.cs

Lines changed: 959 additions & 0 deletions
Large diffs are not rendered by default.

Api/InvoiceSettingsApi.cs

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,10 @@ public ApiResponse< InvoicingV2InvoiceSettingsGet200Response > GetInvoiceSetting
290290

291291
// to determine the Accept header
292292
string[] localVarHttpHeaderAccepts = new string[] {
293-
"application/json;charset=utf-8"
293+
"application/json",
294+
"application/hal+json",
295+
"application/json;charset=utf-8",
296+
"application/hal+json;charset=utf-8"
294297
};
295298
string localVarHttpHeaderAccept = Configuration.ApiClient.SelectHeaderAccept(localVarHttpHeaderAccepts);
296299
if (localVarHttpHeaderAccept != null)
@@ -372,7 +375,10 @@ public async System.Threading.Tasks.Task<ApiResponse<InvoicingV2InvoiceSettingsG
372375

373376
// to determine the Accept header
374377
string[] localVarHttpHeaderAccepts = new string[] {
375-
"application/json;charset=utf-8"
378+
"application/json",
379+
"application/hal+json",
380+
"application/json;charset=utf-8",
381+
"application/hal+json;charset=utf-8"
376382
};
377383
string localVarHttpHeaderAccept = Configuration.ApiClient.SelectHeaderAccept(localVarHttpHeaderAccepts);
378384
if (localVarHttpHeaderAccept != null)
@@ -460,7 +466,10 @@ public ApiResponse< InvoicingV2InvoiceSettingsGet200Response > UpdateInvoiceSett
460466

461467
// to determine the Accept header
462468
string[] localVarHttpHeaderAccepts = new string[] {
463-
"application/json;charset=utf-8"
469+
"application/json",
470+
"application/hal+json",
471+
"application/json;charset=utf-8",
472+
"application/hal+json;charset=utf-8"
464473
};
465474
string localVarHttpHeaderAccept = Configuration.ApiClient.SelectHeaderAccept(localVarHttpHeaderAccepts);
466475
if (localVarHttpHeaderAccept != null)
@@ -561,7 +570,10 @@ public async System.Threading.Tasks.Task<ApiResponse<InvoicingV2InvoiceSettingsG
561570

562571
// to determine the Accept header
563572
string[] localVarHttpHeaderAccepts = new string[] {
564-
"application/json;charset=utf-8"
573+
"application/json",
574+
"application/hal+json",
575+
"application/json;charset=utf-8",
576+
"application/hal+json;charset=utf-8"
565577
};
566578
string localVarHttpHeaderAccept = Configuration.ApiClient.SelectHeaderAccept(localVarHttpHeaderAccepts);
567579
if (localVarHttpHeaderAccept != null)

Api/InvoicesApi.cs

Lines changed: 48 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,10 @@ public ApiResponse< InvoicingV2InvoicesPost201Response > CreateInvoiceWithHttpIn
482482

483483
// to determine the Accept header
484484
string[] localVarHttpHeaderAccepts = new string[] {
485-
"application/json;charset=utf-8"
485+
"application/json",
486+
"application/hal+json",
487+
"application/json;charset=utf-8",
488+
"application/hal+json;charset=utf-8"
486489
};
487490
string localVarHttpHeaderAccept = Configuration.ApiClient.SelectHeaderAccept(localVarHttpHeaderAccepts);
488491
if (localVarHttpHeaderAccept != null)
@@ -583,7 +586,10 @@ public async System.Threading.Tasks.Task<ApiResponse<InvoicingV2InvoicesPost201R
583586

584587
// to determine the Accept header
585588
string[] localVarHttpHeaderAccepts = new string[] {
586-
"application/json;charset=utf-8"
589+
"application/json",
590+
"application/hal+json",
591+
"application/json;charset=utf-8",
592+
"application/hal+json;charset=utf-8"
587593
};
588594
string localVarHttpHeaderAccept = Configuration.ApiClient.SelectHeaderAccept(localVarHttpHeaderAccepts);
589595
if (localVarHttpHeaderAccept != null)
@@ -692,7 +698,10 @@ public ApiResponse< InvoicingV2InvoicesAllGet200Response > GetAllInvoicesWithHtt
692698

693699
// to determine the Accept header
694700
string[] localVarHttpHeaderAccepts = new string[] {
695-
"application/json;charset=utf-8"
701+
"application/json",
702+
"application/hal+json",
703+
"application/json;charset=utf-8",
704+
"application/hal+json;charset=utf-8"
696705
};
697706
string localVarHttpHeaderAccept = Configuration.ApiClient.SelectHeaderAccept(localVarHttpHeaderAccepts);
698707
if (localVarHttpHeaderAccept != null)
@@ -807,7 +816,10 @@ public async System.Threading.Tasks.Task<ApiResponse<InvoicingV2InvoicesAllGet20
807816

808817
// to determine the Accept header
809818
string[] localVarHttpHeaderAccepts = new string[] {
810-
"application/json;charset=utf-8"
819+
"application/json",
820+
"application/hal+json",
821+
"application/json;charset=utf-8",
822+
"application/hal+json;charset=utf-8"
811823
};
812824
string localVarHttpHeaderAccept = Configuration.ApiClient.SelectHeaderAccept(localVarHttpHeaderAccepts);
813825
if (localVarHttpHeaderAccept != null)
@@ -910,7 +922,10 @@ public ApiResponse< InvoicingV2InvoicesGet200Response > GetInvoiceWithHttpInfo (
910922

911923
// to determine the Accept header
912924
string[] localVarHttpHeaderAccepts = new string[] {
913-
"application/json;charset=utf-8"
925+
"application/json",
926+
"application/hal+json",
927+
"application/json;charset=utf-8",
928+
"application/hal+json;charset=utf-8"
914929
};
915930
string localVarHttpHeaderAccept = Configuration.ApiClient.SelectHeaderAccept(localVarHttpHeaderAccepts);
916931
if (localVarHttpHeaderAccept != null)
@@ -1005,7 +1020,10 @@ public async System.Threading.Tasks.Task<ApiResponse<InvoicingV2InvoicesGet200Re
10051020

10061021
// to determine the Accept header
10071022
string[] localVarHttpHeaderAccepts = new string[] {
1008-
"application/json;charset=utf-8"
1023+
"application/json",
1024+
"application/hal+json",
1025+
"application/json;charset=utf-8",
1026+
"application/hal+json;charset=utf-8"
10091027
};
10101028
string localVarHttpHeaderAccept = Configuration.ApiClient.SelectHeaderAccept(localVarHttpHeaderAccepts);
10111029
if (localVarHttpHeaderAccept != null)
@@ -1098,7 +1116,10 @@ public ApiResponse< InvoicingV2InvoicesPost201Response > PerformCancelActionWith
10981116

10991117
// to determine the Accept header
11001118
string[] localVarHttpHeaderAccepts = new string[] {
1101-
"application/json;charset=utf-8"
1119+
"application/json",
1120+
"application/hal+json",
1121+
"application/json;charset=utf-8",
1122+
"application/hal+json;charset=utf-8"
11021123
};
11031124
string localVarHttpHeaderAccept = Configuration.ApiClient.SelectHeaderAccept(localVarHttpHeaderAccepts);
11041125
if (localVarHttpHeaderAccept != null)
@@ -1193,7 +1214,10 @@ public async System.Threading.Tasks.Task<ApiResponse<InvoicingV2InvoicesPost201R
11931214

11941215
// to determine the Accept header
11951216
string[] localVarHttpHeaderAccepts = new string[] {
1196-
"application/json;charset=utf-8"
1217+
"application/json",
1218+
"application/hal+json",
1219+
"application/json;charset=utf-8",
1220+
"application/hal+json;charset=utf-8"
11971221
};
11981222
string localVarHttpHeaderAccept = Configuration.ApiClient.SelectHeaderAccept(localVarHttpHeaderAccepts);
11991223
if (localVarHttpHeaderAccept != null)
@@ -1286,7 +1310,10 @@ public ApiResponse< InvoicingV2InvoicesPost201Response > PerformSendActionWithHt
12861310

12871311
// to determine the Accept header
12881312
string[] localVarHttpHeaderAccepts = new string[] {
1289-
"application/json;charset=utf-8"
1313+
"application/json",
1314+
"application/hal+json",
1315+
"application/json;charset=utf-8",
1316+
"application/hal+json;charset=utf-8"
12901317
};
12911318
string localVarHttpHeaderAccept = Configuration.ApiClient.SelectHeaderAccept(localVarHttpHeaderAccepts);
12921319
if (localVarHttpHeaderAccept != null)
@@ -1381,7 +1408,10 @@ public async System.Threading.Tasks.Task<ApiResponse<InvoicingV2InvoicesPost201R
13811408

13821409
// to determine the Accept header
13831410
string[] localVarHttpHeaderAccepts = new string[] {
1384-
"application/json;charset=utf-8"
1411+
"application/json",
1412+
"application/hal+json",
1413+
"application/json;charset=utf-8",
1414+
"application/hal+json;charset=utf-8"
13851415
};
13861416
string localVarHttpHeaderAccept = Configuration.ApiClient.SelectHeaderAccept(localVarHttpHeaderAccepts);
13871417
if (localVarHttpHeaderAccept != null)
@@ -1482,7 +1512,10 @@ public ApiResponse< InvoicingV2InvoicesPost201Response > UpdateInvoiceWithHttpIn
14821512

14831513
// to determine the Accept header
14841514
string[] localVarHttpHeaderAccepts = new string[] {
1485-
"application/json;charset=utf-8"
1515+
"application/json",
1516+
"application/hal+json",
1517+
"application/json;charset=utf-8",
1518+
"application/hal+json;charset=utf-8"
14861519
};
14871520
string localVarHttpHeaderAccept = Configuration.ApiClient.SelectHeaderAccept(localVarHttpHeaderAccepts);
14881521
if (localVarHttpHeaderAccept != null)
@@ -1596,7 +1629,10 @@ public async System.Threading.Tasks.Task<ApiResponse<InvoicingV2InvoicesPost201R
15961629

15971630
// to determine the Accept header
15981631
string[] localVarHttpHeaderAccepts = new string[] {
1599-
"application/json;charset=utf-8"
1632+
"application/json",
1633+
"application/hal+json",
1634+
"application/json;charset=utf-8",
1635+
"application/hal+json;charset=utf-8"
16001636
};
16011637
string localVarHttpHeaderAccept = Configuration.ApiClient.SelectHeaderAccept(localVarHttpHeaderAccepts);
16021638
if (localVarHttpHeaderAccept != null)

Api/PlansApi.cs

Lines changed: 64 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,10 @@ public ApiResponse< InlineResponse2004 > ActivatePlanWithHttpInfo (string id)
570570

571571
// to determine the Accept header
572572
string[] localVarHttpHeaderAccepts = new string[] {
573-
"application/json;charset=utf-8"
573+
"application/json",
574+
"application/hal+json",
575+
"application/json;charset=utf-8",
576+
"application/hal+json;charset=utf-8"
574577
};
575578
string localVarHttpHeaderAccept = Configuration.ApiClient.SelectHeaderAccept(localVarHttpHeaderAccepts);
576579
if (localVarHttpHeaderAccept != null)
@@ -665,7 +668,10 @@ public async System.Threading.Tasks.Task<ApiResponse<InlineResponse2004>> Activa
665668

666669
// to determine the Accept header
667670
string[] localVarHttpHeaderAccepts = new string[] {
668-
"application/json;charset=utf-8"
671+
"application/json",
672+
"application/hal+json",
673+
"application/json;charset=utf-8",
674+
"application/hal+json;charset=utf-8"
669675
};
670676
string localVarHttpHeaderAccept = Configuration.ApiClient.SelectHeaderAccept(localVarHttpHeaderAccepts);
671677
if (localVarHttpHeaderAccept != null)
@@ -758,7 +764,10 @@ public ApiResponse< InlineResponse201 > CreatePlanWithHttpInfo (CreatePlanReques
758764

759765
// to determine the Accept header
760766
string[] localVarHttpHeaderAccepts = new string[] {
761-
"application/json;charset=utf-8"
767+
"application/json",
768+
"application/hal+json",
769+
"application/json;charset=utf-8",
770+
"application/hal+json;charset=utf-8"
762771
};
763772
string localVarHttpHeaderAccept = Configuration.ApiClient.SelectHeaderAccept(localVarHttpHeaderAccepts);
764773
if (localVarHttpHeaderAccept != null)
@@ -859,7 +868,10 @@ public async System.Threading.Tasks.Task<ApiResponse<InlineResponse201>> CreateP
859868

860869
// to determine the Accept header
861870
string[] localVarHttpHeaderAccepts = new string[] {
862-
"application/json;charset=utf-8"
871+
"application/json",
872+
"application/hal+json",
873+
"application/json;charset=utf-8",
874+
"application/hal+json;charset=utf-8"
863875
};
864876
string localVarHttpHeaderAccept = Configuration.ApiClient.SelectHeaderAccept(localVarHttpHeaderAccepts);
865877
if (localVarHttpHeaderAccept != null)
@@ -958,7 +970,10 @@ public ApiResponse< InlineResponse2004 > DeactivatePlanWithHttpInfo (string id)
958970

959971
// to determine the Accept header
960972
string[] localVarHttpHeaderAccepts = new string[] {
961-
"application/json;charset=utf-8"
973+
"application/json",
974+
"application/hal+json",
975+
"application/json;charset=utf-8",
976+
"application/hal+json;charset=utf-8"
962977
};
963978
string localVarHttpHeaderAccept = Configuration.ApiClient.SelectHeaderAccept(localVarHttpHeaderAccepts);
964979
if (localVarHttpHeaderAccept != null)
@@ -1053,7 +1068,10 @@ public async System.Threading.Tasks.Task<ApiResponse<InlineResponse2004>> Deacti
10531068

10541069
// to determine the Accept header
10551070
string[] localVarHttpHeaderAccepts = new string[] {
1056-
"application/json;charset=utf-8"
1071+
"application/json",
1072+
"application/hal+json",
1073+
"application/json;charset=utf-8",
1074+
"application/hal+json;charset=utf-8"
10571075
};
10581076
string localVarHttpHeaderAccept = Configuration.ApiClient.SelectHeaderAccept(localVarHttpHeaderAccepts);
10591077
if (localVarHttpHeaderAccept != null)
@@ -1146,7 +1164,10 @@ public ApiResponse< InlineResponse2002 > DeletePlanWithHttpInfo (string id)
11461164

11471165
// to determine the Accept header
11481166
string[] localVarHttpHeaderAccepts = new string[] {
1149-
"application/json;charset=utf-8"
1167+
"application/json",
1168+
"application/hal+json",
1169+
"application/json;charset=utf-8",
1170+
"application/hal+json;charset=utf-8"
11501171
};
11511172
string localVarHttpHeaderAccept = Configuration.ApiClient.SelectHeaderAccept(localVarHttpHeaderAccepts);
11521173
if (localVarHttpHeaderAccept != null)
@@ -1241,7 +1262,10 @@ public async System.Threading.Tasks.Task<ApiResponse<InlineResponse2002>> Delete
12411262

12421263
// to determine the Accept header
12431264
string[] localVarHttpHeaderAccepts = new string[] {
1244-
"application/json;charset=utf-8"
1265+
"application/json",
1266+
"application/hal+json",
1267+
"application/json;charset=utf-8",
1268+
"application/hal+json;charset=utf-8"
12451269
};
12461270
string localVarHttpHeaderAccept = Configuration.ApiClient.SelectHeaderAccept(localVarHttpHeaderAccepts);
12471271
if (localVarHttpHeaderAccept != null)
@@ -1334,7 +1358,10 @@ public ApiResponse< InlineResponse2001 > GetPlanWithHttpInfo (string id)
13341358

13351359
// to determine the Accept header
13361360
string[] localVarHttpHeaderAccepts = new string[] {
1337-
"application/json;charset=utf-8"
1361+
"application/json",
1362+
"application/hal+json",
1363+
"application/json;charset=utf-8",
1364+
"application/hal+json;charset=utf-8"
13381365
};
13391366
string localVarHttpHeaderAccept = Configuration.ApiClient.SelectHeaderAccept(localVarHttpHeaderAccepts);
13401367
if (localVarHttpHeaderAccept != null)
@@ -1429,7 +1456,10 @@ public async System.Threading.Tasks.Task<ApiResponse<InlineResponse2001>> GetPla
14291456

14301457
// to determine the Accept header
14311458
string[] localVarHttpHeaderAccepts = new string[] {
1432-
"application/json;charset=utf-8"
1459+
"application/json",
1460+
"application/hal+json",
1461+
"application/json;charset=utf-8",
1462+
"application/hal+json;charset=utf-8"
14331463
};
14341464
string localVarHttpHeaderAccept = Configuration.ApiClient.SelectHeaderAccept(localVarHttpHeaderAccepts);
14351465
if (localVarHttpHeaderAccept != null)
@@ -1514,7 +1544,10 @@ public ApiResponse< InlineResponse2005 > GetPlanCodeWithHttpInfo ()
15141544

15151545
// to determine the Accept header
15161546
string[] localVarHttpHeaderAccepts = new string[] {
1517-
"application/json;charset=utf-8"
1547+
"application/json",
1548+
"application/hal+json",
1549+
"application/json;charset=utf-8",
1550+
"application/hal+json;charset=utf-8"
15181551
};
15191552
string localVarHttpHeaderAccept = Configuration.ApiClient.SelectHeaderAccept(localVarHttpHeaderAccepts);
15201553
if (localVarHttpHeaderAccept != null)
@@ -1596,7 +1629,10 @@ public async System.Threading.Tasks.Task<ApiResponse<InlineResponse2005>> GetPla
15961629

15971630
// to determine the Accept header
15981631
string[] localVarHttpHeaderAccepts = new string[] {
1599-
"application/json;charset=utf-8"
1632+
"application/json",
1633+
"application/hal+json",
1634+
"application/json;charset=utf-8",
1635+
"application/hal+json;charset=utf-8"
16001636
};
16011637
string localVarHttpHeaderAccept = Configuration.ApiClient.SelectHeaderAccept(localVarHttpHeaderAccepts);
16021638
if (localVarHttpHeaderAccept != null)
@@ -1686,7 +1722,10 @@ public ApiResponse< InlineResponse200 > GetPlansWithHttpInfo (int? offset = null
16861722

16871723
// to determine the Accept header
16881724
string[] localVarHttpHeaderAccepts = new string[] {
1689-
"application/json;charset=utf-8"
1725+
"application/json",
1726+
"application/hal+json",
1727+
"application/json;charset=utf-8",
1728+
"application/hal+json;charset=utf-8"
16901729
};
16911730
string localVarHttpHeaderAccept = Configuration.ApiClient.SelectHeaderAccept(localVarHttpHeaderAccepts);
16921731
if (localVarHttpHeaderAccept != null)
@@ -1803,7 +1842,10 @@ public async System.Threading.Tasks.Task<ApiResponse<InlineResponse200>> GetPlan
18031842

18041843
// to determine the Accept header
18051844
string[] localVarHttpHeaderAccepts = new string[] {
1806-
"application/json;charset=utf-8"
1845+
"application/json",
1846+
"application/hal+json",
1847+
"application/json;charset=utf-8",
1848+
"application/hal+json;charset=utf-8"
18071849
};
18081850
string localVarHttpHeaderAccept = Configuration.ApiClient.SelectHeaderAccept(localVarHttpHeaderAccepts);
18091851
if (localVarHttpHeaderAccept != null)
@@ -1924,7 +1966,10 @@ public ApiResponse< InlineResponse2003 > UpdatePlanWithHttpInfo (string id, Upda
19241966

19251967
// to determine the Accept header
19261968
string[] localVarHttpHeaderAccepts = new string[] {
1927-
"application/json;charset=utf-8"
1969+
"application/json",
1970+
"application/hal+json",
1971+
"application/json;charset=utf-8",
1972+
"application/hal+json;charset=utf-8"
19281973
};
19291974
string localVarHttpHeaderAccept = Configuration.ApiClient.SelectHeaderAccept(localVarHttpHeaderAccepts);
19301975
if (localVarHttpHeaderAccept != null)
@@ -2038,7 +2083,10 @@ public async System.Threading.Tasks.Task<ApiResponse<InlineResponse2003>> Update
20382083

20392084
// to determine the Accept header
20402085
string[] localVarHttpHeaderAccepts = new string[] {
2041-
"application/json;charset=utf-8"
2086+
"application/json",
2087+
"application/hal+json",
2088+
"application/json;charset=utf-8",
2089+
"application/hal+json;charset=utf-8"
20422090
};
20432091
string localVarHttpHeaderAccept = Configuration.ApiClient.SelectHeaderAccept(localVarHttpHeaderAccepts);
20442092
if (localVarHttpHeaderAccept != null)

0 commit comments

Comments
 (0)