Class MobilePaymentMethodSpecificOutput
Inherited Members
Namespace: Ingenico.Connect.Sdk.Domain.Payment.Definitions
Assembly: connect-sdk-dotnet.dll
Syntax
public class MobilePaymentMethodSpecificOutput : AbstractPaymentMethodSpecificOutput
Properties
AuthorisationCode
Card Authorization code as returned by the acquirer
Declaration
public string AuthorisationCode { get; set; }
Property Value
Type | Description |
---|---|
string |
FraudResults
Fraud results contained in the CardFraudResults object
Declaration
public CardFraudResults FraudResults { get; set; }
Property Value
Type | Description |
---|---|
CardFraudResults |
Network
The network that was used for the refund
Declaration
public string Network { get; set; }
Property Value
Type | Description |
---|---|
string |
PaymentData
Object containing payment details
Declaration
public MobilePaymentData PaymentData { get; set; }
Property Value
Type | Description |
---|---|
MobilePaymentData |
ThreeDSecureResults
3D Secure results object
Declaration
public ThreeDSecureResults ThreeDSecureResults { get; set; }
Property Value
Type | Description |
---|---|
ThreeDSecureResults |