public class CaptureOutput extends OrderOutput
Constructor and Description |
---|
CaptureOutput() |
Modifier and Type | Method and Description |
---|---|
Long |
getAmountPaid()
Amount that has been paid
|
Long |
getAmountReversed()
Amount that has been reversed
|
BankTransferPaymentMethodSpecificOutput |
getBankTransferPaymentMethodSpecificOutput()
Object containing the bank transfer payment method details
|
CardPaymentMethodSpecificOutput |
getCardPaymentMethodSpecificOutput()
Object containing the card payment method details
|
CashPaymentMethodSpecificOutput |
getCashPaymentMethodSpecificOutput()
Object containing the cash payment method details
|
String |
getPaymentMethod()
Payment method identifier used by the our payment engine with the following possible values:
|
RedirectPaymentMethodSpecificOutput |
getRedirectPaymentMethodSpecificOutput()
Object containing the redirect payment product details
|
String |
getReversalReason()
The reason description given for the reversedAmount property.
|
SepaDirectDebitPaymentMethodSpecificOutput |
getSepaDirectDebitPaymentMethodSpecificOutput()
Object containing the SEPA direct debit details
|
void |
setAmountPaid(Long value)
Amount that has been paid
|
void |
setAmountReversed(Long value)
Amount that has been reversed
|
void |
setBankTransferPaymentMethodSpecificOutput(BankTransferPaymentMethodSpecificOutput value)
Object containing the bank transfer payment method details
|
void |
setCardPaymentMethodSpecificOutput(CardPaymentMethodSpecificOutput value)
Object containing the card payment method details
|
void |
setCashPaymentMethodSpecificOutput(CashPaymentMethodSpecificOutput value)
Object containing the cash payment method details
|
void |
setPaymentMethod(String value)
Payment method identifier used by the our payment engine with the following possible values:
|
void |
setRedirectPaymentMethodSpecificOutput(RedirectPaymentMethodSpecificOutput value)
Object containing the redirect payment product details
|
void |
setReversalReason(String value)
The reason description given for the reversedAmount property.
|
void |
setSepaDirectDebitPaymentMethodSpecificOutput(SepaDirectDebitPaymentMethodSpecificOutput value)
Object containing the SEPA direct debit details
|
getAmountOfMoney, getReferences, setAmountOfMoney, setReferences
public Long getAmountPaid()
public void setAmountPaid(Long value)
public Long getAmountReversed()
public void setAmountReversed(Long value)
public BankTransferPaymentMethodSpecificOutput getBankTransferPaymentMethodSpecificOutput()
public void setBankTransferPaymentMethodSpecificOutput(BankTransferPaymentMethodSpecificOutput value)
public CardPaymentMethodSpecificOutput getCardPaymentMethodSpecificOutput()
public void setCardPaymentMethodSpecificOutput(CardPaymentMethodSpecificOutput value)
public CashPaymentMethodSpecificOutput getCashPaymentMethodSpecificOutput()
public void setCashPaymentMethodSpecificOutput(CashPaymentMethodSpecificOutput value)
public String getPaymentMethod()
public void setPaymentMethod(String value)
public RedirectPaymentMethodSpecificOutput getRedirectPaymentMethodSpecificOutput()
public void setRedirectPaymentMethodSpecificOutput(RedirectPaymentMethodSpecificOutput value)
public String getReversalReason()
public void setReversalReason(String value)
public SepaDirectDebitPaymentMethodSpecificOutput getSepaDirectDebitPaymentMethodSpecificOutput()
public void setSepaDirectDebitPaymentMethodSpecificOutput(SepaDirectDebitPaymentMethodSpecificOutput value)
Copyright © 2025 Worldline Global Collect. All rights reserved.