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: cybersource-rest-client-netstandard/cybersource-rest-client-netstandard.Test/Model/PtsV2PaymentsPost201ResponseProcessingInformationTests.cs
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -73,6 +73,14 @@ public void BankTransferOptionsTest()
73
73
// TODO unit test for the property 'BankTransferOptions'
74
74
}
75
75
/// <summary>
76
+
/// Test the property 'PaymentSolution'
77
+
/// </summary>
78
+
[Test]
79
+
publicvoidPaymentSolutionTest()
80
+
{
81
+
// TODO unit test for the property 'PaymentSolution'
Copy file name to clipboardExpand all lines: cybersource-rest-client-netstandard/cybersource-rest-client-netstandard.Test/Model/Ptsv2paymentsDeviceInformationTests.cs
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -97,6 +97,14 @@ public void FingerprintSessionIdTest()
97
97
// TODO unit test for the property 'FingerprintSessionId'
98
98
}
99
99
/// <summary>
100
+
/// Test the property 'UseRawFingerprintSessionId'
101
+
/// </summary>
102
+
[Test]
103
+
publicvoidUseRawFingerprintSessionIdTest()
104
+
{
105
+
// TODO unit test for the property 'UseRawFingerprintSessionId'
Copy file name to clipboardExpand all lines: cybersource-rest-client-netstandard/cybersource-rest-client-netstandard.Test/Model/Ptsv2paymentsTokenInformationTests.cs
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -96,6 +96,14 @@ public void ShippingAddressTest()
96
96
{
97
97
// TODO unit test for the property 'ShippingAddress'
98
98
}
99
+
/// <summary>
100
+
/// Test the property 'NetworkTokenOption'
101
+
/// </summary>
102
+
[Test]
103
+
publicvoidNetworkTokenOptionTest()
104
+
{
105
+
// TODO unit test for the property 'NetworkTokenOption'
Copy file name to clipboardExpand all lines: cybersource-rest-client-netstandard/cybersource-rest-client-netstandard.Test/Model/Riskv1authenticationsBuyerInformationTests.cs
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -64,6 +64,14 @@ public void Riskv1authenticationsBuyerInformationInstanceTest()
64
64
//Assert.IsInstanceOfType<Riskv1authenticationsBuyerInformation> (instance, "variable 'instance' is a Riskv1authenticationsBuyerInformation");
65
65
}
66
66
67
+
/// <summary>
68
+
/// Test the property 'MerchantCustomerId'
69
+
/// </summary>
70
+
[Test]
71
+
publicvoidMerchantCustomerIdTest()
72
+
{
73
+
// TODO unit test for the property 'MerchantCustomerId'
Copy file name to clipboardExpand all lines: cybersource-rest-client-netstandard/cybersource-rest-client-netstandard.Test/Model/Riskv1decisionsDeviceInformationTests.cs
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -97,6 +97,14 @@ public void FingerprintSessionIdTest()
97
97
// TODO unit test for the property 'FingerprintSessionId'
98
98
}
99
99
/// <summary>
100
+
/// Test the property 'UseRawFingerprintSessionId'
101
+
/// </summary>
102
+
[Test]
103
+
publicvoidUseRawFingerprintSessionIdTest()
104
+
{
105
+
// TODO unit test for the property 'UseRawFingerprintSessionId'
Copy file name to clipboardExpand all lines: cybersource-rest-client-netstandard/cybersource-rest-client-netstandard/Model/PtsV2PaymentsPost201ResponseProcessingInformation.cs
+24-1Lines changed: 24 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -34,10 +34,12 @@ public partial class PtsV2PaymentsPost201ResponseProcessingInformation : IEquat
34
34
/// Initializes a new instance of the <see cref="PtsV2PaymentsPost201ResponseProcessingInformation" /> class.
/// <param name="PaymentSolution">Type of digital payment solution for the transaction. Possible Values: - `visacheckout`: Visa Checkout. This value is required for Visa Checkout transactions. For details, see `payment_solution` field description in [Visa Checkout Using the SCMP API.](https://apps.cybersource.com/library/documentation/dev_guides/VCO_SCMP_API/html/) - `001`: Apple Pay. - `004`: Cybersource In-App Solution. - `005`: Masterpass. This value is required for Masterpass transactions on OmniPay Direct. For details, see \"Masterpass\" in the [Credit Card Services Using the SCMP API Guide.](https://apps.cybersource.com/library/documentation/dev_guides/CC_Svcs_SCMP_API/html/) - `006`: Android Pay. - `007`: Chase Pay. - `008`: Samsung Pay. - `012`: Google Pay. - `014`: Mastercard credential on file (COF) payment network token. Returned in authorizations that use a payment network token associated with a TMS token. - `015`: Visa credential on file (COF) payment network token. Returned in authorizations that use a payment network token associated with a TMS token. .</param>
37
38
/// <param name="EnhancedDataEnabled">The possible values for the reply field are: - `true` : the airline data was included in the request to the processor. - `false` : the airline data was not included in the request to the processor. Returned by authorization, capture, or credit services. .</param>
/// Type of digital payment solution for the transaction. Possible Values: - `visacheckout`: Visa Checkout. This value is required for Visa Checkout transactions. For details, see `payment_solution` field description in [Visa Checkout Using the SCMP API.](https://apps.cybersource.com/library/documentation/dev_guides/VCO_SCMP_API/html/) - `001`: Apple Pay. - `004`: Cybersource In-App Solution. - `005`: Masterpass. This value is required for Masterpass transactions on OmniPay Direct. For details, see \"Masterpass\" in the [Credit Card Services Using the SCMP API Guide.](https://apps.cybersource.com/library/documentation/dev_guides/CC_Svcs_SCMP_API/html/) - `006`: Android Pay. - `007`: Chase Pay. - `008`: Samsung Pay. - `012`: Google Pay. - `014`: Mastercard credential on file (COF) payment network token. Returned in authorizations that use a payment network token associated with a TMS token. - `015`: Visa credential on file (COF) payment network token. Returned in authorizations that use a payment network token associated with a TMS token.
54
+
/// </summary>
55
+
/// <value>Type of digital payment solution for the transaction. Possible Values: - `visacheckout`: Visa Checkout. This value is required for Visa Checkout transactions. For details, see `payment_solution` field description in [Visa Checkout Using the SCMP API.](https://apps.cybersource.com/library/documentation/dev_guides/VCO_SCMP_API/html/) - `001`: Apple Pay. - `004`: Cybersource In-App Solution. - `005`: Masterpass. This value is required for Masterpass transactions on OmniPay Direct. For details, see \"Masterpass\" in the [Credit Card Services Using the SCMP API Guide.](https://apps.cybersource.com/library/documentation/dev_guides/CC_Svcs_SCMP_API/html/) - `006`: Android Pay. - `007`: Chase Pay. - `008`: Samsung Pay. - `012`: Google Pay. - `014`: Mastercard credential on file (COF) payment network token. Returned in authorizations that use a payment network token associated with a TMS token. - `015`: Visa credential on file (COF) payment network token. Returned in authorizations that use a payment network token associated with a TMS token. </value>
/// The possible values for the reply field are: - `true` : the airline data was included in the request to the processor. - `false` : the airline data was not included in the request to the processor. Returned by authorization, capture, or credit services.
52
61
/// </summary>
@@ -63,6 +72,7 @@ public override string ToString()
yieldreturnnewSystem.ComponentModel.DataAnnotations.ValidationResult("Invalid value for PaymentSolution, length must be less than or equal to 12.",new[]{"PaymentSolution"});
0 commit comments