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
* @summary Get a list of Payments Apps - merchant level
76
83
* @param merchantId {@link string } The unique identifier of the merchant account.
77
84
* @param requestOptions {@link IRequest.Options }
78
-
* @param statuses {@link string } The status of the Payments App. Comma-separated list of one or more values. If no value is provided, the list returns all statuses. Possible values: * **BOARDED** * **REVOKED**
85
+
* @param statuses {@link string } The status of the Payments App. Comma-separated list of one or more values. If no value is provided, the list returns all statuses. Possible values: * **BOARDING** * **BOARDED** * **REVOKED**
79
86
* @param limit {@link number } The number of items to return.
80
87
* @param offset {@link number } The number of items to skip.
81
88
* @return {@link PaymentsAppResponse }
@@ -84,6 +91,7 @@ export class PaymentsAppApi extends Service {
* @summary Get a list of Payments Apps - store level
105
114
* @param merchantId {@link string } The unique identifier of the merchant account.
106
115
* @param storeId {@link string } The unique identifier of the store.
107
116
* @param requestOptions {@link IRequest.Options }
108
-
* @param statuses {@link string } The status of the Payments App. Comma-separated list of one or more values. If no value is provided, the list returns all statuses. Possible values: * **BOARDED** * **REVOKED**
117
+
* @param statuses {@link string } The status of the Payments App. Comma-separated list of one or more values. If no value is provided, the list returns all statuses. Possible values: * **BOARDING** * **BOARDED** * **REVOKED**
109
118
* @param limit {@link number } The number of items to return.
110
119
* @param offset {@link number } The number of items to skip.
111
120
* @return {@link PaymentsAppResponse }
@@ -115,6 +124,7 @@ export class PaymentsAppApi extends Service {
0 commit comments