Indicate if the funds should be captured immediately or if you want to place a hold and capture at a later time.
This field needs to be set to manual for method riverty.
import com.mollie.mollie.models.components.CaptureMode;
CaptureMode value = CaptureMode.AUTOMATIC;| Name | Value |
|---|---|
AUTOMATIC |
automatic |
MANUAL |
manual |