Skip to content

Commit c16e1bc

Browse files
authored
Merge pull request #168 from CyberSource/release-oct24
Release oct24
2 parents 6c75d09 + 9458338 commit c16e1bc

File tree

279 files changed

+9687
-6331
lines changed

Some content is hidden

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

279 files changed

+9687
-6331
lines changed

docs/Boardingv1registrationsOrganizationInformation.md

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -7,30 +7,12 @@ Name | Type | Description | Notes
77
**organizationId** | **String** | | [optional]
88
**parentOrganizationId** | **String** | This field is required for Organization Types: MERCHANT, TRANSACTING | [optional]
99
**childOrganizations** | **List<String>** | | [optional]
10-
**type** | [**TypeEnum**](#TypeEnum) | Determines the type of organization in the hirarchy that this registration will use to onboard this Organization Possible Values: - 'TRANSACTING' - 'STRUCTURAL' - 'MERCHANT' | [optional]
11-
**status** | [**StatusEnum**](#StatusEnum) | Determines the status that the organization will be after being onboarded Possible Values: - 'LIVE' - 'TEST' - 'DRAFT' | [optional]
10+
**type** | **String** | Determines the type of organization in the hirarchy that this registration will use to onboard this Organization Possible Values: - 'TRANSACTING' - 'STRUCTURAL' - 'MERCHANT' | [optional]
11+
**status** | **String** | Determines the status that the organization will be after being onboarded Possible Values: - 'LIVE' - 'TEST' - 'DRAFT' | [optional]
1212
**configurable** | **Boolean** | This denotes the one organization, with exception to the TRANSACTING types, that is allowed to be used for configuration purposes against products. Eventually this field will be deprecated and all organizations will be allowed for product configuration. | [optional]
1313
**businessInformation** | [**Boardingv1registrationsOrganizationInformationBusinessInformation**](Boardingv1registrationsOrganizationInformationBusinessInformation.md) | |
1414
**KYC** | [**Boardingv1registrationsOrganizationInformationKYC**](Boardingv1registrationsOrganizationInformationKYC.md) | | [optional]
1515
**owners** | [**List<Boardingv1registrationsOrganizationInformationOwners>**](Boardingv1registrationsOrganizationInformationOwners.md) | | [optional]
1616

1717

18-
<a name="TypeEnum"></a>
19-
## Enum: TypeEnum
20-
Name | Value
21-
---- | -----
22-
TRANSACTING | &quot;TRANSACTING&quot;
23-
STRUCTURAL | &quot;STRUCTURAL&quot;
24-
MERCHANT | &quot;MERCHANT&quot;
25-
26-
27-
<a name="StatusEnum"></a>
28-
## Enum: StatusEnum
29-
Name | Value
30-
---- | -----
31-
LIVE | &quot;LIVE&quot;
32-
TEST | &quot;TEST&quot;
33-
DRAFT | &quot;DRAFT&quot;
34-
35-
3618

docs/Boardingv1registrationsOrganizationInformationBusinessInformation.md

Lines changed: 2 additions & 110 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ Name | Type | Description | Notes
99
**description** | **String** | | [optional]
1010
**startDate** | [**LocalDate**](LocalDate.md) | &#x60;Format: YYYY-MM-DD&#x60; Example 2016-08-11 equals August 11, 2016 | [optional]
1111
**address** | [**Boardingv1registrationsOrganizationInformationBusinessInformationAddress**](Boardingv1registrationsOrganizationInformationBusinessInformationAddress.md) | | [optional]
12-
**timeZone** | [**TimeZoneEnum**](#TimeZoneEnum) | Merchant perferred time zone Possible Values: - &#39;Pacific/Pago_Pago&#39; - &#39;Pacific/Honolulu&#39; - &#39;America/Anchorage&#39; - &#39;America/Vancouver&#39; - &#39;America/Los_Angeles&#39; - &#39;America/Phoenix&#39; - &#39;America/Edmonton&#39; - &#39;America/Denver&#39; - &#39;America/Winnipeg&#39; - &#39;America/Mexico_City&#39; - &#39;America/Chicago&#39; - &#39;America/Bogota&#39; - &#39;America/Indianapolis&#39; - &#39;America/New_York&#39; - &#39;America/La_Paz&#39; - &#39;America/Halifax&#39; - &#39;America/St_Johns&#39; - &#39;America/Buenos_Aires&#39; - &#39;America/Godthab&#39; - &#39;America/Sao_Paulo&#39; - &#39;America/Noronha&#39; - &#39;Atlantic/Cape_Verde&#39; - &#39;GMT&#39; - &#39;Europe/Dublin&#39; - &#39;Europe/Lisbon&#39; - &#39;Europe/London&#39; - &#39;Africa/Tunis&#39; - &#39;Europe/Vienna&#39; - &#39;Europe/Brussels&#39; - &#39;Europe/Zurich&#39; - &#39;Europe/Prague&#39; - &#39;Europe/Berlin&#39; - &#39;Europe/Copenhagen&#39; - &#39;Europe/Madrid&#39; - &#39;Europe/Budapest&#39; - &#39;Europe/Rome&#39; - &#39;Africa/Tripoli&#39; - &#39;Europe/Monaco&#39; - &#39;Europe/Malta&#39; - &#39;Europe/Amsterdam&#39; - &#39;Europe/Oslo&#39; - &#39;Europe/Warsaw&#39; - &#39;Europe/Stockholm&#39; - &#39;Europe/Belgrade&#39; - &#39;Europe/Paris&#39; - &#39;Africa/Johannesburg&#39; - &#39;Europe/Minsk&#39; - &#39;Africa/Cairo&#39; - &#39;Europe/Helsinki&#39; - &#39;Europe/Athens&#39; - &#39;Asia/Jerusalem&#39; - &#39;Europe/Riga&#39; - &#39;Europe/Bucharest&#39; - &#39;Europe/Istanbul&#39; - &#39;Asia/Riyadh&#39; - &#39;Europe/Moscow&#39; - &#39;Asia/Dubai&#39; - &#39;Asia/Baku&#39; - &#39;Asia/Tbilisi&#39; - &#39;Asia/Calcutta&#39; - &#39;Asia/Katmandu&#39; - &#39;Asia/Dacca&#39; - &#39;Asia/Rangoon&#39; - &#39;Asia/Jakarta&#39; - &#39;Asia/Saigon&#39; - &#39;Asia/Bangkok&#39; - &#39;Australia/Perth&#39; - &#39;Asia/Hong_Kong&#39; - &#39;Asia/Macao&#39; - &#39;Asia/Kuala_Lumpur&#39; - &#39;Asia/Manila&#39; - &#39;Asia/Singapore&#39; - &#39;Asia/Taipei&#39; - &#39;Asia/Shanghai&#39; - &#39;Asia/Seoul&#39; - &#39;Asia/Tokyo&#39; - &#39;Asia/Yakutsk&#39; - &#39;Australia/Adelaide&#39; - &#39;Australia/Brisbane&#39; - &#39;Australia/Broken_Hill&#39; - &#39;Australia/Darwin&#39; - &#39;Australia/Eucla&#39; - &#39;Australia/Hobart&#39; - &#39;Australia/Lindeman&#39; - &#39;Australia/Sydney&#39; - &#39;Australia/Lord_Howe&#39; - &#39;Australia/Melbourne&#39; - &#39;Asia/Magadan&#39; - &#39;Pacific/Norfolk&#39; - &#39;Pacific/Auckland&#39; | [optional]
12+
**timeZone** | **String** | Merchant perferred time zone Possible Values: - &#39;Pacific/Pago_Pago&#39; - &#39;Pacific/Honolulu&#39; - &#39;America/Anchorage&#39; - &#39;America/Vancouver&#39; - &#39;America/Los_Angeles&#39; - &#39;America/Phoenix&#39; - &#39;America/Edmonton&#39; - &#39;America/Denver&#39; - &#39;America/Winnipeg&#39; - &#39;America/Mexico_City&#39; - &#39;America/Chicago&#39; - &#39;America/Bogota&#39; - &#39;America/Indianapolis&#39; - &#39;America/New_York&#39; - &#39;America/La_Paz&#39; - &#39;America/Halifax&#39; - &#39;America/St_Johns&#39; - &#39;America/Buenos_Aires&#39; - &#39;America/Godthab&#39; - &#39;America/Sao_Paulo&#39; - &#39;America/Noronha&#39; - &#39;Atlantic/Cape_Verde&#39; - &#39;GMT&#39; - &#39;Europe/Dublin&#39; - &#39;Europe/Lisbon&#39; - &#39;Europe/London&#39; - &#39;Africa/Tunis&#39; - &#39;Europe/Vienna&#39; - &#39;Europe/Brussels&#39; - &#39;Europe/Zurich&#39; - &#39;Europe/Prague&#39; - &#39;Europe/Berlin&#39; - &#39;Europe/Copenhagen&#39; - &#39;Europe/Madrid&#39; - &#39;Europe/Budapest&#39; - &#39;Europe/Rome&#39; - &#39;Africa/Tripoli&#39; - &#39;Europe/Monaco&#39; - &#39;Europe/Malta&#39; - &#39;Europe/Amsterdam&#39; - &#39;Europe/Oslo&#39; - &#39;Europe/Warsaw&#39; - &#39;Europe/Stockholm&#39; - &#39;Europe/Belgrade&#39; - &#39;Europe/Paris&#39; - &#39;Africa/Johannesburg&#39; - &#39;Europe/Minsk&#39; - &#39;Africa/Cairo&#39; - &#39;Europe/Helsinki&#39; - &#39;Europe/Athens&#39; - &#39;Asia/Jerusalem&#39; - &#39;Europe/Riga&#39; - &#39;Europe/Bucharest&#39; - &#39;Europe/Istanbul&#39; - &#39;Asia/Riyadh&#39; - &#39;Europe/Moscow&#39; - &#39;Asia/Dubai&#39; - &#39;Asia/Baku&#39; - &#39;Asia/Tbilisi&#39; - &#39;Asia/Calcutta&#39; - &#39;Asia/Katmandu&#39; - &#39;Asia/Dacca&#39; - &#39;Asia/Rangoon&#39; - &#39;Asia/Jakarta&#39; - &#39;Asia/Saigon&#39; - &#39;Asia/Bangkok&#39; - &#39;Australia/Perth&#39; - &#39;Asia/Hong_Kong&#39; - &#39;Asia/Macao&#39; - &#39;Asia/Kuala_Lumpur&#39; - &#39;Asia/Manila&#39; - &#39;Asia/Singapore&#39; - &#39;Asia/Taipei&#39; - &#39;Asia/Shanghai&#39; - &#39;Asia/Seoul&#39; - &#39;Asia/Tokyo&#39; - &#39;Asia/Yakutsk&#39; - &#39;Australia/Adelaide&#39; - &#39;Australia/Brisbane&#39; - &#39;Australia/Broken_Hill&#39; - &#39;Australia/Darwin&#39; - &#39;Australia/Eucla&#39; - &#39;Australia/Hobart&#39; - &#39;Australia/Lindeman&#39; - &#39;Australia/Sydney&#39; - &#39;Australia/Lord_Howe&#39; - &#39;Australia/Melbourne&#39; - &#39;Asia/Magadan&#39; - &#39;Pacific/Norfolk&#39; - &#39;Pacific/Auckland&#39; | [optional]
1313
**websiteUrl** | **String** | | [optional]
14-
**type** | [**TypeEnum**](#TypeEnum) | Business type Possible Values: - &#39;PARTNERSHIP&#39; - &#39;SOLE_PROPRIETORSHIP&#39; - &#39;CORPORATION&#39; - &#39;LLC&#39; - &#39;NON_PROFIT&#39; - &#39;TRUST&#39; | [optional]
14+
**type** | **String** | Business type Possible Values: - &#39;PARTNERSHIP&#39; - &#39;SOLE_PROPRIETORSHIP&#39; - &#39;CORPORATION&#39; - &#39;LLC&#39; - &#39;NON_PROFIT&#39; - &#39;TRUST&#39; | [optional]
1515
**taxId** | **String** | | [optional]
1616
**phoneNumber** | **String** | | [optional]
1717
**businessContact** | [**Boardingv1registrationsOrganizationInformationBusinessInformationBusinessContact**](Boardingv1registrationsOrganizationInformationBusinessInformationBusinessContact.md) | | [optional]
@@ -20,112 +20,4 @@ Name | Type | Description | Notes
2020
**merchantCategoryCode** | **String** | Industry standard Merchant Category Code (MCC) | [optional]
2121

2222

23-
<a name="TimeZoneEnum"></a>
24-
## Enum: TimeZoneEnum
25-
Name | Value
26-
---- | -----
27-
PACIFIC_PAGO_PAGO | &quot;Pacific/Pago_Pago&quot;
28-
PACIFIC_HONOLULU | &quot;Pacific/Honolulu&quot;
29-
AMERICA_ANCHORAGE | &quot;America/Anchorage&quot;
30-
AMERICA_VANCOUVER | &quot;America/Vancouver&quot;
31-
AMERICA_LOS_ANGELES | &quot;America/Los_Angeles&quot;
32-
AMERICA_PHOENIX | &quot;America/Phoenix&quot;
33-
AMERICA_EDMONTON | &quot;America/Edmonton&quot;
34-
AMERICA_DENVER | &quot;America/Denver&quot;
35-
AMERICA_WINNIPEG | &quot;America/Winnipeg&quot;
36-
AMERICA_MEXICO_CITY | &quot;America/Mexico_City&quot;
37-
AMERICA_CHICAGO | &quot;America/Chicago&quot;
38-
AMERICA_BOGOTA | &quot;America/Bogota&quot;
39-
AMERICA_INDIANAPOLIS | &quot;America/Indianapolis&quot;
40-
AMERICA_NEW_YORK | &quot;America/New_York&quot;
41-
AMERICA_LA_PAZ | &quot;America/La_Paz&quot;
42-
AMERICA_HALIFAX | &quot;America/Halifax&quot;
43-
AMERICA_ST_JOHNS | &quot;America/St_Johns&quot;
44-
AMERICA_BUENOS_AIRES | &quot;America/Buenos_Aires&quot;
45-
AMERICA_GODTHAB | &quot;America/Godthab&quot;
46-
AMERICA_SAO_PAULO | &quot;America/Sao_Paulo&quot;
47-
AMERICA_NORONHA | &quot;America/Noronha&quot;
48-
ATLANTIC_CAPE_VERDE | &quot;Atlantic/Cape_Verde&quot;
49-
GMT | &quot;GMT&quot;
50-
EUROPE_DUBLIN | &quot;Europe/Dublin&quot;
51-
EUROPE_LISBON | &quot;Europe/Lisbon&quot;
52-
EUROPE_LONDON | &quot;Europe/London&quot;
53-
AFRICA_TUNIS | &quot;Africa/Tunis&quot;
54-
EUROPE_VIENNA | &quot;Europe/Vienna&quot;
55-
EUROPE_BRUSSELS | &quot;Europe/Brussels&quot;
56-
EUROPE_ZURICH | &quot;Europe/Zurich&quot;
57-
EUROPE_PRAGUE | &quot;Europe/Prague&quot;
58-
EUROPE_BERLIN | &quot;Europe/Berlin&quot;
59-
EUROPE_COPENHAGEN | &quot;Europe/Copenhagen&quot;
60-
EUROPE_MADRID | &quot;Europe/Madrid&quot;
61-
EUROPE_BUDAPEST | &quot;Europe/Budapest&quot;
62-
EUROPE_ROME | &quot;Europe/Rome&quot;
63-
AFRICA_TRIPOLI | &quot;Africa/Tripoli&quot;
64-
EUROPE_MONACO | &quot;Europe/Monaco&quot;
65-
EUROPE_MALTA | &quot;Europe/Malta&quot;
66-
EUROPE_AMSTERDAM | &quot;Europe/Amsterdam&quot;
67-
EUROPE_OSLO | &quot;Europe/Oslo&quot;
68-
EUROPE_WARSAW | &quot;Europe/Warsaw&quot;
69-
EUROPE_STOCKHOLM | &quot;Europe/Stockholm&quot;
70-
EUROPE_BELGRADE | &quot;Europe/Belgrade&quot;
71-
EUROPE_PARIS | &quot;Europe/Paris&quot;
72-
AFRICA_JOHANNESBURG | &quot;Africa/Johannesburg&quot;
73-
EUROPE_MINSK | &quot;Europe/Minsk&quot;
74-
AFRICA_CAIRO | &quot;Africa/Cairo&quot;
75-
EUROPE_HELSINKI | &quot;Europe/Helsinki&quot;
76-
EUROPE_ATHENS | &quot;Europe/Athens&quot;
77-
ASIA_JERUSALEM | &quot;Asia/Jerusalem&quot;
78-
EUROPE_RIGA | &quot;Europe/Riga&quot;
79-
EUROPE_BUCHAREST | &quot;Europe/Bucharest&quot;
80-
EUROPE_ISTANBUL | &quot;Europe/Istanbul&quot;
81-
ASIA_RIYADH | &quot;Asia/Riyadh&quot;
82-
EUROPE_MOSCOW | &quot;Europe/Moscow&quot;
83-
ASIA_DUBAI | &quot;Asia/Dubai&quot;
84-
ASIA_BAKU | &quot;Asia/Baku&quot;
85-
ASIA_TBILISI | &quot;Asia/Tbilisi&quot;
86-
ASIA_CALCUTTA | &quot;Asia/Calcutta&quot;
87-
ASIA_KATMANDU | &quot;Asia/Katmandu&quot;
88-
ASIA_DACCA | &quot;Asia/Dacca&quot;
89-
ASIA_RANGOON | &quot;Asia/Rangoon&quot;
90-
ASIA_JAKARTA | &quot;Asia/Jakarta&quot;
91-
ASIA_SAIGON | &quot;Asia/Saigon&quot;
92-
ASIA_BANGKOK | &quot;Asia/Bangkok&quot;
93-
AUSTRALIA_PERTH | &quot;Australia/Perth&quot;
94-
ASIA_HONG_KONG | &quot;Asia/Hong_Kong&quot;
95-
ASIA_MACAO | &quot;Asia/Macao&quot;
96-
ASIA_KUALA_LUMPUR | &quot;Asia/Kuala_Lumpur&quot;
97-
ASIA_MANILA | &quot;Asia/Manila&quot;
98-
ASIA_SINGAPORE | &quot;Asia/Singapore&quot;
99-
ASIA_TAIPEI | &quot;Asia/Taipei&quot;
100-
ASIA_SHANGHAI | &quot;Asia/Shanghai&quot;
101-
ASIA_SEOUL | &quot;Asia/Seoul&quot;
102-
ASIA_TOKYO | &quot;Asia/Tokyo&quot;
103-
ASIA_YAKUTSK | &quot;Asia/Yakutsk&quot;
104-
AUSTRALIA_ADELAIDE | &quot;Australia/Adelaide&quot;
105-
AUSTRALIA_BRISBANE | &quot;Australia/Brisbane&quot;
106-
AUSTRALIA_BROKEN_HILL | &quot;Australia/Broken_Hill&quot;
107-
AUSTRALIA_DARWIN | &quot;Australia/Darwin&quot;
108-
AUSTRALIA_EUCLA | &quot;Australia/Eucla&quot;
109-
AUSTRALIA_HOBART | &quot;Australia/Hobart&quot;
110-
AUSTRALIA_LINDEMAN | &quot;Australia/Lindeman&quot;
111-
AUSTRALIA_SYDNEY | &quot;Australia/Sydney&quot;
112-
AUSTRALIA_LORD_HOWE | &quot;Australia/Lord_Howe&quot;
113-
AUSTRALIA_MELBOURNE | &quot;Australia/Melbourne&quot;
114-
ASIA_MAGADAN | &quot;Asia/Magadan&quot;
115-
PACIFIC_NORFOLK | &quot;Pacific/Norfolk&quot;
116-
PACIFIC_AUCKLAND | &quot;Pacific/Auckland&quot;
117-
118-
119-
<a name="TypeEnum"></a>
120-
## Enum: TypeEnum
121-
Name | Value
122-
---- | -----
123-
PARTNERSHIP | &quot;PARTNERSHIP&quot;
124-
SOLE_PROPRIETORSHIP | &quot;SOLE_PROPRIETORSHIP&quot;
125-
CORPORATION | &quot;CORPORATION&quot;
126-
LLC | &quot;LLC&quot;
127-
NON_PROFIT | &quot;NON_PROFIT&quot;
128-
TRUST | &quot;TRUST&quot;
129-
130-
13123

docs/Boardingv1registrationsOrganizationInformationKYC.md

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -4,38 +4,18 @@
44
## Properties
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**whenIsCustomerCharged** | [**WhenIsCustomerChargedEnum**](#WhenIsCustomerChargedEnum) | |
7+
**whenIsCustomerCharged** | **String** | Possible values: - ONETIMEBEFORE - ONETIMEAFTER - OTHER |
88
**whenIsCustomerChargedDescription** | **String** | | [optional]
99
**offerSubscriptions** | **Boolean** | |
1010
**monthlySubscriptionPercent** | [**BigDecimal**](BigDecimal.md) | | [optional]
1111
**quarterlySubscriptionPercent** | [**BigDecimal**](BigDecimal.md) | | [optional]
1212
**semiAnnualSubscriptionPercent** | [**BigDecimal**](BigDecimal.md) | | [optional]
1313
**annualSubscriptionPercent** | [**BigDecimal**](BigDecimal.md) | | [optional]
14-
**timeToProductDelivery** | [**TimeToProductDeliveryEnum**](#TimeToProductDeliveryEnum) | |
14+
**timeToProductDelivery** | **String** | Possible values: - INSTANT - UPTO2 - UPTO5 - UPTO10 - GREATERTHAN10 |
1515
**estimatedMonthlySales** | [**BigDecimal**](BigDecimal.md) | |
1616
**averageOrderAmount** | [**BigDecimal**](BigDecimal.md) | |
1717
**largestExpectedOrderAmount** | [**BigDecimal**](BigDecimal.md) | |
1818
**depositBankAccount** | [**Boardingv1registrationsOrganizationInformationKYCDepositBankAccount**](Boardingv1registrationsOrganizationInformationKYCDepositBankAccount.md) | | [optional]
1919

2020

21-
<a name="WhenIsCustomerChargedEnum"></a>
22-
## Enum: WhenIsCustomerChargedEnum
23-
Name | Value
24-
---- | -----
25-
ONETIMEBEFORE | &quot;ONETIMEBEFORE&quot;
26-
ONETIMEAFTER | &quot;ONETIMEAFTER&quot;
27-
OTHER | &quot;OTHER&quot;
28-
29-
30-
<a name="TimeToProductDeliveryEnum"></a>
31-
## Enum: TimeToProductDeliveryEnum
32-
Name | Value
33-
---- | -----
34-
INSTANT | &quot;INSTANT&quot;
35-
UPTO2 | &quot;UPTO2&quot;
36-
UPTO5 | &quot;UPTO5&quot;
37-
UPTO10 | &quot;UPTO10&quot;
38-
GREATERTHAN10 | &quot;GREATERTHAN10&quot;
39-
40-
4121

docs/Boardingv1registrationsOrganizationInformationKYCDepositBankAccount.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,9 @@
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**accountHolderName** | **String** | |
8-
**accountType** | [**AccountTypeEnum**](#AccountTypeEnum) | |
8+
**accountType** | **String** | Possible values: - checking - savings - corporatechecking - corporatesavings |
99
**accountRoutingNumber** | **String** | |
1010
**accountNumber** | **String** | |
1111

1212

13-
<a name="AccountTypeEnum"></a>
14-
## Enum: AccountTypeEnum
15-
Name | Value
16-
---- | -----
17-
CHECKING | &quot;checking&quot;
18-
SAVINGS | &quot;savings&quot;
19-
CORPORATECHECKING | &quot;corporatechecking&quot;
20-
CORPORATESAVINGS | &quot;corporatesavings&quot;
21-
22-
2313

docs/Boardingv1registrationsRegistrationInformation.md

Lines changed: 4 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -5,39 +5,12 @@
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**boardingRegistrationId** | **String** | | [optional]
8-
**submitTimeUtc** | [**LocalDate**](LocalDate.md) | Time of request in UTC. &#x60;Format: YYYY-MM-DDThh:mm:ssZ&#x60; Example 2016-08-11T22:47:57Z equals August 11, 2016, at 22:47:57 (10:47:57 p.m.). The T separates the date and the time. The Z indicates UTC. | [optional]
9-
**status** | [**StatusEnum**](#StatusEnum) | The status of Registration request Possible Values: - &#39;PROCESSING&#39;: This status is for Registrations that are still in Progress, you can get the latest status by calling the GET endpoint using the Registration Id - &#39;SUCCESS&#39;: This status is for Registrations that were successfull on every step of the on boarding process. - &#39;FAILURE&#39;: This status is for Registrations that fail before the Organization was created; please refer to the details section in the reponse for more information. - &#39;PARTIAL&#39;: This status is for Registrations that created the Organization successfully but fail in at least on step while configuring it; please refer to the details section in the response for more information. | [optional]
8+
**submitTimeUtc** | [**DateTime**](DateTime.md) | Time of request in UTC. &#x60;Format: YYYY-MM-DDThh:mm:ssZ&#x60; Example 2016-08-11T22:47:57Z equals August 11, 2016, at 22:47:57 (10:47:57 p.m.). The T separates the date and the time. The Z indicates UTC. | [optional]
9+
**status** | **String** | The status of Registration request Possible Values: - &#39;PROCESSING&#39;: This status is for Registrations that are still in Progress, you can get the latest status by calling the GET endpoint using the Registration Id - &#39;SUCCESS&#39;: This status is for Registrations that were successfull on every step of the on boarding process. - &#39;FAILURE&#39;: This status is for Registrations that fail before the Organization was created; please refer to the details section in the reponse for more information. - &#39;PARTIAL&#39;: This status is for Registrations that created the Organization successfully but fail in at least on step while configuring it; please refer to the details section in the response for more information. | [optional]
1010
**boardingPackageId** | **String** | | [optional]
11-
**boardingFlow** | [**BoardingFlowEnum**](#BoardingFlowEnum) | Determines the boarding flow for this registration. Possible Values: - &#39;ENTERPRISE&#39; - &#39;SMB&#39; - &#39;ADDPRODUCT&#39; | [optional]
12-
**mode** | [**ModeEnum**](#ModeEnum) | In case mode is not provided the API will use COMPLETE as default Possible Values: - &#39;COMPLETE&#39; - &#39;PARTIAL&#39; | [optional]
11+
**boardingFlow** | **String** | Determines the boarding flow for this registration. Possible Values: - &#39;ENTERPRISE&#39; - &#39;SMB&#39; - &#39;ADDPRODUCT&#39; | [optional]
12+
**mode** | **String** | In case mode is not provided the API will use COMPLETE as default Possible Values: - &#39;COMPLETE&#39; - &#39;PARTIAL&#39; | [optional]
1313
**salesRepId** | **String** | | [optional]
1414

1515

16-
<a name="StatusEnum"></a>
17-
## Enum: StatusEnum
18-
Name | Value
19-
---- | -----
20-
PROCESSING | &quot;PROCESSING&quot;
21-
SUCCESS | &quot;SUCCESS&quot;
22-
FAILURE | &quot;FAILURE&quot;
23-
PARTIAL | &quot;PARTIAL&quot;
24-
25-
26-
<a name="BoardingFlowEnum"></a>
27-
## Enum: BoardingFlowEnum
28-
Name | Value
29-
---- | -----
30-
ENTERPRISE | &quot;ENTERPRISE&quot;
31-
SMB | &quot;SMB&quot;
32-
ADDPRODUCT | &quot;ADDPRODUCT&quot;
33-
34-
35-
<a name="ModeEnum"></a>
36-
## Enum: ModeEnum
37-
Name | Value
38-
---- | -----
39-
COMPLETE | &quot;COMPLETE&quot;
40-
PARTIAL | &quot;PARTIAL&quot;
41-
42-
4316

0 commit comments

Comments
 (0)