public class CaptureOutput extends Object
| Constructor and Description |
|---|
CaptureOutput() |
| Modifier and Type | Method and Description |
|---|---|
AmountOfMoney |
getAcquiredAmount()
Object containing amount and ISO currency code attributes
|
AmountOfMoney |
getAmountOfMoney()
Object containing amount and ISO currency code attributes
|
Long |
getAmountPaid()
Amount that has been paid.
|
CardPaymentMethodSpecificOutput |
getCardPaymentMethodSpecificOutput()
Object containing the card payment method details
|
String |
getMerchantParameters()
It allows you to store additional parameters for the transaction in the format you prefer (e.g.-> key-value query string, JSON, etc.) These parameters are then echoed back to you in API GET calls and Webhook notifications.
|
MobilePaymentMethodSpecificOutput |
getMobilePaymentMethodSpecificOutput()
Object containing the mobile payment method details
|
String |
getPaymentMethod()
Payment method identifier used by the our payment engine.
|
RedirectPaymentMethodSpecificOutput |
getRedirectPaymentMethodSpecificOutput()
Object containing the redirect payment product details
|
PaymentReferences |
getReferences()
Object that holds all reference properties that are linked to this transaction
|
SepaDirectDebitPaymentMethodSpecificOutput |
getSepaDirectDebitPaymentMethodSpecificOutput()
Object containing the SEPA direct debit details
|
SurchargeSpecificOutput |
getSurchargeSpecificOutput()
Object containing specific surcharging attributes applied to an order.
|
void |
setAcquiredAmount(AmountOfMoney value)
Object containing amount and ISO currency code attributes
|
void |
setAmountOfMoney(AmountOfMoney value)
Object containing amount and ISO currency code attributes
|
void |
setAmountPaid(Long value)
Amount that has been paid.
|
void |
setCardPaymentMethodSpecificOutput(CardPaymentMethodSpecificOutput value)
Object containing the card payment method details
|
void |
setMerchantParameters(String value)
It allows you to store additional parameters for the transaction in the format you prefer (e.g.-> key-value query string, JSON, etc.) These parameters are then echoed back to you in API GET calls and Webhook notifications.
|
void |
setMobilePaymentMethodSpecificOutput(MobilePaymentMethodSpecificOutput value)
Object containing the mobile payment method details
|
void |
setPaymentMethod(String value)
Payment method identifier used by the our payment engine.
|
void |
setRedirectPaymentMethodSpecificOutput(RedirectPaymentMethodSpecificOutput value)
Object containing the redirect payment product details
|
void |
setReferences(PaymentReferences value)
Object that holds all reference properties that are linked to this transaction
|
void |
setSepaDirectDebitPaymentMethodSpecificOutput(SepaDirectDebitPaymentMethodSpecificOutput value)
Object containing the SEPA direct debit details
|
void |
setSurchargeSpecificOutput(SurchargeSpecificOutput value)
Object containing specific surcharging attributes applied to an order.
|
CaptureOutput |
withAcquiredAmount(AmountOfMoney value)
Object containing amount and ISO currency code attributes
|
CaptureOutput |
withAmountOfMoney(AmountOfMoney value)
Object containing amount and ISO currency code attributes
|
CaptureOutput |
withAmountPaid(Long value)
Amount that has been paid.
|
CaptureOutput |
withCardPaymentMethodSpecificOutput(CardPaymentMethodSpecificOutput value)
Object containing the card payment method details
|
CaptureOutput |
withMerchantParameters(String value)
It allows you to store additional parameters for the transaction in the format you prefer (e.g.-> key-value query string, JSON, etc.) These parameters are then echoed back to you in API GET calls and Webhook notifications.
|
CaptureOutput |
withMobilePaymentMethodSpecificOutput(MobilePaymentMethodSpecificOutput value)
Object containing the mobile payment method details
|
CaptureOutput |
withPaymentMethod(String value)
Payment method identifier used by the our payment engine.
|
CaptureOutput |
withRedirectPaymentMethodSpecificOutput(RedirectPaymentMethodSpecificOutput value)
Object containing the redirect payment product details
|
CaptureOutput |
withReferences(PaymentReferences value)
Object that holds all reference properties that are linked to this transaction
|
CaptureOutput |
withSepaDirectDebitPaymentMethodSpecificOutput(SepaDirectDebitPaymentMethodSpecificOutput value)
Object containing the SEPA direct debit details
|
CaptureOutput |
withSurchargeSpecificOutput(SurchargeSpecificOutput value)
Object containing specific surcharging attributes applied to an order.
|
public AmountOfMoney getAcquiredAmount()
public void setAcquiredAmount(AmountOfMoney value)
public CaptureOutput withAcquiredAmount(AmountOfMoney value)
public AmountOfMoney getAmountOfMoney()
public void setAmountOfMoney(AmountOfMoney value)
public CaptureOutput withAmountOfMoney(AmountOfMoney value)
public Long getAmountPaid()
public void setAmountPaid(Long value)
public CaptureOutput withAmountPaid(Long value)
public CardPaymentMethodSpecificOutput getCardPaymentMethodSpecificOutput()
public void setCardPaymentMethodSpecificOutput(CardPaymentMethodSpecificOutput value)
public CaptureOutput withCardPaymentMethodSpecificOutput(CardPaymentMethodSpecificOutput value)
public String getMerchantParameters()
public void setMerchantParameters(String value)
public CaptureOutput withMerchantParameters(String value)
public MobilePaymentMethodSpecificOutput getMobilePaymentMethodSpecificOutput()
public void setMobilePaymentMethodSpecificOutput(MobilePaymentMethodSpecificOutput value)
public CaptureOutput withMobilePaymentMethodSpecificOutput(MobilePaymentMethodSpecificOutput value)
public String getPaymentMethod()
public void setPaymentMethod(String value)
public CaptureOutput withPaymentMethod(String value)
public RedirectPaymentMethodSpecificOutput getRedirectPaymentMethodSpecificOutput()
public void setRedirectPaymentMethodSpecificOutput(RedirectPaymentMethodSpecificOutput value)
public CaptureOutput withRedirectPaymentMethodSpecificOutput(RedirectPaymentMethodSpecificOutput value)
public PaymentReferences getReferences()
public void setReferences(PaymentReferences value)
public CaptureOutput withReferences(PaymentReferences value)
public SepaDirectDebitPaymentMethodSpecificOutput getSepaDirectDebitPaymentMethodSpecificOutput()
public void setSepaDirectDebitPaymentMethodSpecificOutput(SepaDirectDebitPaymentMethodSpecificOutput value)
public CaptureOutput withSepaDirectDebitPaymentMethodSpecificOutput(SepaDirectDebitPaymentMethodSpecificOutput value)
public SurchargeSpecificOutput getSurchargeSpecificOutput()
public void setSurchargeSpecificOutput(SurchargeSpecificOutput value)
public CaptureOutput withSurchargeSpecificOutput(SurchargeSpecificOutput value)
Copyright © 2023 Worldline Online Payments Direct. All rights reserved.