You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/CreateSubscriptionResponse.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ Name | Type | Description | Notes
9
9
**submitTimeUtc** | **String** | Time of request in UTC. Format: `YYYY-MM-DDThh:mm:ssZ`**Example**`2016-08-11T22:47:57Z` equals August 11, 2016, at 22:47:57 (10:47:57 p.m.). The `T` separates the date and the time. The `Z` indicates UTC. Returned by Cybersource for all services. | [optional]
10
10
**status** | **String** | The status of the submitted transaction. Possible values: - COMPLETED - PENDING_REVIEW - DECLINED - INVALID_REQUEST | [optional]
List<DeviceDeAssociateV3Request> deviceDeAssociateV3Request =Arrays.asList(newDeviceDeAssociateV3Request()); // List<DeviceDeAssociateV3Request> | deviceId that has to be de-associated to the destination organizationId.
72
72
try {
73
-
List<InlineResponse2008> result = apiInstance.postDeAssociateV3Terminal(deviceDeAssociateV3Request);
73
+
List<InlineResponse2009> result = apiInstance.postDeAssociateV3Terminal(deviceDeAssociateV3Request);
74
74
System.out.println(result);
75
75
} catch (ApiException e) {
76
76
System.err.println("Exception when calling DeviceDeAssociationApi#postDeAssociateV3Terminal");
@@ -86,7 +86,7 @@ Name | Type | Description | Notes
0 commit comments