Skip to content

Commit 5aeecf7

Browse files
[capital] Automated update from Adyen/adyen-openapi@0a007ce
1 parent 764a883 commit 5aeecf7

File tree

68 files changed

+28593
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+28593
-0
lines changed

src/Adyen/Model/Capital/AULocalAccountIdentification.php

Lines changed: 470 additions & 0 deletions
Large diffs are not rendered by default.

src/Adyen/Model/Capital/AULocalAccountIdentificationAllOf.php

Lines changed: 466 additions & 0 deletions
Large diffs are not rendered by default.

src/Adyen/Model/Capital/Action.php

Lines changed: 441 additions & 0 deletions
Large diffs are not rendered by default.

src/Adyen/Model/Capital/AdditionalBankIdentification.php

Lines changed: 435 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
<?php
2+
3+
/**
4+
* Capital API
5+
*
6+
* The version of the OpenAPI document: 1
7+
* Generated by: https://openapi-generator.tech
8+
* OpenAPI Generator version: 6.0.1
9+
*
10+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11+
* https://openapi-generator.tech
12+
* Do not edit the class manually.
13+
*/
14+
15+
16+
namespace Adyen\Model\Capital;
17+
18+
use Adyen\Model\Capital\ObjectSerializer;
19+
20+
/**
21+
* AdditionalBankIdentificationTypes Class Doc Comment
22+
*
23+
* @package Adyen
24+
*/
25+
class AdditionalBankIdentificationTypes
26+
{
27+
/**
28+
* Possible values of this enum
29+
*/
30+
public const AU_BSB_CODE = 'auBsbCode';
31+
32+
public const CA_ROUTING_NUMBER = 'caRoutingNumber';
33+
34+
public const GB_SORT_CODE = 'gbSortCode';
35+
36+
public const HK_BANK_CODE = 'hkBankCode';
37+
38+
public const JP_ZENGIN_CODE = 'jpZenginCode';
39+
40+
public const NZ_BANK_BRANCH_CODE = 'nzBankBranchCode';
41+
42+
public const US_ROUTING_NUMBER = 'usRoutingNumber';
43+
44+
/**
45+
* Gets allowable values of the enum
46+
* @return string[]
47+
*/
48+
public static function getAllowableEnumValues()
49+
{
50+
return [
51+
self::AU_BSB_CODE,
52+
self::CA_ROUTING_NUMBER,
53+
self::GB_SORT_CODE,
54+
self::HK_BANK_CODE,
55+
self::JP_ZENGIN_CODE,
56+
self::NZ_BANK_BRANCH_CODE,
57+
self::US_ROUTING_NUMBER
58+
];
59+
}
60+
}

0 commit comments

Comments
 (0)