Class CaptureOutput
Inherited Members
Namespace: Worldline.Connect.Sdk.V1.Domain
Assembly: Worldline.Connect.Sdk.dll
Syntax
public class CaptureOutput : OrderOutput
Properties
AmountPaid
Amount that has been paid
Declaration
public long? AmountPaid { get; set; }
Property Value
Type | Description |
---|---|
long? |
AmountReversed
Amount that has been reversed
Declaration
public long? AmountReversed { get; set; }
Property Value
Type | Description |
---|---|
long? |
BankTransferPaymentMethodSpecificOutput
Object containing the bank transfer payment method details
Declaration
public BankTransferPaymentMethodSpecificOutput BankTransferPaymentMethodSpecificOutput { get; set; }
Property Value
Type | Description |
---|---|
BankTransferPaymentMethodSpecificOutput |
CardPaymentMethodSpecificOutput
Object containing the card payment method details
Declaration
public CardPaymentMethodSpecificOutput CardPaymentMethodSpecificOutput { get; set; }
Property Value
Type | Description |
---|---|
CardPaymentMethodSpecificOutput |
CashPaymentMethodSpecificOutput
Object containing the cash payment method details
Declaration
public CashPaymentMethodSpecificOutput CashPaymentMethodSpecificOutput { get; set; }
Property Value
Type | Description |
---|---|
CashPaymentMethodSpecificOutput |
PaymentMethod
Payment method identifier used by the our payment engine with the following possible values:
- bankRefund
- bankTransfer
- card
- cash
- directDebit
- eInvoice
- invoice
- redirect
Declaration
public string PaymentMethod { get; set; }
Property Value
Type | Description |
---|---|
string |
RedirectPaymentMethodSpecificOutput
Object containing the redirect payment product details
Declaration
public RedirectPaymentMethodSpecificOutput RedirectPaymentMethodSpecificOutput { get; set; }
Property Value
Type | Description |
---|---|
RedirectPaymentMethodSpecificOutput |
ReversalReason
The reason description given for the reversedAmount property.
Declaration
public string ReversalReason { get; set; }
Property Value
Type | Description |
---|---|
string |
SepaDirectDebitPaymentMethodSpecificOutput
Object containing the SEPA direct debit details
Declaration
public SepaDirectDebitPaymentMethodSpecificOutput SepaDirectDebitPaymentMethodSpecificOutput { get; set; }
Property Value
Type | Description |
---|---|
SepaDirectDebitPaymentMethodSpecificOutput |