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
+22-22Lines changed: 22 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -85,8 +85,8 @@ public interface ICustomerPaymentInstrumentApi : IApiAccessor
85
85
/// <param name="profileId">The id of a profile containing user specific TMS configuration. (optional)</param>
86
86
/// <param name="offset">Starting record in zero-based dataset that should be returned as the first object in the array. Default is 0. (optional, default to 0)</param>
87
87
/// <param name="limit">The maximum number that can be returned in the array starting from the offset record in zero-based dataset. Default is 20, maximum is 100. (optional, default to 20)</param>
@@ -99,8 +99,8 @@ public interface ICustomerPaymentInstrumentApi : IApiAccessor
99
99
/// <param name="profileId">The id of a profile containing user specific TMS configuration. (optional)</param>
100
100
/// <param name="offset">Starting record in zero-based dataset that should be returned as the first object in the array. Default is 0. (optional, default to 0)</param>
101
101
/// <param name="limit">The maximum number that can be returned in the array starting from the offset record in zero-based dataset. Default is 20, maximum is 100. (optional, default to 20)</param>
102
-
/// <returns>ApiResponse of PaymentInstrumentListForCustomer</returns>
@@ -218,8 +218,8 @@ public interface ICustomerPaymentInstrumentApi : IApiAccessor
218
218
/// <param name="profileId">The id of a profile containing user specific TMS configuration. (optional)</param>
219
219
/// <param name="offset">Starting record in zero-based dataset that should be returned as the first object in the array. Default is 0. (optional, default to 0)</param>
220
220
/// <param name="limit">The maximum number that can be returned in the array starting from the offset record in zero-based dataset. Default is 20, maximum is 100. (optional, default to 20)</param>
221
-
/// <returns>Task of PaymentInstrumentListForCustomer</returns>
@@ -232,8 +232,8 @@ public interface ICustomerPaymentInstrumentApi : IApiAccessor
232
232
/// <param name="profileId">The id of a profile containing user specific TMS configuration. (optional)</param>
233
233
/// <param name="offset">Starting record in zero-based dataset that should be returned as the first object in the array. Default is 0. (optional, default to 0)</param>
234
234
/// <param name="limit">The maximum number that can be returned in the array starting from the offset record in zero-based dataset. Default is 20, maximum is 100. (optional, default to 20)</param>
235
-
/// <returns>Task of ApiResponse (PaymentInstrumentListForCustomer)</returns>
@@ -708,10 +708,10 @@ public async System.Threading.Tasks.Task<ApiResponse<Tmsv2customersEmbeddedDefau
708
708
/// <param name="profileId">The id of a profile containing user specific TMS configuration. (optional)</param>
709
709
/// <param name="offset">Starting record in zero-based dataset that should be returned as the first object in the array. Default is 0. (optional, default to 0)</param>
710
710
/// <param name="limit">The maximum number that can be returned in the array starting from the offset record in zero-based dataset. Default is 20, maximum is 100. (optional, default to 20)</param>
@@ -723,8 +723,8 @@ public PaymentInstrumentListForCustomer GetCustomerPaymentInstrumentsList (strin
723
723
/// <param name="profileId">The id of a profile containing user specific TMS configuration. (optional)</param>
724
724
/// <param name="offset">Starting record in zero-based dataset that should be returned as the first object in the array. Default is 0. (optional, default to 0)</param>
725
725
/// <param name="limit">The maximum number that can be returned in the array starting from the offset record in zero-based dataset. Default is 20, maximum is 100. (optional, default to 20)</param>
726
-
/// <returns>ApiResponse of PaymentInstrumentListForCustomer</returns>
@@ -784,10 +784,10 @@ public ApiResponse< PaymentInstrumentListForCustomer > GetCustomerPaymentInstrum
784
784
/// <param name="profileId">The id of a profile containing user specific TMS configuration. (optional)</param>
785
785
/// <param name="offset">Starting record in zero-based dataset that should be returned as the first object in the array. Default is 0. (optional, default to 0)</param>
786
786
/// <param name="limit">The maximum number that can be returned in the array starting from the offset record in zero-based dataset. Default is 20, maximum is 100. (optional, default to 20)</param>
787
-
/// <returns>Task of PaymentInstrumentListForCustomer</returns>
@@ -800,8 +800,8 @@ public async System.Threading.Tasks.Task<PaymentInstrumentListForCustomer> GetCu
800
800
/// <param name="profileId">The id of a profile containing user specific TMS configuration. (optional)</param>
801
801
/// <param name="offset">Starting record in zero-based dataset that should be returned as the first object in the array. Default is 0. (optional, default to 0)</param>
802
802
/// <param name="limit">The maximum number that can be returned in the array starting from the offset record in zero-based dataset. Default is 20, maximum is 100. (optional, default to 20)</param>
803
-
/// <returns>Task of ApiResponse (PaymentInstrumentListForCustomer)</returns>
0 commit comments