-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update from ingrammicro-xvantage/xi-sdk-openapispec@182e74f
- Loading branch information
1 parent
a7a0cc3
commit 6e961e1
Showing
31 changed files
with
296 additions
and
305 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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,32 @@ | ||
# RenewalsSearchRequestDateType | ||
|
||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**start_date** | [**RenewalsSearchRequestDateTypeStartDate**](RenewalsSearchRequestDateTypeStartDate.md) | | [optional] | ||
**end_date** | [**RenewalsSearchRequestDateTypeEndDate**](RenewalsSearchRequestDateTypeEndDate.md) | | [optional] | ||
**invoice_date** | [**RenewalsSearchRequestDateTypeInvoiceDate**](RenewalsSearchRequestDateTypeInvoiceDate.md) | | [optional] | ||
**expiration_date** | [**RenewalsSearchRequestDateTypeExpirationDate**](RenewalsSearchRequestDateTypeExpirationDate.md) | | [optional] | ||
|
||
## Example | ||
|
||
```python | ||
from xi.sdk.resellers.models.renewals_search_request_date_type import RenewalsSearchRequestDateType | ||
|
||
# TODO update the JSON string below | ||
json = "{}" | ||
# create an instance of RenewalsSearchRequestDateType from a JSON string | ||
renewals_search_request_date_type_instance = RenewalsSearchRequestDateType.from_json(json) | ||
# print the JSON string representation of the object | ||
print RenewalsSearchRequestDateType.to_json() | ||
|
||
# convert the object into a dict | ||
renewals_search_request_date_type_dict = renewals_search_request_date_type_instance.to_dict() | ||
# create an instance of RenewalsSearchRequestDateType from a dict | ||
renewals_search_request_date_type_form_dict = renewals_search_request_date_type.from_dict(renewals_search_request_date_type_dict) | ||
``` | ||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
||
|
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,30 @@ | ||
# RenewalsSearchRequestDateTypeEndDate | ||
|
||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**custom_start_date** | **str** | Custom from date for Renewal end date. | [optional] | ||
**custom_end_date** | **str** | Custom to date for Renewal end date. | [optional] | ||
|
||
## Example | ||
|
||
```python | ||
from xi.sdk.resellers.models.renewals_search_request_date_type_end_date import RenewalsSearchRequestDateTypeEndDate | ||
|
||
# TODO update the JSON string below | ||
json = "{}" | ||
# create an instance of RenewalsSearchRequestDateTypeEndDate from a JSON string | ||
renewals_search_request_date_type_end_date_instance = RenewalsSearchRequestDateTypeEndDate.from_json(json) | ||
# print the JSON string representation of the object | ||
print RenewalsSearchRequestDateTypeEndDate.to_json() | ||
|
||
# convert the object into a dict | ||
renewals_search_request_date_type_end_date_dict = renewals_search_request_date_type_end_date_instance.to_dict() | ||
# create an instance of RenewalsSearchRequestDateTypeEndDate from a dict | ||
renewals_search_request_date_type_end_date_form_dict = renewals_search_request_date_type_end_date.from_dict(renewals_search_request_date_type_end_date_dict) | ||
``` | ||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
||
|
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,30 @@ | ||
# RenewalsSearchRequestDateTypeExpirationDate | ||
|
||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**custom_start_date** | **str** | Custom start date for expiration date. | [optional] | ||
**custom_end_date** | **str** | Custom end date for expiration date. | [optional] | ||
|
||
## Example | ||
|
||
```python | ||
from xi.sdk.resellers.models.renewals_search_request_date_type_expiration_date import RenewalsSearchRequestDateTypeExpirationDate | ||
|
||
# TODO update the JSON string below | ||
json = "{}" | ||
# create an instance of RenewalsSearchRequestDateTypeExpirationDate from a JSON string | ||
renewals_search_request_date_type_expiration_date_instance = RenewalsSearchRequestDateTypeExpirationDate.from_json(json) | ||
# print the JSON string representation of the object | ||
print RenewalsSearchRequestDateTypeExpirationDate.to_json() | ||
|
||
# convert the object into a dict | ||
renewals_search_request_date_type_expiration_date_dict = renewals_search_request_date_type_expiration_date_instance.to_dict() | ||
# create an instance of RenewalsSearchRequestDateTypeExpirationDate from a dict | ||
renewals_search_request_date_type_expiration_date_form_dict = renewals_search_request_date_type_expiration_date.from_dict(renewals_search_request_date_type_expiration_date_dict) | ||
``` | ||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
||
|
Oops, something went wrong.