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: Api/CustomerPaymentInstrumentApi.cs
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -134,7 +134,7 @@ public interface ICustomerPaymentInstrumentApi : IApiAccessor
134
134
/// Create a Customer Payment Instrument
135
135
/// </summary>
136
136
/// <remarks>
137
-
///
137
+
/// Include an existing TMS Customer & Instrument Identifier token id in the request. * A Customer token can be created by calling: **POST *_/tms/v2/customers*** * An Instrument Identifier token can be created by calling: **POST *_/tms/v1/instrumentidentifiers***
138
138
/// </remarks>
139
139
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
140
140
/// <param name="customerTokenId">The TokenId of a customer.</param>
@@ -147,7 +147,7 @@ public interface ICustomerPaymentInstrumentApi : IApiAccessor
147
147
/// Create a Customer Payment Instrument
148
148
/// </summary>
149
149
/// <remarks>
150
-
///
150
+
/// Include an existing TMS Customer & Instrument Identifier token id in the request. * A Customer token can be created by calling: **POST *_/tms/v2/customers*** * An Instrument Identifier token can be created by calling: **POST *_/tms/v1/instrumentidentifiers***
151
151
/// </remarks>
152
152
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
153
153
/// <param name="customerTokenId">The TokenId of a customer.</param>
@@ -267,7 +267,7 @@ public interface ICustomerPaymentInstrumentApi : IApiAccessor
267
267
/// Create a Customer Payment Instrument
268
268
/// </summary>
269
269
/// <remarks>
270
-
///
270
+
/// Include an existing TMS Customer & Instrument Identifier token id in the request. * A Customer token can be created by calling: **POST *_/tms/v2/customers*** * An Instrument Identifier token can be created by calling: **POST *_/tms/v1/instrumentidentifiers***
271
271
/// </remarks>
272
272
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
273
273
/// <param name="customerTokenId">The TokenId of a customer.</param>
@@ -280,7 +280,7 @@ public interface ICustomerPaymentInstrumentApi : IApiAccessor
280
280
/// Create a Customer Payment Instrument
281
281
/// </summary>
282
282
/// <remarks>
283
-
///
283
+
/// Include an existing TMS Customer & Instrument Identifier token id in the request. * A Customer token can be created by calling: **POST *_/tms/v2/customers*** * An Instrument Identifier token can be created by calling: **POST *_/tms/v1/instrumentidentifiers***
284
284
/// </remarks>
285
285
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
286
286
/// <param name="customerTokenId">The TokenId of a customer.</param>
@@ -1039,7 +1039,7 @@ public async System.Threading.Tasks.Task<ApiResponse<Tmsv2customersEmbeddedDefau
1039
1039
}
1040
1040
1041
1041
/// <summary>
1042
-
/// Create a Customer Payment Instrument
1042
+
/// Create a Customer Payment Instrument Include an existing TMS Customer & Instrument Identifier token id in the request. * A Customer token can be created by calling: **POST *_/tms/v2/customers*** * An Instrument Identifier token can be created by calling: **POST *_/tms/v1/instrumentidentifiers***
1043
1043
/// </summary>
1044
1044
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
1045
1045
/// <param name="customerTokenId">The TokenId of a customer.</param>
@@ -1053,7 +1053,7 @@ public Tmsv2customersEmbeddedDefaultPaymentInstrument PostCustomerPaymentInstrum
1053
1053
}
1054
1054
1055
1055
/// <summary>
1056
-
/// Create a Customer Payment Instrument
1056
+
/// Create a Customer Payment Instrument Include an existing TMS Customer & Instrument Identifier token id in the request. * A Customer token can be created by calling: **POST *_/tms/v2/customers*** * An Instrument Identifier token can be created by calling: **POST *_/tms/v1/instrumentidentifiers***
1057
1057
/// </summary>
1058
1058
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
1059
1059
/// <param name="customerTokenId">The TokenId of a customer.</param>
@@ -1122,7 +1122,7 @@ public ApiResponse< Tmsv2customersEmbeddedDefaultPaymentInstrument > PostCustome
1122
1122
}
1123
1123
1124
1124
/// <summary>
1125
-
/// Create a Customer Payment Instrument
1125
+
/// Create a Customer Payment Instrument Include an existing TMS Customer & Instrument Identifier token id in the request. * A Customer token can be created by calling: **POST *_/tms/v2/customers*** * An Instrument Identifier token can be created by calling: **POST *_/tms/v1/instrumentidentifiers***
1126
1126
/// </summary>
1127
1127
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
1128
1128
/// <param name="customerTokenId">The TokenId of a customer.</param>
@@ -1137,7 +1137,7 @@ public async System.Threading.Tasks.Task<Tmsv2customersEmbeddedDefaultPaymentIns
1137
1137
}
1138
1138
1139
1139
/// <summary>
1140
-
/// Create a Customer Payment Instrument
1140
+
/// Create a Customer Payment Instrument Include an existing TMS Customer & Instrument Identifier token id in the request. * A Customer token can be created by calling: **POST *_/tms/v2/customers*** * An Instrument Identifier token can be created by calling: **POST *_/tms/v1/instrumentidentifiers***
1141
1141
/// </summary>
1142
1142
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
1143
1143
/// <param name="customerTokenId">The TokenId of a customer.</param>
Copy file name to clipboardExpand all lines: Api/CustomerShippingAddressApi.cs
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -134,7 +134,7 @@ public interface ICustomerShippingAddressApi : IApiAccessor
134
134
/// Create a Customer Shipping Address
135
135
/// </summary>
136
136
/// <remarks>
137
-
///
137
+
/// Include an existing TMS Customer token id in the request URI. * A Customer token can be created by calling: **POST *_/tms/v2/customers***
138
138
/// </remarks>
139
139
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
140
140
/// <param name="customerTokenId">The TokenId of a customer.</param>
@@ -147,7 +147,7 @@ public interface ICustomerShippingAddressApi : IApiAccessor
147
147
/// Create a Customer Shipping Address
148
148
/// </summary>
149
149
/// <remarks>
150
-
///
150
+
/// Include an existing TMS Customer token id in the request URI. * A Customer token can be created by calling: **POST *_/tms/v2/customers***
151
151
/// </remarks>
152
152
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
153
153
/// <param name="customerTokenId">The TokenId of a customer.</param>
@@ -267,7 +267,7 @@ public interface ICustomerShippingAddressApi : IApiAccessor
267
267
/// Create a Customer Shipping Address
268
268
/// </summary>
269
269
/// <remarks>
270
-
///
270
+
/// Include an existing TMS Customer token id in the request URI. * A Customer token can be created by calling: **POST *_/tms/v2/customers***
271
271
/// </remarks>
272
272
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
273
273
/// <param name="customerTokenId">The TokenId of a customer.</param>
@@ -280,7 +280,7 @@ public interface ICustomerShippingAddressApi : IApiAccessor
280
280
/// Create a Customer Shipping Address
281
281
/// </summary>
282
282
/// <remarks>
283
-
///
283
+
/// Include an existing TMS Customer token id in the request URI. * A Customer token can be created by calling: **POST *_/tms/v2/customers***
284
284
/// </remarks>
285
285
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
286
286
/// <param name="customerTokenId">The TokenId of a customer.</param>
@@ -1039,7 +1039,7 @@ public async System.Threading.Tasks.Task<ApiResponse<Tmsv2customersEmbeddedDefau
1039
1039
}
1040
1040
1041
1041
/// <summary>
1042
-
/// Create a Customer Shipping Address
1042
+
/// Create a Customer Shipping Address Include an existing TMS Customer token id in the request URI. * A Customer token can be created by calling: **POST *_/tms/v2/customers***
1043
1043
/// </summary>
1044
1044
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
1045
1045
/// <param name="customerTokenId">The TokenId of a customer.</param>
@@ -1053,7 +1053,7 @@ public Tmsv2customersEmbeddedDefaultShippingAddress PostCustomerShippingAddress
1053
1053
}
1054
1054
1055
1055
/// <summary>
1056
-
/// Create a Customer Shipping Address
1056
+
/// Create a Customer Shipping Address Include an existing TMS Customer token id in the request URI. * A Customer token can be created by calling: **POST *_/tms/v2/customers***
1057
1057
/// </summary>
1058
1058
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
1059
1059
/// <param name="customerTokenId">The TokenId of a customer.</param>
@@ -1122,7 +1122,7 @@ public ApiResponse< Tmsv2customersEmbeddedDefaultShippingAddress > PostCustomerS
1122
1122
}
1123
1123
1124
1124
/// <summary>
1125
-
/// Create a Customer Shipping Address
1125
+
/// Create a Customer Shipping Address Include an existing TMS Customer token id in the request URI. * A Customer token can be created by calling: **POST *_/tms/v2/customers***
1126
1126
/// </summary>
1127
1127
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
1128
1128
/// <param name="customerTokenId">The TokenId of a customer.</param>
@@ -1137,7 +1137,7 @@ public async System.Threading.Tasks.Task<Tmsv2customersEmbeddedDefaultShippingAd
1137
1137
}
1138
1138
1139
1139
/// <summary>
1140
-
/// Create a Customer Shipping Address
1140
+
/// Create a Customer Shipping Address Include an existing TMS Customer token id in the request URI. * A Customer token can be created by calling: **POST *_/tms/v2/customers***
1141
1141
/// </summary>
1142
1142
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
1143
1143
/// <param name="customerTokenId">The TokenId of a customer.</param>
Copy file name to clipboardExpand all lines: Api/PaymentInstrumentApi.cs
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -101,7 +101,7 @@ public interface IPaymentInstrumentApi : IApiAccessor
101
101
/// Create a Payment Instrument
102
102
/// </summary>
103
103
/// <remarks>
104
-
///
104
+
/// Include an existing TMS Instrument Identifier id in the request body. * An Instrument Identifier token can be created by calling: **POST *_/tms/v1/instrumentidentifiers***
105
105
/// </remarks>
106
106
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
@@ -113,7 +113,7 @@ public interface IPaymentInstrumentApi : IApiAccessor
113
113
/// Create a Payment Instrument
114
114
/// </summary>
115
115
/// <remarks>
116
-
///
116
+
/// Include an existing TMS Instrument Identifier id in the request body. * An Instrument Identifier token can be created by calling: **POST *_/tms/v1/instrumentidentifiers***
117
117
/// </remarks>
118
118
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
@@ -199,7 +199,7 @@ public interface IPaymentInstrumentApi : IApiAccessor
199
199
/// Create a Payment Instrument
200
200
/// </summary>
201
201
/// <remarks>
202
-
///
202
+
/// Include an existing TMS Instrument Identifier id in the request body. * An Instrument Identifier token can be created by calling: **POST *_/tms/v1/instrumentidentifiers***
203
203
/// </remarks>
204
204
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
@@ -211,7 +211,7 @@ public interface IPaymentInstrumentApi : IApiAccessor
211
211
/// Create a Payment Instrument
212
212
/// </summary>
213
213
/// <remarks>
214
-
///
214
+
/// Include an existing TMS Instrument Identifier id in the request body. * An Instrument Identifier token can be created by calling: **POST *_/tms/v1/instrumentidentifiers***
215
215
/// </remarks>
216
216
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
@@ -780,7 +780,7 @@ public async System.Threading.Tasks.Task<ApiResponse<Tmsv2customersEmbeddedDefau
780
780
}
781
781
782
782
/// <summary>
783
-
/// Create a Payment Instrument
783
+
/// Create a Payment Instrument Include an existing TMS Instrument Identifier id in the request body. * An Instrument Identifier token can be created by calling: **POST *_/tms/v1/instrumentidentifiers***
784
784
/// </summary>
785
785
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
@@ -793,7 +793,7 @@ public Tmsv2customersEmbeddedDefaultPaymentInstrument PostPaymentInstrument (Pos
793
793
}
794
794
795
795
/// <summary>
796
-
/// Create a Payment Instrument
796
+
/// Create a Payment Instrument Include an existing TMS Instrument Identifier id in the request body. * An Instrument Identifier token can be created by calling: **POST *_/tms/v1/instrumentidentifiers***
797
797
/// </summary>
798
798
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
@@ -857,7 +857,7 @@ public ApiResponse< Tmsv2customersEmbeddedDefaultPaymentInstrument > PostPayment
857
857
}
858
858
859
859
/// <summary>
860
-
/// Create a Payment Instrument
860
+
/// Create a Payment Instrument Include an existing TMS Instrument Identifier id in the request body. * An Instrument Identifier token can be created by calling: **POST *_/tms/v1/instrumentidentifiers***
861
861
/// </summary>
862
862
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
@@ -871,7 +871,7 @@ public async System.Threading.Tasks.Task<Tmsv2customersEmbeddedDefaultPaymentIns
871
871
}
872
872
873
873
/// <summary>
874
-
/// Create a Payment Instrument
874
+
/// Create a Payment Instrument Include an existing TMS Instrument Identifier id in the request body. * An Instrument Identifier token can be created by calling: **POST *_/tms/v1/instrumentidentifiers***
875
875
/// </summary>
876
876
/// <exception cref="CyberSource.Client.ApiException">Thrown when fails to make API call</exception>
0 commit comments