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
Copy file name to clipboardExpand all lines: src/services/legalEntityManagement/documentsApi.ts
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,7 @@ export class DocumentsApi extends Service {
62
62
/**
63
63
* @summary Update a document
64
64
* @param id {@link string } The unique identifier of the document to be updated.
65
+
* @param xRequestedVerificationCode {@link string } Use the requested verification code 0_0001 to resolve any suberrors associated with the document. Requested verification codes can only be used in your test environment.
Copy file name to clipboardExpand all lines: src/services/legalEntityManagement/legalEntitiesApi.ts
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -68,6 +68,7 @@ export class LegalEntitiesApi extends Service {
68
68
/**
69
69
* @summary Update a legal entity
70
70
* @param id {@link string } The unique identifier of the legal entity.
71
+
* @param xRequestedVerificationCode {@link string } Use the requested verification code 0_0001 to resolve any suberrors associated with the legal entity. Requested verification codes can only be used in your test environment.
Copy file name to clipboardExpand all lines: src/services/legalEntityManagement/transferInstrumentsApi.ts
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -63,6 +63,7 @@ export class TransferInstrumentsApi extends Service {
63
63
/**
64
64
* @summary Update a transfer instrument
65
65
* @param id {@link string } The unique identifier of the transfer instrument.
66
+
* @param xRequestedVerificationCode {@link string } Use the requested verification code 0_0001 to resolve any suberrors associated with the transfer instrument. Requested verification codes can only be used in your test environment.
Copy file name to clipboardExpand all lines: src/typings/payment/additionalDataAirline.ts
+13-13Lines changed: 13 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -18,11 +18,11 @@ export class AdditionalDataAirline {
18
18
*/
19
19
'airline_agency_plan_name'?: string;
20
20
/**
21
-
* The [IATA](https://www.iata.org/services/pages/codes.aspx) 3-digit accounting code (PAX) that identifies the carrier. * Format: IATA 3-digit accounting code (PAX) * Example: KLM = 074 * minLength: 3 characters * maxLength: 3 characters * Must not be all spaces *Must not be all zeros
21
+
* The [IATA](https://www.iata.org/services/pages/codes.aspx) 3-digit accounting code (PAX) that identifies the carrier. * Format: IATA 3-digit accounting code (PAX) * Example: KLM = 074 * minLength: 3 characters * maxLength: 3 characters * Must not be all spaces *Must not be all zeros.
22
22
*/
23
23
'airline_airline_code'?: string;
24
24
/**
25
-
* The [IATA](https://www.iata.org/services/pages/codes.aspx) 2-letter accounting code (PAX) that identifies the carrier. * Encoding: ASCII * Example: KLM = KL * minLength: 2 characters * maxLength: 2 characters * Must not be all spaces *Must not be all zeros
25
+
* The [IATA](https://www.iata.org/services/pages/codes.aspx) 2-letter accounting code (PAX) that identifies the carrier. * Encoding: ASCII * Example: KLM = KL * minLength: 2 characters * maxLength: 2 characters * Must not be all spaces *Must not be all zeros.
26
26
*/
27
27
'airline_airline_designator_code'?: string;
28
28
/**
@@ -46,35 +46,35 @@ export class AdditionalDataAirline {
46
46
*/
47
47
'airline_flight_date'?: string;
48
48
/**
49
-
* The [IATA](https://www.iata.org/services/pages/codes.aspx) 2-letter accounting code (PAX) that identifies the carrier. This field is required if the airline data includes leg details. * Example: KLM = KL * minLength: 2 characters * maxLength: 2 characters * Must not be all spaces *Must not be all zeros
49
+
* The [IATA](https://www.iata.org/services/pages/codes.aspx) 2-letter accounting code (PAX) that identifies the carrier. This field is required if the airline data includes leg details. * Example: KLM = KL * minLength: 2 characters * maxLength: 2 characters * Must not be all spaces *Must not be all zeros.
50
50
*/
51
51
'airline_leg_carrier_code'?: string;
52
52
/**
53
-
* A one-letter travel class identifier. The following are common: * F: first class * J: business class * Y: economy class * W: premium economy * Encoding: ASCII * minLength: 1 character * maxLength: 1 character * Must not be all spaces *Must not be all zeros
53
+
* A one-letter travel class identifier. The following are common: * F: first class * J: business class * Y: economy class * W: premium economy * Encoding: ASCII * minLength: 1 character * maxLength: 1 character * Must not be all spaces *Must not be all zeros.
54
54
*/
55
55
'airline_leg_class_of_travel'?: string;
56
56
/**
57
57
* Date and time of travel in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format `yyyy-MM-dd HH:mm`. * Encoding: ASCII * minLength: 16 characters * maxLength: 16 characters
58
58
*/
59
59
'airline_leg_date_of_travel'?: string;
60
60
/**
61
-
* The [IATA](https://www.iata.org/services/pages/codes.aspx) three-letter airport code of the departure airport. This field is required if the airline data includes leg details. * Encoding: ASCII * Example: Amsterdam = AMS * minLength: 3 characters * maxLength: 3 characters * Must not be all spaces *Must not be all zeros
61
+
* The [IATA](https://www.iata.org/services/pages/codes.aspx) three-letter airport code of the departure airport. This field is required if the airline data includes leg details. * Encoding: ASCII * Example: Amsterdam = AMS * minLength: 3 characters * maxLength: 3 characters * Must not be all spaces *Must not be all zeros.
62
62
*/
63
63
'airline_leg_depart_airport'?: string;
64
64
/**
65
-
* The amount of [departure tax](https://en.wikipedia.org/wiki/Departure_tax) charged, in [minor units](https://docs.adyen.com/development-resources/currency-codes). * Encoding: Numeric * minLength: 1 * maxLength: 12 *Must not be all zeros
65
+
* The amount of [departure tax](https://en.wikipedia.org/wiki/Departure_tax) charged, in [minor units](https://docs.adyen.com/development-resources/currency-codes). * Encoding: Numeric * minLength: 1 * maxLength: 12 *Must not be all zeros.
66
66
*/
67
67
'airline_leg_depart_tax'?: string;
68
68
/**
69
-
* The [IATA](https://www.iata.org/services/pages/codes.aspx) 3-letter airport code of the destination airport. This field is required if the airline data includes leg details. * Example: Amsterdam = AMS * Encoding: ASCII * minLength: 3 characters * maxLength: 3 characters * Must not be all spaces *Must not be all zeros
69
+
* The [IATA](https://www.iata.org/services/pages/codes.aspx) 3-letter airport code of the destination airport. This field is required if the airline data includes leg details. * Example: Amsterdam = AMS * Encoding: ASCII * minLength: 3 characters * maxLength: 3 characters * Must not be all spaces *Must not be all zeros.
70
70
*/
71
71
'airline_leg_destination_code'?: string;
72
72
/**
73
-
* The [fare basis code](https://en.wikipedia.org/wiki/Fare_basis_code), alphanumeric. * minLength: 1 character * maxLength: 6 characters * Must not be all spaces *Must not be all zeros
73
+
* The [fare basis code](https://en.wikipedia.org/wiki/Fare_basis_code), alphanumeric. * minLength: 1 character * maxLength: 6 characters * Must not be all spaces *Must not be all zeros.
74
74
*/
75
75
'airline_leg_fare_base_code'?: string;
76
76
/**
77
-
* The flight identifier. * minLength: 1 character * maxLength: 5 characters * Must not be all spaces *Must not be all zeros
77
+
* The flight identifier. * minLength: 1 character * maxLength: 5 characters * Must not be all spaces *Must not be all zeros.
78
78
*/
79
79
'airline_leg_flight_number'?: string;
80
80
/**
@@ -102,23 +102,23 @@ export class AdditionalDataAirline {
102
102
*/
103
103
'airline_passenger_traveller_type'?: string;
104
104
/**
105
-
* The passenger\'s name, initials, and title. * Format: last name + first name or initials + title * Example: *FLYER / MARY MS* * minLength: 1 character * maxLength: 20 characters * If you send more than 20 characters, the name is truncated * Must not be all spaces * Must not be all zeros
105
+
* The passenger\'s name, initials, and title. * Format: last name + first name or initials + title * Example: *FLYER / MARY MS* * minLength: 1 character * maxLength: 20 characters * If you send more than 20 characters, the name is truncated * Must not be all spaces *Must not be all zeros.
106
106
*/
107
107
'airline_passenger_name': string;
108
108
/**
109
109
* The address of the organization that issued the ticket. * minLength: 0 characters * maxLength: 16 characters
110
110
*/
111
111
'airline_ticket_issue_address'?: string;
112
112
/**
113
-
* The ticket\'s unique identifier. * minLength: 1 character * maxLength: 15 characters * Must not be all spaces *Must not be all zeros
113
+
* The ticket\'s unique identifier. * minLength: 1 character * maxLength: 15 characters * Must not be all spaces *Must not be all zeros.
114
114
*/
115
115
'airline_ticket_number'?: string;
116
116
/**
117
-
* The unique identifier from IATA or ARC for the travel agency that issues the ticket. * Encoding: ASCII * minLength: 1 character * maxLength: 8 characters * Must not be all spaces *Must not be all zeros
117
+
* The unique identifier from IATA or ARC for the travel agency that issues the ticket. * Encoding: ASCII * minLength: 1 character * maxLength: 8 characters * Must not be all spaces *Must not be all zeros.
118
118
*/
119
119
'airline_travel_agency_code'?: string;
120
120
/**
121
-
* The name of the travel agency. * Encoding: ASCII * minLength: 1 character * maxLength: 25 characters * Must not be all spaces *Must not be all zeros
121
+
* The name of the travel agency. * Encoding: ASCII * minLength: 1 character * maxLength: 25 characters * Must not be all spaces *Must not be all zeros.
Copy file name to clipboardExpand all lines: src/typings/payment/additionalDataCarRental.ts
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -14,31 +14,31 @@ export class AdditionalDataCarRental {
14
14
*/
15
15
'carRental_checkOutDate'?: string;
16
16
/**
17
-
* The customer service phone number of the car rental company. * Format: Alphanumeric * maxLength: 17 * For US and CA numbers must be 10 characters in length * Must not start with a space * Must not be all zeros * Must not contain any special characters such as + or -
17
+
* The customer service phone number of the car rental company. * Format: Alphanumeric * maxLength: 17 * For US and CA numbers must be 10 characters in length * Must not start with a space * Must not contain any special characters such as + or - *Must not be all zeros.
* Number of days for which the car is being rented. * Format: Numeric * maxLength: 2 * Must not be all spaces
21
+
* Number of days for which the car is being rented. * Format: Numeric * maxLength: 4 * Must not be all spaces
22
22
*/
23
23
'carRental_daysRented'?: string;
24
24
/**
25
25
* Any fuel charges associated with the rental, in [minor units](https://docs.adyen.com/development-resources/currency-codes). * Format: Numeric * maxLength: 12
26
26
*/
27
27
'carRental_fuelCharges'?: string;
28
28
/**
29
-
* Any insurance charges associated with the rental, in [minor units](https://docs.adyen.com/development-resources/currency-codes). * Format: Numeric * maxLength: 12 * Must not be all spaces *Must not be all zeros
29
+
* Any insurance charges associated with the rental, in [minor units](https://docs.adyen.com/development-resources/currency-codes). * Format: Numeric * maxLength: 12 * Must not be all spaces *Must not be all zeros.
30
30
*/
31
31
'carRental_insuranceCharges'?: string;
32
32
/**
33
-
* The city where the car is rented. * Format: Alphanumeric * maxLength: 18 * Must not start with a space or be all spaces *Must not be all zeros
33
+
* The city where the car is rented. * Format: Alphanumeric * maxLength: 18 * Must not start with a space or be all spaces *Must not be all zeros.
34
34
*/
35
35
'carRental_locationCity'?: string;
36
36
/**
37
37
* The country where the car is rented, in [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) format. * Format: Alphanumeric * maxLength: 2
38
38
*/
39
39
'carRental_locationCountry'?: string;
40
40
/**
41
-
* The state or province where the car is rented. * Format: Alphanumeric * maxLength: 2 * Must not start with a space or be all spaces *Must not be all zeros
41
+
* The state or province where the car is rented. * Format: Alphanumeric * maxLength: 2 * Must not start with a space or be all spaces *Must not be all zeros.
42
42
*/
43
43
'carRental_locationStateProvince'?: string;
44
44
/**
@@ -58,19 +58,19 @@ export class AdditionalDataCarRental {
58
58
*/
59
59
'carRental_rateIndicator'?: string;
60
60
/**
61
-
* The rental agreement number for the car rental. * Format: Alphanumeric * maxLength: 9 * Must not start with a space or be all spaces *Must not be all zeros
61
+
* The rental agreement number for the car rental. * Format: Alphanumeric * maxLength: 9 * Must not start with a space or be all spaces *Must not be all zeros.
62
62
*/
63
63
'carRental_rentalAgreementNumber'?: string;
64
64
/**
65
-
* The classification of the rental car. * Format: Alphanumeric * maxLength: 4 * Must not start with a space or be all spaces *Must not be all zeros
65
+
* The classification of the rental car. * Format: Alphanumeric * maxLength: 4 * Must not start with a space or be all spaces *Must not be all zeros.
66
66
*/
67
67
'carRental_rentalClassId'?: string;
68
68
/**
69
-
* The name of the person renting the car. * Format: Alphanumeric * maxLength: 26 * If you send more than 26 characters, the name is truncated * Must not start with a space or be all spaces *Must not be all zeros
69
+
* The name of the person renting the car. * Format: Alphanumeric * maxLength: 26 * If you send more than 26 characters, the name is truncated * Must not start with a space or be all spaces *Must not be all zeros.
70
70
*/
71
71
'carRental_renterName'?: string;
72
72
/**
73
-
* The city where the car must be returned. * Format: Alphanumeric * maxLength: 18 * Must not start with a space or be all spaces *Must not be all zeros
73
+
* The city where the car must be returned. * Format: Alphanumeric * maxLength: 18 * Must not start with a space or be all spaces *Must not be all zeros.
74
74
*/
75
75
'carRental_returnCity'?: string;
76
76
/**
@@ -82,19 +82,19 @@ export class AdditionalDataCarRental {
82
82
*/
83
83
'carRental_returnDate'?: string;
84
84
/**
85
-
* The agency code, phone number, or address abbreviation * Format: Alphanumeric * maxLength: 10 * Must not start with a space or be all spaces *Must not be all zeros
85
+
* The agency code, phone number, or address abbreviation * Format: Alphanumeric * maxLength: 10 * Must not start with a space or be all spaces *Must not be all zeros.
86
86
*/
87
87
'carRental_returnLocationId'?: string;
88
88
/**
89
-
* The state or province where the car must be returned. * Format: Alphanumeric * maxLength: 3 * Must not start with a space or be all spaces *Must not be all zeros
89
+
* The state or province where the car must be returned. * Format: Alphanumeric * maxLength: 3 * Must not start with a space or be all spaces *Must not be all zeros.
90
90
*/
91
91
'carRental_returnStateProvince'?: string;
92
92
/**
93
93
* Indicates if the goods or services were tax-exempt, or if tax was not paid on them. Values: * Y - Goods or services were tax exempt * N - Tax was not collected
94
94
*/
95
95
'carRental_taxExemptIndicator'?: string;
96
96
/**
97
-
* Number of days the car is rented for. This should be included in the auth message. * Format: Numeric * maxLength: 2
97
+
* Number of days the car is rented for. This should be included in the auth message. * Format: Numeric * maxLength: 4
0 commit comments