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).
The amount can be lower than the amount that was authorized, but not higher. If left empty, the full amount will be captured and the request will be final. If the full amount is captured, the request will also be final. |
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).
The amount can be lower than the amount that was authorized, but not higher. If left empty, the full amount will be captured and the request will be final. If the full amount is captured, the request will also be final. |
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.