Skip to content

Commit 4eb014a

Browse files
committed
Pushed missing generated docs (broken README.md links), updated copyright dates
1 parent fc962a6 commit 4eb014a

374 files changed

Lines changed: 9101 additions & 9 deletions

File tree

Some content is hidden

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

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#
22
# OpenAPI generator
33
#
4-
**/docs
54
**/.openapi-generator-ignore
65
**/git_push.sh
76
**/.gitignore

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2019 Mastercard
3+
Copyright (c) 2019-2020 Mastercard
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

csharp/docs/AccountHolderData.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
2+
# Acme.App.MastercardApi.Client.Model.AccountHolderData
3+
4+
## Properties
5+
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**AccountHolderName** | **string** | __(OPTIONAL)__ The name of the cardholder in the format LASTNAME/FIRSTNAME or FIRSTNAME LASTNAME<br> __Max Length:27__ | [optional]
9+
**AccountHolderAddress** | [**BillingAddress**](BillingAddress.md) | | [optional]
10+
**ConsumerIdentifier** | **string** | __(OPTIONAL)__ Customer Identifier that may be required in some regions.<br> __Max Length:88__ | [optional]
11+
**AccountHolderEmailAddress** | **string** | __(OPTIONAL)__ The e-mail address of the Account Holder<br> __Max Length: 320__ | [optional]
12+
**AccountHolderMobilePhoneNumber** | [**PhoneNumber**](PhoneNumber.md) | | [optional]
13+
14+
[[Back to Model list]](../README.md#documentation-for-models)
15+
[[Back to API list]](../README.md#documentation-for-api-endpoints)
16+
[[Back to README]](../README.md)
17+
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
2+
# Acme.App.MastercardApi.Client.Model.AccountHolderDataOutbound
3+
4+
## Properties
5+
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**AccountHolderName** | **string** | __(OPTIONAL)__ The name of the cardholder<br> __Max Length:27__ | [optional]
9+
**AccountHolderAddress** | [**BillingAddress**](BillingAddress.md) | | [optional]
10+
**AccountHolderEmailAddress** | **string** | __(OPTIONAL)__ The e-mail address of the Account Holder<br> __Max Length:320__ | [optional]
11+
**AccountHolderMobilePhoneNumber** | [**PhoneNumber**](PhoneNumber.md) | | [optional]
12+
13+
[[Back to Model list]](../README.md#documentation-for-models)
14+
[[Back to API list]](../README.md#documentation-for-api-endpoints)
15+
[[Back to README]](../README.md)
16+

csharp/docs/AssetResponseSchema.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
2+
# Acme.App.MastercardApi.Client.Model.AssetResponseSchema
3+
4+
## Properties
5+
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**MediaContents** | [**List<MediaContent>**](MediaContent.md) | | [optional]
9+
10+
[[Back to Model list]](../README.md#documentation-for-models)
11+
[[Back to API list]](../README.md#documentation-for-api-endpoints)
12+
[[Back to README]](../README.md)
13+
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
2+
# Acme.App.MastercardApi.Client.Model.AuthenticationMethods
3+
4+
## Properties
5+
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**Id** | **string** | Unique identifier assigned to this Authentication Method. | [optional]
9+
**Type** | **string** | Specifies the authentication method type and provided in the tokenize response. See table here - https://developer.mastercard.com/page/mdes-digitization-authentication-method-codes | [optional]
10+
**Value** | **string** | Specifies the authentication method value (meaning varies depending on the authentication method type). | [optional]
11+
12+
[[Back to Model list]](../README.md#documentation-for-models)
13+
[[Back to API list]](../README.md#documentation-for-api-endpoints)
14+
[[Back to README]](../README.md)
15+

csharp/docs/BillingAddress.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
2+
# Acme.App.MastercardApi.Client.Model.BillingAddress
3+
4+
## Properties
5+
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**Line1** | **string** | __(OPTIONAL)__<br> The first line of the street address for the billing address.<br> __Max Length:64__ | [optional]
9+
**Line2** | **string** | __(OPTIONAL)__ The second line of the street address for the billing address.<br> __Max Length:64__ | [optional]
10+
**City** | **string** | __(OPTIONAL)__<br> The city of the billing address.<br> __Max Length:32__ | [optional]
11+
**CountrySubdivision** | **string** | __(OPTIONAL)__<br> The state or country subdivision of the billing address.<br> __Max Length:12__ | [optional]
12+
**PostalCode** | **string** | __(OPTIONAL)__<br> The postal of code of the billing address.<br> __Max Length:16__ | [optional]
13+
**Country** | **string** | __(OPTIONAL)__ The country of the billing address. <br> __Max Length:3__ | [optional]
14+
15+
[[Back to Model list]](../README.md#documentation-for-models)
16+
[[Back to API list]](../README.md#documentation-for-api-endpoints)
17+
[[Back to README]](../README.md)
18+
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
2+
# Acme.App.MastercardApi.Client.Model.CardAccountDataInbound
3+
4+
## Properties
5+
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**AccountNumber** | **string** | The account number of the credit or debit card. __(CONDITIONAL)__ <br>required in a Tokenize, or Get Digital Asset request, unless a valid panUniqueReference or tokenUniqueReference or pushAccountReceipt was given in FundingAccountInfo. </br></br> __Min Length:9 (See note)__</br> __Max Length:19__ </br> </br> __NOTE__: Only 6 digits can be supplied in SearchTokens if the TokenUniqueReference is provided in fundingAccountInfo. | [optional]
9+
**ExpiryMonth** | **string** | The expiry month for the account. Two numeric digits must be supplied. <br>Only supplied in tokenization requests if panUniqueReference or tokenUniqueReferenceForPanInfo or pushAccountReceipt is not present. __Format: MM__<br> __Exact Length:2__ | [optional]
10+
**ExpiryYear** | **string** | __(Required as minimum for Tokenization)__ The expiry year for the account. <br>Only supplied in tokenization requests if panUniqueReference or tokenUniqueReferenceForPanInfo or pushAccountReceipt is not present. __Format: YY__ <br> __Exact Length:2__ | [optional]
11+
**SecurityCode** | **string** | __(OPTIONAL)__ The security code for the account can optionally be provided for Tokenization. If provided, the validity will be checked. <br> Optional in a Tokenize request, not present otherwise. __Max Length:3__ | [optional]
12+
13+
[[Back to Model list]](../README.md#documentation-for-models)
14+
[[Back to API list]](../README.md#documentation-for-api-endpoints)
15+
[[Back to README]](../README.md)
16+
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
2+
# Acme.App.MastercardApi.Client.Model.CardAccountDataOutbound
3+
4+
## Properties
5+
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**AccountNumber** | **string** | The account number of the credit or debit card. __Min Length:9__<br> __Max Length:19__ | [optional]
9+
**ExpiryMonth** | **string** | The expiry month for the account. Two numeric digits must be supplied. __Format: MM__<br> __Exact Length:2__ | [optional]
10+
**ExpiryYear** | **string** | __(Required as minimum for Tokenization)__ The expiry year for the account. __Format: YY__ <br> __Exact Length:2__ | [optional]
11+
12+
[[Back to Model list]](../README.md#documentation-for-models)
13+
[[Back to API list]](../README.md#documentation-for-api-endpoints)
14+
[[Back to README]](../README.md)
15+

csharp/docs/DecisioningData.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
2+
# Acme.App.MastercardApi.Client.Model.DecisioningData
3+
4+
## Properties
5+
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**Recommendation** | **string** | __(OPTIONAL)__ <br> Digitization decision recommended by the Token Requestor. Must be either APPROVED (Recommend a decision of Approved), DECLINED (Recommend a decision of Decline). <br> __Max Length:64__ | [optional]
9+
**RecommendationAlgorithmVersion** | **string** | __(OPTIONAL)__ <br> Version of the algorithm used by the Token Requestor to determine its recommendation. Must be a value of \"01\". Other values may be supported in the future.<br> __Max Length:16__ | [optional]
10+
**DeviceScore** | **string** | __(OPTIONAL)__ <br> Score assigned by the Token Requestor for the target device being provisioned. Must be a value from 1 to 5. | [optional]
11+
**AccountScore** | **string** | __(OPTIONAL)__ <br> Score assigned by the Token Requestor for the consumer account or relationship. Must be a value from 1 to 5. | [optional]
12+
**RecommendationReasons** | **List<string>** | __(OPTIONAL)__ <br> Code indicating the reasons the Token Requestor is suggesting the digitization decision. See table here - https://developer.mastercard.com/page/mdes-digitization-recommendation-reason-codes | [optional]
13+
**DeviceCurrentLocation** | **string** | __(OPTIONAL)__ <br> Latitude and longitude in the format \"(sign) latitude, (sign) longitude\" with a precision of 2 decimal places. Ex - \"38.63, -90.25\" Latitude is between -90 and 90. Longitude between -180 and 180. Relates to the target device being provisioned. If there is no target device, then this should be the current consumer location, if available. <br> __Max Length:14__ | [optional]
14+
**DeviceIpAddress** | **string** | __(OPTIONAL)__ <br> The IP address of the device through which the device reaches the internet. This may be a temporary or permanent IP address assigned to a home router, or the IP address of a gateway through which the device connects to a network. IPv4 address format of 4 octets separated by \".\" Ex - 127.0.0.1 Relates to the target device being provisioned. If there is no target device, then this should be the current consumer IP address, if available.<br> __Max Length:15__ | [optional]
15+
**MobileNumberSuffix** | **string** | __(OPTIONAL)__<br> The last few digits (typically four) of the consumer's mobile phone number as available on file or on the consumer's current device, which may or may not be the mobile number of the target device being provisioned.<br> __Max Length:32__ | [optional]
16+
**AccountIdHash** | **string** | __(OPTIONAL)__ <br> SHA-256 hash of the Cardholder’s account ID with the Token Requestor. Typically expected to be an email address.<br> __Max Length:64__ Alpha-Numeric and Hex-encoded data (case-insensitive). | [optional]
17+
18+
[[Back to Model list]](../README.md#documentation-for-models)
19+
[[Back to API list]](../README.md#documentation-for-api-endpoints)
20+
[[Back to README]](../README.md)
21+

0 commit comments

Comments
 (0)