Class CancelPaymentResponse
Inherited Members
Namespace: Ingenico.Connect.Sdk.Domain.Payment
Assembly: connect-sdk-dotnet.dll
Syntax
public class CancelPaymentResponse
Properties
CardPaymentMethodSpecificOutput
Object that holds specific information on cancelled card payments
Declaration
public CancelPaymentCardPaymentMethodSpecificOutput CardPaymentMethodSpecificOutput { get; set; }
Property Value
Type | Description |
---|---|
CancelPaymentCardPaymentMethodSpecificOutput |
MobilePaymentMethodSpecificOutput
Object that holds specific information on cancelled mobile payments
Declaration
public CancelPaymentMobilePaymentMethodSpecificOutput MobilePaymentMethodSpecificOutput { get; set; }
Property Value
Type | Description |
---|---|
CancelPaymentMobilePaymentMethodSpecificOutput |
Payment
Object that holds the payment related properties
Declaration
public Payment Payment { get; set; }
Property Value
Type | Description |
---|---|
Payment |