Class CancelPaymentResponse
Inherited Members
Namespace: Worldline.Connect.Sdk.V1.Domain
Assembly: Worldline.Connect.Sdk.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 |