@apaleo/angular-api-proxy-booking
Advanced tools
Comparing version
@@ -35,2 +35,14 @@ import { HttpClient, HttpHeaders, HttpResponse, HttpEvent } from '@angular/common/http'; | ||
} | ||
export declare namespace bookingPaymentAccountActionsByPaymentAccountIdExpirePaymentLinkPut { | ||
interface Params { | ||
/** | ||
* The identifier of the payment account with the payment link to expire | ||
*/ | ||
paymentAccountId: string; | ||
/** | ||
* Use this parameter to override the current date and time for the current request. Specify a date and time (without fractional second part) in UTC or with UTC offset as defined in the <a href=\"https://en.wikipedia.org/wiki/ISO_8601\">ISO8601:2004</a>.This header will only take effect on development environments. | ||
*/ | ||
apaleoCurrentDateTime?: Date; | ||
} | ||
} | ||
export declare namespace bookingPaymentAccountActionsByPaymentAccountIdFailPut { | ||
@@ -87,2 +99,13 @@ interface Params { | ||
/** | ||
* Expires the pending payment link with the payment provider and updates the status to Expired | ||
* <br>You must have this scope: 'payments.admin'. | ||
* @param $params.paymentAccountId The identifier of the payment account with the payment link to expire | ||
* @param $params.apaleoCurrentDateTime Use this parameter to override the current date and time for the current request. Specify a date and time (without fractional second part) in UTC or with UTC offset as defined in the <a href=\"https://en.wikipedia.org/wiki/ISO_8601\">ISO8601:2004</a>.This header will only take effect on development environments. | ||
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body. | ||
* @param reportProgress flag to report request and response progress. | ||
*/ | ||
bookingPaymentAccountActionsByPaymentAccountIdExpirePaymentLinkPut($params: bookingPaymentAccountActionsByPaymentAccountIdExpirePaymentLinkPut.Params, observe?: 'body', reportProgress?: boolean): Observable<any>; | ||
bookingPaymentAccountActionsByPaymentAccountIdExpirePaymentLinkPut($params: bookingPaymentAccountActionsByPaymentAccountIdExpirePaymentLinkPut.Params, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<any>>; | ||
bookingPaymentAccountActionsByPaymentAccountIdExpirePaymentLinkPut($params: bookingPaymentAccountActionsByPaymentAccountIdExpirePaymentLinkPut.Params, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<any>>; | ||
/** | ||
* Sets payment account to failed | ||
@@ -89,0 +112,0 @@ * <br>You must have this scope: 'payments.admin'. |
{ | ||
"name": "@apaleo/angular-api-proxy-booking", | ||
"version": "19.0.18", | ||
"version": "19.0.19", | ||
"description": "apaleo Api Proxy for Angular", | ||
@@ -5,0 +5,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
2193588
0.45%20729
0.29%