-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [reformat][adyen-sdk-automation] automated change * style(fmt): code formatted * Update transferRoute.ts removed faulty import untill sustainable fix implemented --------- Co-authored-by: AdyenAutomationBot <Adyen Automation plugins_dev@adyen.com> Co-authored-by: Djoyke Reijans <115019123+DjoykeAbyah@users.noreply.github.com>
- Loading branch information
1 parent
3777b25
commit f465849
Showing
32 changed files
with
741 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,141 @@ | ||
/* | ||
* The version of the OpenAPI document: v71 | ||
* | ||
* | ||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). | ||
* https://openapi-generator.tech | ||
* Do not edit this class manually. | ||
*/ | ||
|
||
import { Amount } from './amount'; | ||
|
||
export class CheckoutBankTransferAction { | ||
/** | ||
* The account number of the bank transfer. | ||
*/ | ||
'accountNumber'?: string; | ||
/** | ||
* The name of the account holder. | ||
*/ | ||
'beneficiary'?: string; | ||
/** | ||
* The BIC of the IBAN. | ||
*/ | ||
'bic'?: string; | ||
/** | ||
* The url to download payment details with. | ||
*/ | ||
'downloadUrl'?: string; | ||
/** | ||
* The IBAN of the bank transfer. | ||
*/ | ||
'iban'?: string; | ||
/** | ||
* Specifies the payment method. | ||
*/ | ||
'paymentMethodType'?: string; | ||
/** | ||
* The transfer reference. | ||
*/ | ||
'reference'?: string; | ||
/** | ||
* The routing number of the bank transfer. | ||
*/ | ||
'routingNumber'?: string; | ||
/** | ||
* The e-mail of the shopper, included if an e-mail was sent to the shopper. | ||
*/ | ||
'shopperEmail'?: string; | ||
/** | ||
* The sort code of the bank transfer. | ||
*/ | ||
'sortCode'?: string; | ||
'totalAmount'?: Amount; | ||
/** | ||
* The type of the action. | ||
*/ | ||
'type': CheckoutBankTransferAction.TypeEnum; | ||
/** | ||
* Specifies the URL to redirect to. | ||
*/ | ||
'url'?: string; | ||
|
||
static discriminator: string | undefined = undefined; | ||
|
||
static attributeTypeMap: Array<{name: string, baseName: string, type: string}> = [ | ||
{ | ||
"name": "accountNumber", | ||
"baseName": "accountNumber", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "beneficiary", | ||
"baseName": "beneficiary", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "bic", | ||
"baseName": "bic", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "downloadUrl", | ||
"baseName": "downloadUrl", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "iban", | ||
"baseName": "iban", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "paymentMethodType", | ||
"baseName": "paymentMethodType", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "reference", | ||
"baseName": "reference", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "routingNumber", | ||
"baseName": "routingNumber", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "shopperEmail", | ||
"baseName": "shopperEmail", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "sortCode", | ||
"baseName": "sortCode", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "totalAmount", | ||
"baseName": "totalAmount", | ||
"type": "Amount" | ||
}, | ||
{ | ||
"name": "type", | ||
"baseName": "type", | ||
"type": "CheckoutBankTransferAction.TypeEnum" | ||
}, | ||
{ | ||
"name": "url", | ||
"baseName": "url", | ||
"type": "string" | ||
} ]; | ||
|
||
static getAttributeTypeMap() { | ||
return CheckoutBankTransferAction.attributeTypeMap; | ||
} | ||
} | ||
|
||
export namespace CheckoutBankTransferAction { | ||
export enum TypeEnum { | ||
BankTransfer = 'bankTransfer' | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,98 @@ | ||
/* | ||
* The version of the OpenAPI document: v71 | ||
* | ||
* | ||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). | ||
* https://openapi-generator.tech | ||
* Do not edit this class manually. | ||
*/ | ||
|
||
|
||
export class EftDetails { | ||
/** | ||
* The bank account number (without separators). | ||
*/ | ||
'bankAccountNumber'?: string; | ||
/** | ||
* The financial institution code. | ||
*/ | ||
'bankCode'?: string; | ||
/** | ||
* The bank routing number of the account. | ||
*/ | ||
'bankLocationId'?: string; | ||
/** | ||
* The checkout attempt identifier. | ||
*/ | ||
'checkoutAttemptId'?: string; | ||
/** | ||
* The name of the bank account holder. If you submit a name with non-Latin characters, we automatically replace some of them with corresponding Latin characters to meet the FATF recommendations. For example: * χ12 is converted to ch12. * üA is converted to euA. * Peter Møller is converted to Peter Mller, because banks don\'t accept \'ø\'. After replacement, the ownerName must have at least three alphanumeric characters (A-Z, a-z, 0-9), and at least one of them must be a valid Latin character (A-Z, a-z). For example: * John17 - allowed. * J17 - allowed. * 171 - not allowed. * John-7 - allowed. > If provided details don\'t match the required format, the response returns the error message: 203 \'Invalid bank account holder name\'. | ||
*/ | ||
'ownerName'?: string; | ||
/** | ||
* This is the `recurringDetailReference` returned in the response when you created the token. | ||
*/ | ||
'recurringDetailReference'?: string; | ||
/** | ||
* This is the `recurringDetailReference` returned in the response when you created the token. | ||
*/ | ||
'storedPaymentMethodId'?: string; | ||
/** | ||
* **eft** | ||
*/ | ||
'type'?: EftDetails.TypeEnum; | ||
|
||
static discriminator: string | undefined = undefined; | ||
|
||
static attributeTypeMap: Array<{name: string, baseName: string, type: string}> = [ | ||
{ | ||
"name": "bankAccountNumber", | ||
"baseName": "bankAccountNumber", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "bankCode", | ||
"baseName": "bankCode", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "bankLocationId", | ||
"baseName": "bankLocationId", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "checkoutAttemptId", | ||
"baseName": "checkoutAttemptId", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "ownerName", | ||
"baseName": "ownerName", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "recurringDetailReference", | ||
"baseName": "recurringDetailReference", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "storedPaymentMethodId", | ||
"baseName": "storedPaymentMethodId", | ||
"type": "string" | ||
}, | ||
{ | ||
"name": "type", | ||
"baseName": "type", | ||
"type": "EftDetails.TypeEnum" | ||
} ]; | ||
|
||
static getAttributeTypeMap() { | ||
return EftDetails.attributeTypeMap; | ||
} | ||
} | ||
|
||
export namespace EftDetails { | ||
export enum TypeEnum { | ||
EftDirectdebitCa = 'eft_directdebit_CA' | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.