public class CapturePaymentRequest extends Object
| Constructor and Description |
|---|
CapturePaymentRequest() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAmount()
Here you can specify the amount that you want to capture (specified in cents, where single digit currencies are presumed to have 2 digits).
|
Boolean |
getIsFinal()
This property indicates whether this will be the final operation.
|
PaymentReferences |
getReferences()
Object that holds all reference properties that are linked to this transaction
|
void |
setAmount(Long value)
Here you can specify the amount that you want to capture (specified in cents, where single digit currencies are presumed to have 2 digits).
|
void |
setIsFinal(Boolean value)
This property indicates whether this will be the final operation.
|
void |
setReferences(PaymentReferences value)
Object that holds all reference properties that are linked to this transaction
|
CapturePaymentRequest |
withAmount(Long value)
Here you can specify the amount that you want to capture (specified in cents, where single digit currencies are presumed to have 2 digits).
|
CapturePaymentRequest |
withIsFinal(Boolean value)
This property indicates whether this will be the final operation.
|
CapturePaymentRequest |
withReferences(PaymentReferences value)
Object that holds all reference properties that are linked to this transaction
|
public Long getAmount()
public void setAmount(Long value)
public CapturePaymentRequest withAmount(Long value)
public Boolean getIsFinal()
public void setIsFinal(Boolean value)
public CapturePaymentRequest withIsFinal(Boolean value)
public PaymentReferences getReferences()
public void setReferences(PaymentReferences value)
public CapturePaymentRequest withReferences(PaymentReferences value)
Copyright © 2023 Worldline Online Payments Direct. All rights reserved.