Class ExemptionOutput
Inherited Members
Namespace: Ingenico.Connect.Sdk.Domain.Payment.Definitions
Assembly: connect-sdk-dotnet.dll
Syntax
public class ExemptionOutput
Properties
ExemptionRaised
Type of strong customer authentication (SCA) exemption that was raised towards the acquirer for this transaction.
Declaration
public string ExemptionRaised { get; set; }
Property Value
Type | Description |
---|---|
string |
ExemptionRejectionReason
The request exemption could not be granted. The reason why is returned in this property.
Declaration
public string ExemptionRejectionReason { get; set; }
Property Value
Type | Description |
---|---|
string |
ExemptionRequest
Type of strong customer authentication (SCA) exemption requested by you for this transaction.
Declaration
public string ExemptionRequest { get; set; }
Property Value
Type | Description |
---|---|
string |