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.
|
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.
|
public Long getAmount()
public void setAmount(Long value)
public Boolean getIsFinal()
public void setIsFinal(Boolean value)
Copyright © 2024 Worldline Global Collect. All rights reserved.