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 capture of this transaction.
|
CapturePaymentOrder |
getOrder()
Order object containing order related data
|
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 capture of this transaction.
|
void |
setOrder(CapturePaymentOrder value)
Order object containing order related data
|
public Long getAmount()
public void setAmount(Long value)
public Boolean getIsFinal()
public void setIsFinal(Boolean value)
public CapturePaymentOrder getOrder()
public void setOrder(CapturePaymentOrder value)
Copyright © 2025 Worldline Global Collect. All rights reserved.