wallet 1.1.3 → 1.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.openapi-generator/FILES +309 -309
- package/.openapi-generator-ignore +23 -23
- package/api/advertisementCreditsApi.ts +589 -589
- package/api/analyticsApi.ts +5953 -5953
- package/api/apis.ts +86 -86
- package/api/appleWalletSubscribersApi.ts +235 -235
- package/api/billingApi.ts +680 -680
- package/api/clubMembersPointsApi.ts +798 -798
- package/api/configurationApi.ts +225 -225
- package/api/countriesApi.ts +155 -155
- package/api/customerApi.ts +737 -737
- package/api/dashboardApi.ts +1553 -1553
- package/api/dynamicVouchersApi.ts +603 -603
- package/api/employeeAccessApi.ts +165 -165
- package/api/employeesApi.ts +2933 -2933
- package/api/industriesApi.ts +155 -155
- package/api/infoGenesisReportsApi.ts +2023 -2023
- package/api/integratedTerminalsApi.ts +447 -447
- package/api/interactionsApi.ts +678 -678
- package/api/linkBookApi.ts +447 -447
- package/api/linkBookSectionApi.ts +447 -447
- package/api/loginAndLogoutApi.ts +296 -296
- package/api/membershipTiersApi.ts +729 -729
- package/api/merchantApi.ts +1534 -1534
- package/api/merchantCreditsApi.ts +798 -798
- package/api/merchantURLsApi.ts +586 -586
- package/api/mobileTerminalApi.ts +323 -323
- package/api/newsApi.ts +447 -447
- package/api/paymentDesignsApi.ts +519 -519
- package/api/performancesApi.ts +447 -447
- package/api/promoCodesApi.ts +447 -447
- package/api/sMSApi.ts +1999 -1999
- package/api/settingsApi.ts +220 -220
- package/api/staticVoucherCampaignGroupsApi.ts +165 -165
- package/api/staticVoucherCampaignsApi.ts +1484 -1484
- package/api/staticVouchersApi.ts +535 -535
- package/api/systemApi.ts +604 -604
- package/api/transactionLedgerApi.ts +203 -203
- package/api/utilitiesApi.ts +157 -157
- package/api/webTerminalApi.ts +309 -309
- package/api.ts +2 -2
- package/examples/advertisementcredits.example.ts +50 -50
- package/examples/clubmembers.example.ts +50 -50
- package/examples/linkbook.example.ts +50 -50
- package/examples/membershiptiers.example.ts +49 -49
- package/examples/merchanturls.example.ts +47 -47
- package/examples/news.example.ts +51 -51
- package/examples/paymentdesigns.example.ts +56 -56
- package/git_push.sh +57 -57
- package/model/advertisementCredit.ts +103 -103
- package/model/advertisementCreditBroadcast.ts +154 -154
- package/model/advertisementCreditScan.ts +170 -170
- package/model/agreement.ts +133 -133
- package/model/alert.ts +79 -79
- package/model/announcement.ts +67 -67
- package/model/applicableTerminals.ts +30 -30
- package/model/applicableTerminalsAnyOf.ts +17 -17
- package/model/applicableTerminalsAnyOf1.ts +17 -17
- package/model/applicableTerminalsAnyOf2.ts +17 -17
- package/model/applicableTerminalsAnyOf3.ts +17 -17
- package/model/authError.ts +55 -55
- package/model/availablePhoneNumbersRequest.ts +43 -43
- package/model/clickFunnelAmount.ts +37 -37
- package/model/clickFunnelContact.ts +248 -248
- package/model/clickFunnelContactProfile.ts +235 -235
- package/model/clickFunnelEvent.ts +38 -38
- package/model/clickFunnelOriginalAmount.ts +37 -37
- package/model/clickFunnelProduct.ts +194 -194
- package/model/clickFunnelPurchase.ts +178 -178
- package/model/createStaticVoucherCampaign.ts +109 -109
- package/model/createStaticVoucherCampaignWithVoucher.ts +109 -109
- package/model/createStaticVoucherCampaignWithVoucherWithCSV.ts +109 -109
- package/model/dashboardWidget.ts +115 -115
- package/model/duplicateRowFound.ts +55 -55
- package/model/dynamicVoucher.ts +224 -224
- package/model/dynamicVoucherBroadcast.ts +154 -154
- package/model/employee.ts +109 -109
- package/model/employeeActivityLog.ts +67 -67
- package/model/employeeAlert.ts +79 -79
- package/model/exportDataFile.ts +85 -85
- package/model/falsumError.ts +41 -41
- package/model/falsumField.ts +55 -55
- package/model/feature.ts +79 -79
- package/model/forbiddenRequest.ts +55 -55
- package/model/foreignKeyDoesNotExist.ts +55 -55
- package/model/helpDeskRequest.ts +85 -85
- package/model/importedList.ts +73 -73
- package/model/importedListRecipient.ts +73 -73
- package/model/inlineObject.ts +31 -31
- package/model/inlineObject1.ts +31 -31
- package/model/inlineObject10.ts +37 -37
- package/model/inlineObject11.ts +37 -37
- package/model/inlineObject12.ts +37 -37
- package/model/inlineObject13.ts +37 -37
- package/model/inlineObject14.ts +37 -37
- package/model/inlineObject15.ts +67 -67
- package/model/inlineObject16.ts +61 -61
- package/model/inlineObject17.ts +55 -55
- package/model/inlineObject18.ts +61 -61
- package/model/inlineObject19.ts +55 -55
- package/model/inlineObject2.ts +31 -31
- package/model/inlineObject20.ts +61 -61
- package/model/inlineObject21.ts +73 -73
- package/model/inlineObject22.ts +31 -31
- package/model/inlineObject23.ts +31 -31
- package/model/inlineObject24.ts +43 -43
- package/model/inlineObject25.ts +55 -55
- package/model/inlineObject26.ts +31 -31
- package/model/inlineObject27.ts +31 -31
- package/model/inlineObject28.ts +43 -43
- package/model/inlineObject29.ts +49 -49
- package/model/inlineObject3.ts +31 -31
- package/model/inlineObject30.ts +43 -43
- package/model/inlineObject31.ts +31 -31
- package/model/inlineObject32.ts +31 -31
- package/model/inlineObject33.ts +31 -31
- package/model/inlineObject34.ts +43 -43
- package/model/inlineObject35.ts +43 -43
- package/model/inlineObject36.ts +43 -43
- package/model/inlineObject37.ts +43 -43
- package/model/inlineObject38.ts +43 -43
- package/model/inlineObject39.ts +43 -43
- package/model/inlineObject4.ts +37 -37
- package/model/inlineObject40.ts +43 -43
- package/model/inlineObject41.ts +43 -43
- package/model/inlineObject42.ts +43 -43
- package/model/inlineObject43.ts +43 -43
- package/model/inlineObject44.ts +43 -43
- package/model/inlineObject45.ts +43 -43
- package/model/inlineObject46.ts +43 -43
- package/model/inlineObject47.ts +43 -43
- package/model/inlineObject48.ts +43 -43
- package/model/inlineObject49.ts +43 -43
- package/model/inlineObject5.ts +31 -31
- package/model/inlineObject50.ts +43 -43
- package/model/inlineObject51.ts +97 -97
- package/model/inlineObject52.ts +31 -31
- package/model/inlineObject53.ts +97 -97
- package/model/inlineObject54.ts +97 -97
- package/model/inlineObject55.ts +91 -91
- package/model/inlineObject56.ts +37 -37
- package/model/inlineObject57.ts +37 -37
- package/model/inlineObject58.ts +37 -37
- package/model/inlineObject59.ts +43 -43
- package/model/inlineObject6.ts +31 -31
- package/model/inlineObject60.ts +43 -43
- package/model/inlineObject61.ts +43 -43
- package/model/inlineObject62.ts +37 -37
- package/model/inlineObject63.ts +37 -37
- package/model/inlineObject64.ts +37 -37
- package/model/inlineObject65.ts +205 -205
- package/model/inlineObject66.ts +49 -49
- package/model/inlineObject67.ts +49 -49
- package/model/inlineObject68.ts +37 -37
- package/model/inlineObject69.ts +121 -121
- package/model/inlineObject7.ts +31 -31
- package/model/inlineObject8.ts +43 -43
- package/model/inlineObject9.ts +37 -37
- package/model/inlineResponse200.ts +37 -37
- package/model/inlineResponse2001.ts +56 -56
- package/model/inlineResponse20010.ts +109 -109
- package/model/inlineResponse20011.ts +43 -43
- package/model/inlineResponse2002.ts +31 -31
- package/model/inlineResponse2003.ts +31 -31
- package/model/inlineResponse2004.ts +43 -43
- package/model/inlineResponse2005.ts +38 -38
- package/model/inlineResponse2006.ts +97 -97
- package/model/inlineResponse2007.ts +44 -44
- package/model/inlineResponse2008.ts +31 -31
- package/model/inlineResponse2009.ts +98 -98
- package/model/internalServerError.ts +55 -55
- package/model/ledgerEntry.ts +176 -176
- package/model/linkBook.ts +85 -85
- package/model/linkBookSection.ts +61 -61
- package/model/mSMemberHistory.ts +112 -112
- package/model/mSMemberHistoryPagination.ts +53 -53
- package/model/mSMemberRedemption.ts +109 -109
- package/model/mSMemberRedemptionPagination.ts +53 -53
- package/model/mSMembershipTierHistory.ts +106 -106
- package/model/mSMembershipTierHistoryPagination.ts +53 -53
- package/model/mSMembershipTierRedemption.ts +121 -121
- package/model/mSMembershipTierRedemptionPagination.ts +53 -53
- package/model/mSMerchantCreditHistory.ts +88 -88
- package/model/mSMerchantCreditHistoryPagination.ts +53 -53
- package/model/mSMerchantCreditRedemption.ts +109 -109
- package/model/mSMerchantCreditRedemptionPagination.ts +53 -53
- package/model/mediaFile.ts +85 -85
- package/model/member.ts +118 -118
- package/model/memberSearch.ts +61 -61
- package/model/merchant.ts +133 -133
- package/model/merchantCreditSearch.ts +61 -61
- package/model/merchantNotInitialized.ts +55 -55
- package/model/merchantURL.ts +67 -67
- package/model/message.ts +74 -74
- package/model/models.ts +1015 -1015
- package/model/moduleError.ts +157 -157
- package/model/newsArticle.ts +85 -85
- package/model/optInList.ts +121 -121
- package/model/optInListSource.ts +73 -73
- package/model/optInListSubscriber.ts +104 -104
- package/model/outboundSMS.ts +157 -157
- package/model/paginatedWTMembers.ts +53 -53
- package/model/paginatedWTMerchantCredits.ts +53 -53
- package/model/paginationRequestWithSortOptions.ts +75 -75
- package/model/paymentDesign.ts +139 -139
- package/model/performance.ts +100 -100
- package/model/phoneNumber.ts +157 -157
- package/model/pickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherSourceID.ts +106 -106
- package/model/pickMSMemberCreationParamsExcludeKeyofMSMemberCreationParamsMemberIdentifier.ts +67 -67
- package/model/pickMSMemberExcludeKeyofMSMemberMemberIdentifier.ts +106 -106
- package/model/pickMSMerchantCreditCreationParamsExcludeKeyofMSMerchantCreditCreationParamsMemberIdentifier.ts +43 -43
- package/model/pickMSMerchantCreditExcludeKeyofMSMerchantCreditMemberIdentifier.ts +82 -82
- package/model/pickPaginationRequestWithoutSortOptionsExcludeKeyofPaginationRequestWithoutSortOptionsIsArchiveIncluded.ts +46 -46
- package/model/pickSSImportedListUpdateParamsExcludeKeyofSSImportedListUpdateParamsId.ts +52 -52
- package/model/pickSSMobileNumberUpdateParamsExcludeKeyofSSMobileNumberUpdateParamsId.ts +100 -100
- package/model/pickSSOptInListCreateParamsExcludeKeyofSSOptInListCreateParamsEmployeeID.ts +94 -94
- package/model/pickSSOptInListUpdateParamsExcludeKeyofSSOptInListUpdateParamsId.ts +100 -100
- package/model/pickSSOptInSourceUpdateParamsExcludeKeyofSSOptInSourceUpdateParamsId.ts +46 -46
- package/model/pickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhone.ts +154 -154
- package/model/pickVSAdvertisementCreditScanExcludeKeyofVSAdvertisementCreditScanRedeemedAtOrRefundedAt.ts +137 -137
- package/model/pickVSAdvertisementCreditUpdateParamsExcludeKeyofVSAdvertisementCreditUpdateParamsId.ts +58 -58
- package/model/pickVSCampaignUpdateParamsExcludeKeyofVSCampaignUpdateParamsStartDateOrExpirationDate.ts +106 -106
- package/model/pickVSDynamicVoucherExcludeKeyofVSDynamicVoucherTemporalDecreaseFrequencyType.ts +142 -142
- package/model/pickVSPaymentDesignCreateParamsExcludeKeyofVSPaymentDesignCreateParamsBackgroundImageURLOrCompanyLogoURLOrEmployeeID.ts +94 -94
- package/model/pickVSPaymentDesignUpdateParamsExcludeKeyofVSPaymentDesignUpdateParamsId.ts +106 -106
- package/model/pickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAt.ts +167 -167
- package/model/pickWTAdvertisementCreditCreateParamsExcludeKeyofWTAdvertisementCreditCreateParamsEmployeeID.ts +58 -58
- package/model/pickWTEmployeeCreateExcludeKeyofWTEmployeeCreateEmail.ts +58 -58
- package/model/pickWTMemberMemberIDOrFirstNameOrLastNameOrMembershipTierIDOrPointsAccruedOrMobileNumber.ts +76 -76
- package/model/pickWTMerchantCreditMemberIDOrCreditAmountOrMobileNumber.ts +52 -52
- package/model/pickWTMerchantURLUpdateExcludeKeyofWTMerchantURLUpdateUrlID.ts +40 -40
- package/model/pickWTNewsArticleUpdateParamsExcludeKeyofWTNewsArticleUpdateParamsId.ts +58 -58
- package/model/pickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListID.ts +138 -138
- package/model/pickWTStaticVoucherCampaignCreateParamsExcludeKeyofWTStaticVoucherCampaignCreateParamsStartDateTimeOrExpirationDateTime.ts +112 -112
- package/model/pickWTStaticVoucherCreateParamsExcludeKeyofWTStaticVoucherCreateParamsCampaignID.ts +46 -46
- package/model/plan.ts +62 -62
- package/model/portalPage.ts +67 -67
- package/model/presignedPost.ts +41 -41
- package/model/presignedPostFields.ts +43 -43
- package/model/product.ts +74 -74
- package/model/promoCode.ts +97 -97
- package/model/reachPerformanceStats.ts +70 -70
- package/model/request.ts +349 -349
- package/model/response.ts +67 -67
- package/model/role.ts +117 -117
- package/model/roleAuditLog.ts +97 -97
- package/model/sSOptInSource.ts +73 -73
- package/model/simpleSMSBroadcast.ts +147 -147
- package/model/staticVoucher.ts +224 -224
- package/model/staticVoucherCampaign.ts +175 -175
- package/model/staticVoucherCampaignBroadcast.ts +142 -142
- package/model/staticVoucherCampaignGroup.ts +85 -85
- package/model/staticVoucherCampaignUpdate.ts +85 -85
- package/model/status.ts +30 -30
- package/model/statusAnyOf.ts +17 -17
- package/model/statusAnyOf1.ts +17 -17
- package/model/statusAnyOf2.ts +17 -17
- package/model/statusAnyOf3.ts +17 -17
- package/model/subscriptionFeature.ts +79 -79
- package/model/subscriptionPlan.ts +69 -69
- package/model/subscriptionProduct.ts +81 -81
- package/model/tcpa.ts +67 -67
- package/model/updateStaticVoucherCampaignWithVoucher.ts +109 -109
- package/model/vSCampaignGeneratedMessage.ts +43 -43
- package/model/vSCampaignGeneratedMessagePagination.ts +53 -53
- package/model/vSDynamicVoucherStatus.ts +28 -28
- package/model/wTAdvertisementCredit.ts +103 -103
- package/model/wTAdvertisementCreditScan.ts +170 -170
- package/model/wTAdvertisementCreditUpdateParams.ts +55 -55
- package/model/wTDynamicVoucher.ts +224 -224
- package/model/wTDynamicVoucherCreateParams.ts +103 -103
- package/model/wTDynamicVoucherRedemption.ts +164 -164
- package/model/wTDynamicVoucherSummary.ts +169 -169
- package/model/wTDynamicVoucherUpdateParams.ts +103 -103
- package/model/wTEmployee.ts +109 -109
- package/model/wTEmployeeCreate.ts +61 -61
- package/model/wTEmployeeUpdate.ts +55 -55
- package/model/wTImportedList.ts +73 -73
- package/model/wTLinkBookCreateParams.ts +55 -55
- package/model/wTLinkBookSectionCreateParams.ts +31 -31
- package/model/wTLinkBookSectionUpdateParams.ts +31 -31
- package/model/wTLinkBookUpdateParams.ts +55 -55
- package/model/wTMember.ts +118 -118
- package/model/wTMemberCreationParams.ts +73 -73
- package/model/wTMembershipTier.ts +106 -106
- package/model/wTMembershipTierCreationParams.ts +64 -64
- package/model/wTMembershipTierUpdateParams.ts +64 -64
- package/model/wTMembershipTierWithMemberCount.ts +115 -115
- package/model/wTMerchantCredit.ts +106 -106
- package/model/wTMerchantCreditCreationParams.ts +49 -49
- package/model/wTMerchantURLCreate.ts +37 -37
- package/model/wTMerchantURLUpdate.ts +37 -37
- package/model/wTNewsArticleCreateParams.ts +55 -55
- package/model/wTNewsArticleUpdateParams.ts +55 -55
- package/model/wTOptInList.ts +121 -121
- package/model/wTOptInListCreationParams.ts +91 -91
- package/model/wTPaymentDesign.ts +139 -139
- package/model/wTPaymentDesignCreateParams.ts +115 -115
- package/model/wTPaymentDesignUpdateParams.ts +115 -115
- package/model/wTPerformanceCreateParams.ts +70 -70
- package/model/wTPerformanceUpdateParams.ts +70 -70
- package/model/wTPosMachine.ts +88 -88
- package/model/wTPosMachineCreateParams.ts +58 -58
- package/model/wTPosMachineUpdateParams.ts +58 -58
- package/model/wTPromoCodeCreateParams.ts +67 -67
- package/model/wTPromoCodeUpdateParams.ts +67 -67
- package/model/wTRole.ts +116 -116
- package/model/wTStaticVoucher.ts +224 -224
- package/model/wTStaticVoucherCampaign.ts +175 -175
- package/model/wTStaticVoucherCreateParams.ts +49 -49
- package/model/wTStaticVoucherUpdateParams.ts +43 -43
- package/model/wTWalletPageView.ts +251 -251
- package/model/wTWalletPageViewGeoPoint.ts +37 -37
- package/model/walletPageView.ts +251 -251
- package/model/webpage.ts +85 -85
- package/package.json +28 -25
- package/readme-generator.py +42 -42
- package/tsconfig.json +25 -25
package/api/paymentDesignsApi.ts
CHANGED
|
@@ -1,519 +1,519 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* wallet-api
|
|
3
|
-
* API
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1.1.3
|
|
6
|
-
* Contact: development@wallet.inc
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
import localVarRequest from 'request';
|
|
15
|
-
import http from 'http';
|
|
16
|
-
|
|
17
|
-
/* tslint:disable:no-unused-locals */
|
|
18
|
-
import { AuthError } from '../model/authError';
|
|
19
|
-
import { DuplicateRowFound } from '../model/duplicateRowFound';
|
|
20
|
-
import { FalsumError } from '../model/falsumError';
|
|
21
|
-
import { ForeignKeyDoesNotExist } from '../model/foreignKeyDoesNotExist';
|
|
22
|
-
import { InternalServerError } from '../model/internalServerError';
|
|
23
|
-
import { MerchantNotInitialized } from '../model/merchantNotInitialized';
|
|
24
|
-
import { WTPaymentDesign } from '../model/wTPaymentDesign';
|
|
25
|
-
import { WTPaymentDesignCreateParams } from '../model/wTPaymentDesignCreateParams';
|
|
26
|
-
import { WTPaymentDesignUpdateParams } from '../model/wTPaymentDesignUpdateParams';
|
|
27
|
-
|
|
28
|
-
import { ObjectSerializer, Authentication, VoidAuth, Interceptor } from '../model/models';
|
|
29
|
-
import { HttpBasicAuth, HttpBearerAuth, ApiKeyAuth, OAuth } from '../model/models';
|
|
30
|
-
|
|
31
|
-
import { HttpError, RequestFile } from './apis';
|
|
32
|
-
|
|
33
|
-
let defaultBasePath = 'https://api.wall.et';
|
|
34
|
-
|
|
35
|
-
// ===============================================
|
|
36
|
-
// This file is autogenerated - Please do not edit
|
|
37
|
-
// ===============================================
|
|
38
|
-
|
|
39
|
-
export enum PaymentDesignsApiApiKeys {
|
|
40
|
-
api_key,
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
export class PaymentDesignsApi {
|
|
44
|
-
protected _basePath = defaultBasePath;
|
|
45
|
-
protected _defaultHeaders : any = {};
|
|
46
|
-
protected _useQuerystring : boolean = false;
|
|
47
|
-
|
|
48
|
-
protected authentications = {
|
|
49
|
-
'default': <Authentication>new VoidAuth(),
|
|
50
|
-
'api_key': new ApiKeyAuth('header', 'access-token'),
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
protected interceptors: Interceptor[] = [];
|
|
54
|
-
|
|
55
|
-
constructor(basePath?: string);
|
|
56
|
-
constructor(basePathOrUsername: string, password?: string, basePath?: string) {
|
|
57
|
-
if (password) {
|
|
58
|
-
if (basePath) {
|
|
59
|
-
this.basePath = basePath;
|
|
60
|
-
}
|
|
61
|
-
} else {
|
|
62
|
-
if (basePathOrUsername) {
|
|
63
|
-
this.basePath = basePathOrUsername
|
|
64
|
-
}
|
|
65
|
-
}
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
set useQuerystring(value: boolean) {
|
|
69
|
-
this._useQuerystring = value;
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
set basePath(basePath: string) {
|
|
73
|
-
this._basePath = basePath;
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
set defaultHeaders(defaultHeaders: any) {
|
|
77
|
-
this._defaultHeaders = defaultHeaders;
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
get defaultHeaders() {
|
|
81
|
-
return this._defaultHeaders;
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
get basePath() {
|
|
85
|
-
return this._basePath;
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
public setDefaultAuthentication(auth: Authentication) {
|
|
89
|
-
this.authentications.default = auth;
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
public setApiKey(key: PaymentDesignsApiApiKeys, value: string) {
|
|
93
|
-
(this.authentications as any)[PaymentDesignsApiApiKeys[key]].apiKey = value;
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
public addInterceptor(interceptor: Interceptor) {
|
|
97
|
-
this.interceptors.push(interceptor);
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
/**
|
|
101
|
-
*
|
|
102
|
-
* @summary Archive payment design
|
|
103
|
-
* @param id
|
|
104
|
-
*/
|
|
105
|
-
public async archivePaymentDesign (id: any, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: WTPaymentDesign; }> {
|
|
106
|
-
const localVarPath = this.basePath + '/v1/payment/design/{id}'
|
|
107
|
-
.replace('{' + 'id' + '}', encodeURIComponent(String(id)));
|
|
108
|
-
let localVarQueryParameters: any = {};
|
|
109
|
-
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
110
|
-
const produces = ['application/json'];
|
|
111
|
-
// give precedence to 'application/json'
|
|
112
|
-
if (produces.indexOf('application/json') >= 0) {
|
|
113
|
-
localVarHeaderParams.Accept = 'application/json';
|
|
114
|
-
} else {
|
|
115
|
-
localVarHeaderParams.Accept = produces.join(',');
|
|
116
|
-
}
|
|
117
|
-
let localVarFormParams: any = {};
|
|
118
|
-
|
|
119
|
-
// verify required parameter 'id' is not null or undefined
|
|
120
|
-
if (id === null || id === undefined) {
|
|
121
|
-
throw new Error('Required parameter id was null or undefined when calling archivePaymentDesign.');
|
|
122
|
-
}
|
|
123
|
-
|
|
124
|
-
(<any>Object).assign(localVarHeaderParams, options.headers);
|
|
125
|
-
|
|
126
|
-
let localVarUseFormData = false;
|
|
127
|
-
|
|
128
|
-
let localVarRequestOptions: localVarRequest.Options = {
|
|
129
|
-
method: 'DELETE',
|
|
130
|
-
qs: localVarQueryParameters,
|
|
131
|
-
headers: localVarHeaderParams,
|
|
132
|
-
uri: localVarPath,
|
|
133
|
-
useQuerystring: this._useQuerystring,
|
|
134
|
-
json: true,
|
|
135
|
-
};
|
|
136
|
-
|
|
137
|
-
let authenticationPromise = Promise.resolve();
|
|
138
|
-
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
139
|
-
|
|
140
|
-
let interceptorPromise = authenticationPromise;
|
|
141
|
-
for (const interceptor of this.interceptors) {
|
|
142
|
-
interceptorPromise = interceptorPromise.then(() => interceptor(localVarRequestOptions));
|
|
143
|
-
}
|
|
144
|
-
|
|
145
|
-
return interceptorPromise.then(() => {
|
|
146
|
-
if (Object.keys(localVarFormParams).length) {
|
|
147
|
-
if (localVarUseFormData) {
|
|
148
|
-
(<any>localVarRequestOptions).formData = localVarFormParams;
|
|
149
|
-
} else {
|
|
150
|
-
localVarRequestOptions.form = localVarFormParams;
|
|
151
|
-
}
|
|
152
|
-
}
|
|
153
|
-
return new Promise<{ response: http.IncomingMessage; body: WTPaymentDesign; }>((resolve, reject) => {
|
|
154
|
-
localVarRequest(localVarRequestOptions, (error, response, body) => {
|
|
155
|
-
if (error) {
|
|
156
|
-
reject(error);
|
|
157
|
-
} else {
|
|
158
|
-
if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) {
|
|
159
|
-
body = ObjectSerializer.deserialize(body, "WTPaymentDesign");
|
|
160
|
-
resolve({ response: response, body: body });
|
|
161
|
-
} else {
|
|
162
|
-
reject(new HttpError(response, body, response.statusCode));
|
|
163
|
-
}
|
|
164
|
-
}
|
|
165
|
-
});
|
|
166
|
-
});
|
|
167
|
-
});
|
|
168
|
-
}
|
|
169
|
-
/**
|
|
170
|
-
*
|
|
171
|
-
* @summary Create payment design
|
|
172
|
-
* @param wTPaymentDesignCreateParams
|
|
173
|
-
*/
|
|
174
|
-
public async createPaymentDesign (wTPaymentDesignCreateParams: WTPaymentDesignCreateParams, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: WTPaymentDesign; }> {
|
|
175
|
-
const localVarPath = this.basePath + '/v1/payment/design';
|
|
176
|
-
let localVarQueryParameters: any = {};
|
|
177
|
-
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
178
|
-
const produces = ['application/json'];
|
|
179
|
-
// give precedence to 'application/json'
|
|
180
|
-
if (produces.indexOf('application/json') >= 0) {
|
|
181
|
-
localVarHeaderParams.Accept = 'application/json';
|
|
182
|
-
} else {
|
|
183
|
-
localVarHeaderParams.Accept = produces.join(',');
|
|
184
|
-
}
|
|
185
|
-
let localVarFormParams: any = {};
|
|
186
|
-
|
|
187
|
-
// verify required parameter 'wTPaymentDesignCreateParams' is not null or undefined
|
|
188
|
-
if (wTPaymentDesignCreateParams === null || wTPaymentDesignCreateParams === undefined) {
|
|
189
|
-
throw new Error('Required parameter wTPaymentDesignCreateParams was null or undefined when calling createPaymentDesign.');
|
|
190
|
-
}
|
|
191
|
-
|
|
192
|
-
(<any>Object).assign(localVarHeaderParams, options.headers);
|
|
193
|
-
|
|
194
|
-
let localVarUseFormData = false;
|
|
195
|
-
|
|
196
|
-
let localVarRequestOptions: localVarRequest.Options = {
|
|
197
|
-
method: 'POST',
|
|
198
|
-
qs: localVarQueryParameters,
|
|
199
|
-
headers: localVarHeaderParams,
|
|
200
|
-
uri: localVarPath,
|
|
201
|
-
useQuerystring: this._useQuerystring,
|
|
202
|
-
json: true,
|
|
203
|
-
body: ObjectSerializer.serialize(wTPaymentDesignCreateParams, "WTPaymentDesignCreateParams")
|
|
204
|
-
};
|
|
205
|
-
|
|
206
|
-
let authenticationPromise = Promise.resolve();
|
|
207
|
-
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
208
|
-
|
|
209
|
-
let interceptorPromise = authenticationPromise;
|
|
210
|
-
for (const interceptor of this.interceptors) {
|
|
211
|
-
interceptorPromise = interceptorPromise.then(() => interceptor(localVarRequestOptions));
|
|
212
|
-
}
|
|
213
|
-
|
|
214
|
-
return interceptorPromise.then(() => {
|
|
215
|
-
if (Object.keys(localVarFormParams).length) {
|
|
216
|
-
if (localVarUseFormData) {
|
|
217
|
-
(<any>localVarRequestOptions).formData = localVarFormParams;
|
|
218
|
-
} else {
|
|
219
|
-
localVarRequestOptions.form = localVarFormParams;
|
|
220
|
-
}
|
|
221
|
-
}
|
|
222
|
-
return new Promise<{ response: http.IncomingMessage; body: WTPaymentDesign; }>((resolve, reject) => {
|
|
223
|
-
localVarRequest(localVarRequestOptions, (error, response, body) => {
|
|
224
|
-
if (error) {
|
|
225
|
-
reject(error);
|
|
226
|
-
} else {
|
|
227
|
-
if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) {
|
|
228
|
-
body = ObjectSerializer.deserialize(body, "WTPaymentDesign");
|
|
229
|
-
resolve({ response: response, body: body });
|
|
230
|
-
} else {
|
|
231
|
-
reject(new HttpError(response, body, response.statusCode));
|
|
232
|
-
}
|
|
233
|
-
}
|
|
234
|
-
});
|
|
235
|
-
});
|
|
236
|
-
});
|
|
237
|
-
}
|
|
238
|
-
/**
|
|
239
|
-
*
|
|
240
|
-
* @summary Fetch all active payment designs
|
|
241
|
-
* @param isArchiveIncluded
|
|
242
|
-
*/
|
|
243
|
-
public async fetchAllPaymentDesigns (isArchiveIncluded?: boolean, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: Array<WTPaymentDesign>; }> {
|
|
244
|
-
const localVarPath = this.basePath + '/v1/payment/design/all';
|
|
245
|
-
let localVarQueryParameters: any = {};
|
|
246
|
-
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
247
|
-
const produces = ['application/json'];
|
|
248
|
-
// give precedence to 'application/json'
|
|
249
|
-
if (produces.indexOf('application/json') >= 0) {
|
|
250
|
-
localVarHeaderParams.Accept = 'application/json';
|
|
251
|
-
} else {
|
|
252
|
-
localVarHeaderParams.Accept = produces.join(',');
|
|
253
|
-
}
|
|
254
|
-
let localVarFormParams: any = {};
|
|
255
|
-
|
|
256
|
-
if (isArchiveIncluded !== undefined) {
|
|
257
|
-
localVarQueryParameters['isArchiveIncluded'] = ObjectSerializer.serialize(isArchiveIncluded, "boolean");
|
|
258
|
-
}
|
|
259
|
-
|
|
260
|
-
(<any>Object).assign(localVarHeaderParams, options.headers);
|
|
261
|
-
|
|
262
|
-
let localVarUseFormData = false;
|
|
263
|
-
|
|
264
|
-
let localVarRequestOptions: localVarRequest.Options = {
|
|
265
|
-
method: 'GET',
|
|
266
|
-
qs: localVarQueryParameters,
|
|
267
|
-
headers: localVarHeaderParams,
|
|
268
|
-
uri: localVarPath,
|
|
269
|
-
useQuerystring: this._useQuerystring,
|
|
270
|
-
json: true,
|
|
271
|
-
};
|
|
272
|
-
|
|
273
|
-
let authenticationPromise = Promise.resolve();
|
|
274
|
-
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
275
|
-
|
|
276
|
-
let interceptorPromise = authenticationPromise;
|
|
277
|
-
for (const interceptor of this.interceptors) {
|
|
278
|
-
interceptorPromise = interceptorPromise.then(() => interceptor(localVarRequestOptions));
|
|
279
|
-
}
|
|
280
|
-
|
|
281
|
-
return interceptorPromise.then(() => {
|
|
282
|
-
if (Object.keys(localVarFormParams).length) {
|
|
283
|
-
if (localVarUseFormData) {
|
|
284
|
-
(<any>localVarRequestOptions).formData = localVarFormParams;
|
|
285
|
-
} else {
|
|
286
|
-
localVarRequestOptions.form = localVarFormParams;
|
|
287
|
-
}
|
|
288
|
-
}
|
|
289
|
-
return new Promise<{ response: http.IncomingMessage; body: Array<WTPaymentDesign>; }>((resolve, reject) => {
|
|
290
|
-
localVarRequest(localVarRequestOptions, (error, response, body) => {
|
|
291
|
-
if (error) {
|
|
292
|
-
reject(error);
|
|
293
|
-
} else {
|
|
294
|
-
if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) {
|
|
295
|
-
body = ObjectSerializer.deserialize(body, "Array<WTPaymentDesign>");
|
|
296
|
-
resolve({ response: response, body: body });
|
|
297
|
-
} else {
|
|
298
|
-
reject(new HttpError(response, body, response.statusCode));
|
|
299
|
-
}
|
|
300
|
-
}
|
|
301
|
-
});
|
|
302
|
-
});
|
|
303
|
-
});
|
|
304
|
-
}
|
|
305
|
-
/**
|
|
306
|
-
*
|
|
307
|
-
* @summary Fetch payment design
|
|
308
|
-
* @param id
|
|
309
|
-
*/
|
|
310
|
-
public async fetchPaymentDesignById (id: any, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: WTPaymentDesign; }> {
|
|
311
|
-
const localVarPath = this.basePath + '/v1/payment/design/{id}'
|
|
312
|
-
.replace('{' + 'id' + '}', encodeURIComponent(String(id)));
|
|
313
|
-
let localVarQueryParameters: any = {};
|
|
314
|
-
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
315
|
-
const produces = ['application/json'];
|
|
316
|
-
// give precedence to 'application/json'
|
|
317
|
-
if (produces.indexOf('application/json') >= 0) {
|
|
318
|
-
localVarHeaderParams.Accept = 'application/json';
|
|
319
|
-
} else {
|
|
320
|
-
localVarHeaderParams.Accept = produces.join(',');
|
|
321
|
-
}
|
|
322
|
-
let localVarFormParams: any = {};
|
|
323
|
-
|
|
324
|
-
// verify required parameter 'id' is not null or undefined
|
|
325
|
-
if (id === null || id === undefined) {
|
|
326
|
-
throw new Error('Required parameter id was null or undefined when calling fetchPaymentDesignById.');
|
|
327
|
-
}
|
|
328
|
-
|
|
329
|
-
(<any>Object).assign(localVarHeaderParams, options.headers);
|
|
330
|
-
|
|
331
|
-
let localVarUseFormData = false;
|
|
332
|
-
|
|
333
|
-
let localVarRequestOptions: localVarRequest.Options = {
|
|
334
|
-
method: 'GET',
|
|
335
|
-
qs: localVarQueryParameters,
|
|
336
|
-
headers: localVarHeaderParams,
|
|
337
|
-
uri: localVarPath,
|
|
338
|
-
useQuerystring: this._useQuerystring,
|
|
339
|
-
json: true,
|
|
340
|
-
};
|
|
341
|
-
|
|
342
|
-
let authenticationPromise = Promise.resolve();
|
|
343
|
-
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
344
|
-
|
|
345
|
-
let interceptorPromise = authenticationPromise;
|
|
346
|
-
for (const interceptor of this.interceptors) {
|
|
347
|
-
interceptorPromise = interceptorPromise.then(() => interceptor(localVarRequestOptions));
|
|
348
|
-
}
|
|
349
|
-
|
|
350
|
-
return interceptorPromise.then(() => {
|
|
351
|
-
if (Object.keys(localVarFormParams).length) {
|
|
352
|
-
if (localVarUseFormData) {
|
|
353
|
-
(<any>localVarRequestOptions).formData = localVarFormParams;
|
|
354
|
-
} else {
|
|
355
|
-
localVarRequestOptions.form = localVarFormParams;
|
|
356
|
-
}
|
|
357
|
-
}
|
|
358
|
-
return new Promise<{ response: http.IncomingMessage; body: WTPaymentDesign; }>((resolve, reject) => {
|
|
359
|
-
localVarRequest(localVarRequestOptions, (error, response, body) => {
|
|
360
|
-
if (error) {
|
|
361
|
-
reject(error);
|
|
362
|
-
} else {
|
|
363
|
-
if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) {
|
|
364
|
-
body = ObjectSerializer.deserialize(body, "WTPaymentDesign");
|
|
365
|
-
resolve({ response: response, body: body });
|
|
366
|
-
} else {
|
|
367
|
-
reject(new HttpError(response, body, response.statusCode));
|
|
368
|
-
}
|
|
369
|
-
}
|
|
370
|
-
});
|
|
371
|
-
});
|
|
372
|
-
});
|
|
373
|
-
}
|
|
374
|
-
/**
|
|
375
|
-
*
|
|
376
|
-
* @summary Restore payment design
|
|
377
|
-
* @param id
|
|
378
|
-
*/
|
|
379
|
-
public async restorePaymentDesign (id: any, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: WTPaymentDesign; }> {
|
|
380
|
-
const localVarPath = this.basePath + '/v1/payment/design/{id}'
|
|
381
|
-
.replace('{' + 'id' + '}', encodeURIComponent(String(id)));
|
|
382
|
-
let localVarQueryParameters: any = {};
|
|
383
|
-
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
384
|
-
const produces = ['application/json'];
|
|
385
|
-
// give precedence to 'application/json'
|
|
386
|
-
if (produces.indexOf('application/json') >= 0) {
|
|
387
|
-
localVarHeaderParams.Accept = 'application/json';
|
|
388
|
-
} else {
|
|
389
|
-
localVarHeaderParams.Accept = produces.join(',');
|
|
390
|
-
}
|
|
391
|
-
let localVarFormParams: any = {};
|
|
392
|
-
|
|
393
|
-
// verify required parameter 'id' is not null or undefined
|
|
394
|
-
if (id === null || id === undefined) {
|
|
395
|
-
throw new Error('Required parameter id was null or undefined when calling restorePaymentDesign.');
|
|
396
|
-
}
|
|
397
|
-
|
|
398
|
-
(<any>Object).assign(localVarHeaderParams, options.headers);
|
|
399
|
-
|
|
400
|
-
let localVarUseFormData = false;
|
|
401
|
-
|
|
402
|
-
let localVarRequestOptions: localVarRequest.Options = {
|
|
403
|
-
method: 'PATCH',
|
|
404
|
-
qs: localVarQueryParameters,
|
|
405
|
-
headers: localVarHeaderParams,
|
|
406
|
-
uri: localVarPath,
|
|
407
|
-
useQuerystring: this._useQuerystring,
|
|
408
|
-
json: true,
|
|
409
|
-
};
|
|
410
|
-
|
|
411
|
-
let authenticationPromise = Promise.resolve();
|
|
412
|
-
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
413
|
-
|
|
414
|
-
let interceptorPromise = authenticationPromise;
|
|
415
|
-
for (const interceptor of this.interceptors) {
|
|
416
|
-
interceptorPromise = interceptorPromise.then(() => interceptor(localVarRequestOptions));
|
|
417
|
-
}
|
|
418
|
-
|
|
419
|
-
return interceptorPromise.then(() => {
|
|
420
|
-
if (Object.keys(localVarFormParams).length) {
|
|
421
|
-
if (localVarUseFormData) {
|
|
422
|
-
(<any>localVarRequestOptions).formData = localVarFormParams;
|
|
423
|
-
} else {
|
|
424
|
-
localVarRequestOptions.form = localVarFormParams;
|
|
425
|
-
}
|
|
426
|
-
}
|
|
427
|
-
return new Promise<{ response: http.IncomingMessage; body: WTPaymentDesign; }>((resolve, reject) => {
|
|
428
|
-
localVarRequest(localVarRequestOptions, (error, response, body) => {
|
|
429
|
-
if (error) {
|
|
430
|
-
reject(error);
|
|
431
|
-
} else {
|
|
432
|
-
if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) {
|
|
433
|
-
body = ObjectSerializer.deserialize(body, "WTPaymentDesign");
|
|
434
|
-
resolve({ response: response, body: body });
|
|
435
|
-
} else {
|
|
436
|
-
reject(new HttpError(response, body, response.statusCode));
|
|
437
|
-
}
|
|
438
|
-
}
|
|
439
|
-
});
|
|
440
|
-
});
|
|
441
|
-
});
|
|
442
|
-
}
|
|
443
|
-
/**
|
|
444
|
-
*
|
|
445
|
-
* @summary Update payment design
|
|
446
|
-
* @param id
|
|
447
|
-
* @param wTPaymentDesignUpdateParams
|
|
448
|
-
*/
|
|
449
|
-
public async updatePaymentDesign (id: any, wTPaymentDesignUpdateParams: WTPaymentDesignUpdateParams, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: WTPaymentDesign; }> {
|
|
450
|
-
const localVarPath = this.basePath + '/v1/payment/design/{id}'
|
|
451
|
-
.replace('{' + 'id' + '}', encodeURIComponent(String(id)));
|
|
452
|
-
let localVarQueryParameters: any = {};
|
|
453
|
-
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
454
|
-
const produces = ['application/json'];
|
|
455
|
-
// give precedence to 'application/json'
|
|
456
|
-
if (produces.indexOf('application/json') >= 0) {
|
|
457
|
-
localVarHeaderParams.Accept = 'application/json';
|
|
458
|
-
} else {
|
|
459
|
-
localVarHeaderParams.Accept = produces.join(',');
|
|
460
|
-
}
|
|
461
|
-
let localVarFormParams: any = {};
|
|
462
|
-
|
|
463
|
-
// verify required parameter 'id' is not null or undefined
|
|
464
|
-
if (id === null || id === undefined) {
|
|
465
|
-
throw new Error('Required parameter id was null or undefined when calling updatePaymentDesign.');
|
|
466
|
-
}
|
|
467
|
-
|
|
468
|
-
// verify required parameter 'wTPaymentDesignUpdateParams' is not null or undefined
|
|
469
|
-
if (wTPaymentDesignUpdateParams === null || wTPaymentDesignUpdateParams === undefined) {
|
|
470
|
-
throw new Error('Required parameter wTPaymentDesignUpdateParams was null or undefined when calling updatePaymentDesign.');
|
|
471
|
-
}
|
|
472
|
-
|
|
473
|
-
(<any>Object).assign(localVarHeaderParams, options.headers);
|
|
474
|
-
|
|
475
|
-
let localVarUseFormData = false;
|
|
476
|
-
|
|
477
|
-
let localVarRequestOptions: localVarRequest.Options = {
|
|
478
|
-
method: 'PUT',
|
|
479
|
-
qs: localVarQueryParameters,
|
|
480
|
-
headers: localVarHeaderParams,
|
|
481
|
-
uri: localVarPath,
|
|
482
|
-
useQuerystring: this._useQuerystring,
|
|
483
|
-
json: true,
|
|
484
|
-
body: ObjectSerializer.serialize(wTPaymentDesignUpdateParams, "WTPaymentDesignUpdateParams")
|
|
485
|
-
};
|
|
486
|
-
|
|
487
|
-
let authenticationPromise = Promise.resolve();
|
|
488
|
-
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
489
|
-
|
|
490
|
-
let interceptorPromise = authenticationPromise;
|
|
491
|
-
for (const interceptor of this.interceptors) {
|
|
492
|
-
interceptorPromise = interceptorPromise.then(() => interceptor(localVarRequestOptions));
|
|
493
|
-
}
|
|
494
|
-
|
|
495
|
-
return interceptorPromise.then(() => {
|
|
496
|
-
if (Object.keys(localVarFormParams).length) {
|
|
497
|
-
if (localVarUseFormData) {
|
|
498
|
-
(<any>localVarRequestOptions).formData = localVarFormParams;
|
|
499
|
-
} else {
|
|
500
|
-
localVarRequestOptions.form = localVarFormParams;
|
|
501
|
-
}
|
|
502
|
-
}
|
|
503
|
-
return new Promise<{ response: http.IncomingMessage; body: WTPaymentDesign; }>((resolve, reject) => {
|
|
504
|
-
localVarRequest(localVarRequestOptions, (error, response, body) => {
|
|
505
|
-
if (error) {
|
|
506
|
-
reject(error);
|
|
507
|
-
} else {
|
|
508
|
-
if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) {
|
|
509
|
-
body = ObjectSerializer.deserialize(body, "WTPaymentDesign");
|
|
510
|
-
resolve({ response: response, body: body });
|
|
511
|
-
} else {
|
|
512
|
-
reject(new HttpError(response, body, response.statusCode));
|
|
513
|
-
}
|
|
514
|
-
}
|
|
515
|
-
});
|
|
516
|
-
});
|
|
517
|
-
});
|
|
518
|
-
}
|
|
519
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
* wallet-api
|
|
3
|
+
* API
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.1.3
|
|
6
|
+
* Contact: development@wallet.inc
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
import localVarRequest from 'request';
|
|
15
|
+
import http from 'http';
|
|
16
|
+
|
|
17
|
+
/* tslint:disable:no-unused-locals */
|
|
18
|
+
import { AuthError } from '../model/authError';
|
|
19
|
+
import { DuplicateRowFound } from '../model/duplicateRowFound';
|
|
20
|
+
import { FalsumError } from '../model/falsumError';
|
|
21
|
+
import { ForeignKeyDoesNotExist } from '../model/foreignKeyDoesNotExist';
|
|
22
|
+
import { InternalServerError } from '../model/internalServerError';
|
|
23
|
+
import { MerchantNotInitialized } from '../model/merchantNotInitialized';
|
|
24
|
+
import { WTPaymentDesign } from '../model/wTPaymentDesign';
|
|
25
|
+
import { WTPaymentDesignCreateParams } from '../model/wTPaymentDesignCreateParams';
|
|
26
|
+
import { WTPaymentDesignUpdateParams } from '../model/wTPaymentDesignUpdateParams';
|
|
27
|
+
|
|
28
|
+
import { ObjectSerializer, Authentication, VoidAuth, Interceptor } from '../model/models';
|
|
29
|
+
import { HttpBasicAuth, HttpBearerAuth, ApiKeyAuth, OAuth } from '../model/models';
|
|
30
|
+
|
|
31
|
+
import { HttpError, RequestFile } from './apis';
|
|
32
|
+
|
|
33
|
+
let defaultBasePath = 'https://api.wall.et';
|
|
34
|
+
|
|
35
|
+
// ===============================================
|
|
36
|
+
// This file is autogenerated - Please do not edit
|
|
37
|
+
// ===============================================
|
|
38
|
+
|
|
39
|
+
export enum PaymentDesignsApiApiKeys {
|
|
40
|
+
api_key,
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
export class PaymentDesignsApi {
|
|
44
|
+
protected _basePath = defaultBasePath;
|
|
45
|
+
protected _defaultHeaders : any = {};
|
|
46
|
+
protected _useQuerystring : boolean = false;
|
|
47
|
+
|
|
48
|
+
protected authentications = {
|
|
49
|
+
'default': <Authentication>new VoidAuth(),
|
|
50
|
+
'api_key': new ApiKeyAuth('header', 'access-token'),
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
protected interceptors: Interceptor[] = [];
|
|
54
|
+
|
|
55
|
+
constructor(basePath?: string);
|
|
56
|
+
constructor(basePathOrUsername: string, password?: string, basePath?: string) {
|
|
57
|
+
if (password) {
|
|
58
|
+
if (basePath) {
|
|
59
|
+
this.basePath = basePath;
|
|
60
|
+
}
|
|
61
|
+
} else {
|
|
62
|
+
if (basePathOrUsername) {
|
|
63
|
+
this.basePath = basePathOrUsername
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
set useQuerystring(value: boolean) {
|
|
69
|
+
this._useQuerystring = value;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
set basePath(basePath: string) {
|
|
73
|
+
this._basePath = basePath;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
set defaultHeaders(defaultHeaders: any) {
|
|
77
|
+
this._defaultHeaders = defaultHeaders;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
get defaultHeaders() {
|
|
81
|
+
return this._defaultHeaders;
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
get basePath() {
|
|
85
|
+
return this._basePath;
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
public setDefaultAuthentication(auth: Authentication) {
|
|
89
|
+
this.authentications.default = auth;
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
public setApiKey(key: PaymentDesignsApiApiKeys, value: string) {
|
|
93
|
+
(this.authentications as any)[PaymentDesignsApiApiKeys[key]].apiKey = value;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
public addInterceptor(interceptor: Interceptor) {
|
|
97
|
+
this.interceptors.push(interceptor);
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
/**
|
|
101
|
+
*
|
|
102
|
+
* @summary Archive payment design
|
|
103
|
+
* @param id
|
|
104
|
+
*/
|
|
105
|
+
public async archivePaymentDesign (id: any, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: WTPaymentDesign; }> {
|
|
106
|
+
const localVarPath = this.basePath + '/v1/payment/design/{id}'
|
|
107
|
+
.replace('{' + 'id' + '}', encodeURIComponent(String(id)));
|
|
108
|
+
let localVarQueryParameters: any = {};
|
|
109
|
+
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
110
|
+
const produces = ['application/json'];
|
|
111
|
+
// give precedence to 'application/json'
|
|
112
|
+
if (produces.indexOf('application/json') >= 0) {
|
|
113
|
+
localVarHeaderParams.Accept = 'application/json';
|
|
114
|
+
} else {
|
|
115
|
+
localVarHeaderParams.Accept = produces.join(',');
|
|
116
|
+
}
|
|
117
|
+
let localVarFormParams: any = {};
|
|
118
|
+
|
|
119
|
+
// verify required parameter 'id' is not null or undefined
|
|
120
|
+
if (id === null || id === undefined) {
|
|
121
|
+
throw new Error('Required parameter id was null or undefined when calling archivePaymentDesign.');
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
(<any>Object).assign(localVarHeaderParams, options.headers);
|
|
125
|
+
|
|
126
|
+
let localVarUseFormData = false;
|
|
127
|
+
|
|
128
|
+
let localVarRequestOptions: localVarRequest.Options = {
|
|
129
|
+
method: 'DELETE',
|
|
130
|
+
qs: localVarQueryParameters,
|
|
131
|
+
headers: localVarHeaderParams,
|
|
132
|
+
uri: localVarPath,
|
|
133
|
+
useQuerystring: this._useQuerystring,
|
|
134
|
+
json: true,
|
|
135
|
+
};
|
|
136
|
+
|
|
137
|
+
let authenticationPromise = Promise.resolve();
|
|
138
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
139
|
+
|
|
140
|
+
let interceptorPromise = authenticationPromise;
|
|
141
|
+
for (const interceptor of this.interceptors) {
|
|
142
|
+
interceptorPromise = interceptorPromise.then(() => interceptor(localVarRequestOptions));
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
return interceptorPromise.then(() => {
|
|
146
|
+
if (Object.keys(localVarFormParams).length) {
|
|
147
|
+
if (localVarUseFormData) {
|
|
148
|
+
(<any>localVarRequestOptions).formData = localVarFormParams;
|
|
149
|
+
} else {
|
|
150
|
+
localVarRequestOptions.form = localVarFormParams;
|
|
151
|
+
}
|
|
152
|
+
}
|
|
153
|
+
return new Promise<{ response: http.IncomingMessage; body: WTPaymentDesign; }>((resolve, reject) => {
|
|
154
|
+
localVarRequest(localVarRequestOptions, (error, response, body) => {
|
|
155
|
+
if (error) {
|
|
156
|
+
reject(error);
|
|
157
|
+
} else {
|
|
158
|
+
if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) {
|
|
159
|
+
body = ObjectSerializer.deserialize(body, "WTPaymentDesign");
|
|
160
|
+
resolve({ response: response, body: body });
|
|
161
|
+
} else {
|
|
162
|
+
reject(new HttpError(response, body, response.statusCode));
|
|
163
|
+
}
|
|
164
|
+
}
|
|
165
|
+
});
|
|
166
|
+
});
|
|
167
|
+
});
|
|
168
|
+
}
|
|
169
|
+
/**
|
|
170
|
+
*
|
|
171
|
+
* @summary Create payment design
|
|
172
|
+
* @param wTPaymentDesignCreateParams
|
|
173
|
+
*/
|
|
174
|
+
public async createPaymentDesign (wTPaymentDesignCreateParams: WTPaymentDesignCreateParams, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: WTPaymentDesign; }> {
|
|
175
|
+
const localVarPath = this.basePath + '/v1/payment/design';
|
|
176
|
+
let localVarQueryParameters: any = {};
|
|
177
|
+
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
178
|
+
const produces = ['application/json'];
|
|
179
|
+
// give precedence to 'application/json'
|
|
180
|
+
if (produces.indexOf('application/json') >= 0) {
|
|
181
|
+
localVarHeaderParams.Accept = 'application/json';
|
|
182
|
+
} else {
|
|
183
|
+
localVarHeaderParams.Accept = produces.join(',');
|
|
184
|
+
}
|
|
185
|
+
let localVarFormParams: any = {};
|
|
186
|
+
|
|
187
|
+
// verify required parameter 'wTPaymentDesignCreateParams' is not null or undefined
|
|
188
|
+
if (wTPaymentDesignCreateParams === null || wTPaymentDesignCreateParams === undefined) {
|
|
189
|
+
throw new Error('Required parameter wTPaymentDesignCreateParams was null or undefined when calling createPaymentDesign.');
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
(<any>Object).assign(localVarHeaderParams, options.headers);
|
|
193
|
+
|
|
194
|
+
let localVarUseFormData = false;
|
|
195
|
+
|
|
196
|
+
let localVarRequestOptions: localVarRequest.Options = {
|
|
197
|
+
method: 'POST',
|
|
198
|
+
qs: localVarQueryParameters,
|
|
199
|
+
headers: localVarHeaderParams,
|
|
200
|
+
uri: localVarPath,
|
|
201
|
+
useQuerystring: this._useQuerystring,
|
|
202
|
+
json: true,
|
|
203
|
+
body: ObjectSerializer.serialize(wTPaymentDesignCreateParams, "WTPaymentDesignCreateParams")
|
|
204
|
+
};
|
|
205
|
+
|
|
206
|
+
let authenticationPromise = Promise.resolve();
|
|
207
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
208
|
+
|
|
209
|
+
let interceptorPromise = authenticationPromise;
|
|
210
|
+
for (const interceptor of this.interceptors) {
|
|
211
|
+
interceptorPromise = interceptorPromise.then(() => interceptor(localVarRequestOptions));
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
return interceptorPromise.then(() => {
|
|
215
|
+
if (Object.keys(localVarFormParams).length) {
|
|
216
|
+
if (localVarUseFormData) {
|
|
217
|
+
(<any>localVarRequestOptions).formData = localVarFormParams;
|
|
218
|
+
} else {
|
|
219
|
+
localVarRequestOptions.form = localVarFormParams;
|
|
220
|
+
}
|
|
221
|
+
}
|
|
222
|
+
return new Promise<{ response: http.IncomingMessage; body: WTPaymentDesign; }>((resolve, reject) => {
|
|
223
|
+
localVarRequest(localVarRequestOptions, (error, response, body) => {
|
|
224
|
+
if (error) {
|
|
225
|
+
reject(error);
|
|
226
|
+
} else {
|
|
227
|
+
if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) {
|
|
228
|
+
body = ObjectSerializer.deserialize(body, "WTPaymentDesign");
|
|
229
|
+
resolve({ response: response, body: body });
|
|
230
|
+
} else {
|
|
231
|
+
reject(new HttpError(response, body, response.statusCode));
|
|
232
|
+
}
|
|
233
|
+
}
|
|
234
|
+
});
|
|
235
|
+
});
|
|
236
|
+
});
|
|
237
|
+
}
|
|
238
|
+
/**
|
|
239
|
+
*
|
|
240
|
+
* @summary Fetch all active payment designs
|
|
241
|
+
* @param isArchiveIncluded
|
|
242
|
+
*/
|
|
243
|
+
public async fetchAllPaymentDesigns (isArchiveIncluded?: boolean, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: Array<WTPaymentDesign>; }> {
|
|
244
|
+
const localVarPath = this.basePath + '/v1/payment/design/all';
|
|
245
|
+
let localVarQueryParameters: any = {};
|
|
246
|
+
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
247
|
+
const produces = ['application/json'];
|
|
248
|
+
// give precedence to 'application/json'
|
|
249
|
+
if (produces.indexOf('application/json') >= 0) {
|
|
250
|
+
localVarHeaderParams.Accept = 'application/json';
|
|
251
|
+
} else {
|
|
252
|
+
localVarHeaderParams.Accept = produces.join(',');
|
|
253
|
+
}
|
|
254
|
+
let localVarFormParams: any = {};
|
|
255
|
+
|
|
256
|
+
if (isArchiveIncluded !== undefined) {
|
|
257
|
+
localVarQueryParameters['isArchiveIncluded'] = ObjectSerializer.serialize(isArchiveIncluded, "boolean");
|
|
258
|
+
}
|
|
259
|
+
|
|
260
|
+
(<any>Object).assign(localVarHeaderParams, options.headers);
|
|
261
|
+
|
|
262
|
+
let localVarUseFormData = false;
|
|
263
|
+
|
|
264
|
+
let localVarRequestOptions: localVarRequest.Options = {
|
|
265
|
+
method: 'GET',
|
|
266
|
+
qs: localVarQueryParameters,
|
|
267
|
+
headers: localVarHeaderParams,
|
|
268
|
+
uri: localVarPath,
|
|
269
|
+
useQuerystring: this._useQuerystring,
|
|
270
|
+
json: true,
|
|
271
|
+
};
|
|
272
|
+
|
|
273
|
+
let authenticationPromise = Promise.resolve();
|
|
274
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
275
|
+
|
|
276
|
+
let interceptorPromise = authenticationPromise;
|
|
277
|
+
for (const interceptor of this.interceptors) {
|
|
278
|
+
interceptorPromise = interceptorPromise.then(() => interceptor(localVarRequestOptions));
|
|
279
|
+
}
|
|
280
|
+
|
|
281
|
+
return interceptorPromise.then(() => {
|
|
282
|
+
if (Object.keys(localVarFormParams).length) {
|
|
283
|
+
if (localVarUseFormData) {
|
|
284
|
+
(<any>localVarRequestOptions).formData = localVarFormParams;
|
|
285
|
+
} else {
|
|
286
|
+
localVarRequestOptions.form = localVarFormParams;
|
|
287
|
+
}
|
|
288
|
+
}
|
|
289
|
+
return new Promise<{ response: http.IncomingMessage; body: Array<WTPaymentDesign>; }>((resolve, reject) => {
|
|
290
|
+
localVarRequest(localVarRequestOptions, (error, response, body) => {
|
|
291
|
+
if (error) {
|
|
292
|
+
reject(error);
|
|
293
|
+
} else {
|
|
294
|
+
if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) {
|
|
295
|
+
body = ObjectSerializer.deserialize(body, "Array<WTPaymentDesign>");
|
|
296
|
+
resolve({ response: response, body: body });
|
|
297
|
+
} else {
|
|
298
|
+
reject(new HttpError(response, body, response.statusCode));
|
|
299
|
+
}
|
|
300
|
+
}
|
|
301
|
+
});
|
|
302
|
+
});
|
|
303
|
+
});
|
|
304
|
+
}
|
|
305
|
+
/**
|
|
306
|
+
*
|
|
307
|
+
* @summary Fetch payment design
|
|
308
|
+
* @param id
|
|
309
|
+
*/
|
|
310
|
+
public async fetchPaymentDesignById (id: any, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: WTPaymentDesign; }> {
|
|
311
|
+
const localVarPath = this.basePath + '/v1/payment/design/{id}'
|
|
312
|
+
.replace('{' + 'id' + '}', encodeURIComponent(String(id)));
|
|
313
|
+
let localVarQueryParameters: any = {};
|
|
314
|
+
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
315
|
+
const produces = ['application/json'];
|
|
316
|
+
// give precedence to 'application/json'
|
|
317
|
+
if (produces.indexOf('application/json') >= 0) {
|
|
318
|
+
localVarHeaderParams.Accept = 'application/json';
|
|
319
|
+
} else {
|
|
320
|
+
localVarHeaderParams.Accept = produces.join(',');
|
|
321
|
+
}
|
|
322
|
+
let localVarFormParams: any = {};
|
|
323
|
+
|
|
324
|
+
// verify required parameter 'id' is not null or undefined
|
|
325
|
+
if (id === null || id === undefined) {
|
|
326
|
+
throw new Error('Required parameter id was null or undefined when calling fetchPaymentDesignById.');
|
|
327
|
+
}
|
|
328
|
+
|
|
329
|
+
(<any>Object).assign(localVarHeaderParams, options.headers);
|
|
330
|
+
|
|
331
|
+
let localVarUseFormData = false;
|
|
332
|
+
|
|
333
|
+
let localVarRequestOptions: localVarRequest.Options = {
|
|
334
|
+
method: 'GET',
|
|
335
|
+
qs: localVarQueryParameters,
|
|
336
|
+
headers: localVarHeaderParams,
|
|
337
|
+
uri: localVarPath,
|
|
338
|
+
useQuerystring: this._useQuerystring,
|
|
339
|
+
json: true,
|
|
340
|
+
};
|
|
341
|
+
|
|
342
|
+
let authenticationPromise = Promise.resolve();
|
|
343
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
344
|
+
|
|
345
|
+
let interceptorPromise = authenticationPromise;
|
|
346
|
+
for (const interceptor of this.interceptors) {
|
|
347
|
+
interceptorPromise = interceptorPromise.then(() => interceptor(localVarRequestOptions));
|
|
348
|
+
}
|
|
349
|
+
|
|
350
|
+
return interceptorPromise.then(() => {
|
|
351
|
+
if (Object.keys(localVarFormParams).length) {
|
|
352
|
+
if (localVarUseFormData) {
|
|
353
|
+
(<any>localVarRequestOptions).formData = localVarFormParams;
|
|
354
|
+
} else {
|
|
355
|
+
localVarRequestOptions.form = localVarFormParams;
|
|
356
|
+
}
|
|
357
|
+
}
|
|
358
|
+
return new Promise<{ response: http.IncomingMessage; body: WTPaymentDesign; }>((resolve, reject) => {
|
|
359
|
+
localVarRequest(localVarRequestOptions, (error, response, body) => {
|
|
360
|
+
if (error) {
|
|
361
|
+
reject(error);
|
|
362
|
+
} else {
|
|
363
|
+
if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) {
|
|
364
|
+
body = ObjectSerializer.deserialize(body, "WTPaymentDesign");
|
|
365
|
+
resolve({ response: response, body: body });
|
|
366
|
+
} else {
|
|
367
|
+
reject(new HttpError(response, body, response.statusCode));
|
|
368
|
+
}
|
|
369
|
+
}
|
|
370
|
+
});
|
|
371
|
+
});
|
|
372
|
+
});
|
|
373
|
+
}
|
|
374
|
+
/**
|
|
375
|
+
*
|
|
376
|
+
* @summary Restore payment design
|
|
377
|
+
* @param id
|
|
378
|
+
*/
|
|
379
|
+
public async restorePaymentDesign (id: any, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: WTPaymentDesign; }> {
|
|
380
|
+
const localVarPath = this.basePath + '/v1/payment/design/{id}'
|
|
381
|
+
.replace('{' + 'id' + '}', encodeURIComponent(String(id)));
|
|
382
|
+
let localVarQueryParameters: any = {};
|
|
383
|
+
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
384
|
+
const produces = ['application/json'];
|
|
385
|
+
// give precedence to 'application/json'
|
|
386
|
+
if (produces.indexOf('application/json') >= 0) {
|
|
387
|
+
localVarHeaderParams.Accept = 'application/json';
|
|
388
|
+
} else {
|
|
389
|
+
localVarHeaderParams.Accept = produces.join(',');
|
|
390
|
+
}
|
|
391
|
+
let localVarFormParams: any = {};
|
|
392
|
+
|
|
393
|
+
// verify required parameter 'id' is not null or undefined
|
|
394
|
+
if (id === null || id === undefined) {
|
|
395
|
+
throw new Error('Required parameter id was null or undefined when calling restorePaymentDesign.');
|
|
396
|
+
}
|
|
397
|
+
|
|
398
|
+
(<any>Object).assign(localVarHeaderParams, options.headers);
|
|
399
|
+
|
|
400
|
+
let localVarUseFormData = false;
|
|
401
|
+
|
|
402
|
+
let localVarRequestOptions: localVarRequest.Options = {
|
|
403
|
+
method: 'PATCH',
|
|
404
|
+
qs: localVarQueryParameters,
|
|
405
|
+
headers: localVarHeaderParams,
|
|
406
|
+
uri: localVarPath,
|
|
407
|
+
useQuerystring: this._useQuerystring,
|
|
408
|
+
json: true,
|
|
409
|
+
};
|
|
410
|
+
|
|
411
|
+
let authenticationPromise = Promise.resolve();
|
|
412
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
413
|
+
|
|
414
|
+
let interceptorPromise = authenticationPromise;
|
|
415
|
+
for (const interceptor of this.interceptors) {
|
|
416
|
+
interceptorPromise = interceptorPromise.then(() => interceptor(localVarRequestOptions));
|
|
417
|
+
}
|
|
418
|
+
|
|
419
|
+
return interceptorPromise.then(() => {
|
|
420
|
+
if (Object.keys(localVarFormParams).length) {
|
|
421
|
+
if (localVarUseFormData) {
|
|
422
|
+
(<any>localVarRequestOptions).formData = localVarFormParams;
|
|
423
|
+
} else {
|
|
424
|
+
localVarRequestOptions.form = localVarFormParams;
|
|
425
|
+
}
|
|
426
|
+
}
|
|
427
|
+
return new Promise<{ response: http.IncomingMessage; body: WTPaymentDesign; }>((resolve, reject) => {
|
|
428
|
+
localVarRequest(localVarRequestOptions, (error, response, body) => {
|
|
429
|
+
if (error) {
|
|
430
|
+
reject(error);
|
|
431
|
+
} else {
|
|
432
|
+
if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) {
|
|
433
|
+
body = ObjectSerializer.deserialize(body, "WTPaymentDesign");
|
|
434
|
+
resolve({ response: response, body: body });
|
|
435
|
+
} else {
|
|
436
|
+
reject(new HttpError(response, body, response.statusCode));
|
|
437
|
+
}
|
|
438
|
+
}
|
|
439
|
+
});
|
|
440
|
+
});
|
|
441
|
+
});
|
|
442
|
+
}
|
|
443
|
+
/**
|
|
444
|
+
*
|
|
445
|
+
* @summary Update payment design
|
|
446
|
+
* @param id
|
|
447
|
+
* @param wTPaymentDesignUpdateParams
|
|
448
|
+
*/
|
|
449
|
+
public async updatePaymentDesign (id: any, wTPaymentDesignUpdateParams: WTPaymentDesignUpdateParams, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: WTPaymentDesign; }> {
|
|
450
|
+
const localVarPath = this.basePath + '/v1/payment/design/{id}'
|
|
451
|
+
.replace('{' + 'id' + '}', encodeURIComponent(String(id)));
|
|
452
|
+
let localVarQueryParameters: any = {};
|
|
453
|
+
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
454
|
+
const produces = ['application/json'];
|
|
455
|
+
// give precedence to 'application/json'
|
|
456
|
+
if (produces.indexOf('application/json') >= 0) {
|
|
457
|
+
localVarHeaderParams.Accept = 'application/json';
|
|
458
|
+
} else {
|
|
459
|
+
localVarHeaderParams.Accept = produces.join(',');
|
|
460
|
+
}
|
|
461
|
+
let localVarFormParams: any = {};
|
|
462
|
+
|
|
463
|
+
// verify required parameter 'id' is not null or undefined
|
|
464
|
+
if (id === null || id === undefined) {
|
|
465
|
+
throw new Error('Required parameter id was null or undefined when calling updatePaymentDesign.');
|
|
466
|
+
}
|
|
467
|
+
|
|
468
|
+
// verify required parameter 'wTPaymentDesignUpdateParams' is not null or undefined
|
|
469
|
+
if (wTPaymentDesignUpdateParams === null || wTPaymentDesignUpdateParams === undefined) {
|
|
470
|
+
throw new Error('Required parameter wTPaymentDesignUpdateParams was null or undefined when calling updatePaymentDesign.');
|
|
471
|
+
}
|
|
472
|
+
|
|
473
|
+
(<any>Object).assign(localVarHeaderParams, options.headers);
|
|
474
|
+
|
|
475
|
+
let localVarUseFormData = false;
|
|
476
|
+
|
|
477
|
+
let localVarRequestOptions: localVarRequest.Options = {
|
|
478
|
+
method: 'PUT',
|
|
479
|
+
qs: localVarQueryParameters,
|
|
480
|
+
headers: localVarHeaderParams,
|
|
481
|
+
uri: localVarPath,
|
|
482
|
+
useQuerystring: this._useQuerystring,
|
|
483
|
+
json: true,
|
|
484
|
+
body: ObjectSerializer.serialize(wTPaymentDesignUpdateParams, "WTPaymentDesignUpdateParams")
|
|
485
|
+
};
|
|
486
|
+
|
|
487
|
+
let authenticationPromise = Promise.resolve();
|
|
488
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
489
|
+
|
|
490
|
+
let interceptorPromise = authenticationPromise;
|
|
491
|
+
for (const interceptor of this.interceptors) {
|
|
492
|
+
interceptorPromise = interceptorPromise.then(() => interceptor(localVarRequestOptions));
|
|
493
|
+
}
|
|
494
|
+
|
|
495
|
+
return interceptorPromise.then(() => {
|
|
496
|
+
if (Object.keys(localVarFormParams).length) {
|
|
497
|
+
if (localVarUseFormData) {
|
|
498
|
+
(<any>localVarRequestOptions).formData = localVarFormParams;
|
|
499
|
+
} else {
|
|
500
|
+
localVarRequestOptions.form = localVarFormParams;
|
|
501
|
+
}
|
|
502
|
+
}
|
|
503
|
+
return new Promise<{ response: http.IncomingMessage; body: WTPaymentDesign; }>((resolve, reject) => {
|
|
504
|
+
localVarRequest(localVarRequestOptions, (error, response, body) => {
|
|
505
|
+
if (error) {
|
|
506
|
+
reject(error);
|
|
507
|
+
} else {
|
|
508
|
+
if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) {
|
|
509
|
+
body = ObjectSerializer.deserialize(body, "WTPaymentDesign");
|
|
510
|
+
resolve({ response: response, body: body });
|
|
511
|
+
} else {
|
|
512
|
+
reject(new HttpError(response, body, response.statusCode));
|
|
513
|
+
}
|
|
514
|
+
}
|
|
515
|
+
});
|
|
516
|
+
});
|
|
517
|
+
});
|
|
518
|
+
}
|
|
519
|
+
}
|